diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-10 14:23:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-10 14:23:58 +0200 |
commit | 430211014b7e6c771f22440496382e5140462038 (patch) | |
tree | d2036febf966d2f1bc0e793f82cb36f19c5ba522 /net-wireless | |
parent | net-p2p/smet2html: Remove last-rited pkg (diff) | |
download | gentoo-430211014b7e6c771f22440496382e5140462038.tar.gz gentoo-430211014b7e6c771f22440496382e5140462038.tar.bz2 gentoo-430211014b7e6c771f22440496382e5140462038.zip |
net-wireless/orinoco-fwutils: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693888
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/orinoco-fwutils/Manifest | 1 | ||||
-rw-r--r-- | net-wireless/orinoco-fwutils/metadata.xml | 8 | ||||
-rw-r--r-- | net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild | 43 |
3 files changed, 0 insertions, 52 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <upstream> - <remote-id type="sourceforge">orinoco</remote-id> - </upstream> -</pkgmetadata> 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." -} |