From 430211014b7e6c771f22440496382e5140462038 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 10 Oct 2019 14:23:58 +0200 Subject: [PATCH] net-wireless/orinoco-fwutils: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/693888 Signed-off-by: Michał Górny --- net-wireless/orinoco-fwutils/Manifest | 1 - net-wireless/orinoco-fwutils/metadata.xml | 8 ---- .../orinoco-fwutils-0.3.ebuild | 43 ------------------- profiles/package.mask | 6 --- 4 files changed, 58 deletions(-) delete mode 100644 net-wireless/orinoco-fwutils/Manifest delete mode 100644 net-wireless/orinoco-fwutils/metadata.xml delete mode 100644 net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild diff --git a/net-wireless/orinoco-fwutils/Manifest b/net-wireless/orinoco-fwutils/Manifest deleted file mode 100644 index 74ae291d8f87..000000000000 --- a/net-wireless/orinoco-fwutils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST orinoco-fwutils-0.3.tar.gz 5802 BLAKE2B 7e3be29addfab56aef6b32cabe9c452e99f1c6300b9ab2abde5577619bc8e6b965eaf55b3f5b155a5539f1ef1e8d9f5815571e96268dd05f3d1b1318bbae4284 SHA512 5222c7e651170d34694fc77056042a535bd4c17fe6e806d9b2a1be38a828c58789e98566109f37dfb800efce5bd0b99f0e2ad98e0e72bfbc663b875b00ceb7e2 diff --git a/net-wireless/orinoco-fwutils/metadata.xml b/net-wireless/orinoco-fwutils/metadata.xml deleted file mode 100644 index 079b949c0a8e..000000000000 --- a/net-wireless/orinoco-fwutils/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - orinoco - - diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild deleted file mode 100644 index 89f3c439742e..000000000000 --- a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN firmware utilities" -HOMEPAGE="http://www.nongnu.org/orinoco/" -SRC_URI="mirror://sourceforge/orinoco/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -IUSE="" -RDEPEND="app-arch/unzip - dev-lang/perl - net-misc/wget - sys-apps/coreutils - sys-apps/sed" -DEPEND="" - -src_unpack() { - unpack ${A} - - # fix paths - for file in "${S}"/get_*; do - sed -i \ - -e "s:parse_:/usr/bin/parse_:g" \ - -e "s:\./::g" \ - ${file} - done -} - -src_install() { - dobin get_* parse_* - - dodoc README SHA1SUM -} - -pkg_postinst() { - elog "After fetching the firmware using these tools you must place it in" - elog "/lib/firmware/ for the kernel driver to be able to load it." -} diff --git a/profiles/package.mask b/profiles/package.mask index d88ecc4333c9..09564ed13705 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -868,12 +868,6 @@ sys-apps/fwcrv # Removal in 30 days. Bug #693900. sys-apps/checkservice -# Michał Górny (2019-09-09) -# Unmaintained. Last bumped in 2012, last release in 2007. EAPI 0. -# No amd64 keyword. -# Removal in 30 days. Bug #693888. -net-wireless/orinoco-fwutils - # Michał Górny (2019-09-09) # Unmaintained. Last release in 2004. EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693886. -- 2.26.2