diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-17 18:33:56 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-17 18:33:56 +0200 |
commit | 5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e (patch) | |
tree | cc2596f36840f8b28873142b750a2a202eb10834 /sys-fs/usb-rndis-lite/usb-rndis-lite-0.11.ebuild | |
parent | d9ec8413744faaba3543bff9773bdad9786260ab (diff) | |
parent | 955a9f39aa0b278c6fab7d89d484aeb37fece8b1 (diff) | |
download | overlay-5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e.tar.gz overlay-5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e.tar.bz2 overlay-5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e.zip |
Removed digests and unused ebuilds
Diffstat (limited to '')
-rw-r--r-- | sys-fs/usb-rndis-lite/usb-rndis-lite-0.11.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-fs/usb-rndis-lite/usb-rndis-lite-0.11.ebuild b/sys-fs/usb-rndis-lite/usb-rndis-lite-0.11.ebuild deleted file mode 100644 index c85f51b..0000000 --- a/sys-fs/usb-rndis-lite/usb-rndis-lite-0.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils linux-info linux-mod - -DESCRIPTION="rndis protocol driver" -HOMEPAGE="http://www.synce.org" -LICENSE="GPL" -KEYWORDS="~x86 ~amd64" - -RDEPEND="" -DEPEND=">=virtual/linux-sources-2.6 - !sys-fs/usb-rndis - !sys-fs/usb-rndis-ng" - -MY_P="${P}" -SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" - -BUILD_TARGETS="default" - -S="${WORKDIR}/${MY_P}" -MODULE_NAMES="rndis_host(usb/rndis:${S}) usbnet(usb/rndis:${S}) cdc_ether(usb/rndis:${S})" - -pkg_setup() { - if kernel_is 2 4; then - die "${P} does not support building against kernel 2.4.x" - else - einfo "kernel version ok" - fi - - linux_chkconfig_present USB_ETH || die "kernel CONFIG_USB_ETH is needed" - linux_chkconfig_present USB_ETH_RNDIS || die "kernel CONFIG_USB_ETH_RNDIS is needed" - - linux-mod_pkg_setup -} - |