diff options
author | 2017-08-14 09:19:52 +0200 | |
---|---|---|
committer | 2017-08-14 09:28:16 +0200 | |
commit | 0accaeb8219f4a13aa5f750ff64d1b01404abc85 (patch) | |
tree | 0f8cd0ef9f6274dcb7af43ee8aeb53b21c70e2e9 | |
parent | dev-util/a8: Remove last-rited pkg, #622008 (diff) | |
download | gentoo-0accaeb8219f4a13aa5f750ff64d1b01404abc85.tar.gz gentoo-0accaeb8219f4a13aa5f750ff64d1b01404abc85.tar.bz2 gentoo-0accaeb8219f4a13aa5f750ff64d1b01404abc85.zip |
net-wireless/orinoco-usb: Remove last-rited pkg, #621748
-rw-r--r-- | net-wireless/orinoco-usb/metadata.xml | 5 | ||||
-rw-r--r-- | net-wireless/orinoco-usb/orinoco-usb-9999.ebuild | 41 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
3 files changed, 2 insertions, 49 deletions
diff --git a/net-wireless/orinoco-usb/metadata.xml b/net-wireless/orinoco-usb/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-wireless/orinoco-usb/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-wireless/orinoco-usb/orinoco-usb-9999.ebuild b/net-wireless/orinoco-usb/orinoco-usb-9999.ebuild deleted file mode 100644 index bdbfc222281a..000000000000 --- a/net-wireless/orinoco-usb/orinoco-usb-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit linux-mod subversion - -ESVN_REPO_URI="http://orinoco.svn.sourceforge.net/svnroot/orinoco/branches/usb" - -DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN driver" -HOMEPAGE="http://www.nongnu.org/orinoco/" -SRC_URI="" - -LICENSE="GPL-2 MPL-1.1" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="!net-wireless/orinoco-sn - net-wireless/wireless-tools - net-wireless/orinoco-fwutils" - -BUILD_TARGETS="all" - -CONFIG_CHECK="FW_LOADER WIRELESS_EXT USB" -ERROR_FW_LOADER="${P} requires support for loading firmware (CONFIG_FWLOADER)." -ERROR_WIRELESS_EXT="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_WIRELESS_EXT)." -ERROR_USB="${P} requires USB support (CONFIG_USB)." - -pkg_setup() { - linux-mod_pkg_setup - - if kernel_is lt 2 6 21; then - eerror "${P} requires kernel 2.6.21 or above." - die "Kernel version too old." - fi - - MOD_PATH="/net/wireless" - MODULE_NAMES="orinoco(${MOD_PATH}:) orinoco_usb(${MOD_PATH}:)" - BUILD_PARAMS="KERNEL_PATH=${KV_OUT_DIR}" -} - -# Don't have modified install in order to provide docs, since docs are too old diff --git a/profiles/package.mask b/profiles/package.mask index 63a9a19f7754..d4454b1a7257 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -442,10 +442,9 @@ net-im/psimedia x11-themes/psi-themes # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017) -# Not needed and neither compatible with current kernels, bug #621744 and -# #621748. Removal in a month. +# Not needed and neither compatible with current kernels, bug #621744. +# Removal in a month. net-wireless/adm8211 -net-wireless/orinoco-usb # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017) # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or |