net-wireless/orinoco-fwutils: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Tue, 19 Apr 2016 22:40:09 +0000 (00:40 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 19 Apr 2016 22:41:17 +0000 (00:41 +0200)
Package-Manager: portage-2.2.28

net-wireless/orinoco-fwutils/Manifest
net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild [deleted file]

index ffd1a0d36a32b54898a53cb4b922640ad09d8668..3a9cc71b36a1577799b039e89c63aa7d5e451a91 100644 (file)
@@ -1,2 +1 @@
-DIST orinoco-fwutils-0.1.tar.gz 5612 SHA256 4c4a40b105c3f0c2936ff3018f14645b644b098dc4b29d9e4230b03c038852f3 SHA512 188289422744fa0369cf1930a420bd06596d5eaa00c9d8e4d4e5bcfd252736d8e2d9732ed45df976b888623e490f3c92e4204cd418e13b2fafca2928cfb9f2b4 WHIRLPOOL a4e1c63dc6229d25e8e73e112dbf7e42f52fed3d5d271878e6ff2cc5db68cf2366e267ccac7a19b41eadd94ddd04d13a211cfab7750614493feba6de4db4bd83
 DIST orinoco-fwutils-0.3.tar.gz 5802 SHA256 ad40ef45259367677fc526a4c607287fa4c8fcd004bad1171a6f2a7275c5f96d SHA512 5222c7e651170d34694fc77056042a535bd4c17fe6e806d9b2a1be38a828c58789e98566109f37dfb800efce5bd0b99f0e2ad98e0e72bfbc663b875b00ceb7e2 WHIRLPOOL fd4a3630d52a2d7848f031eea6078868842009aece87b497aa37c1b7a1f15d32754f02fe41b15ec542f785a26fc02f98a9ce2f66d2e5fb9f931ad6217e418c6f
diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
deleted file mode 100644 (file)
index b30b6d5..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-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
-}
-
-pkg_postinst() {
-       einfo
-       einfo "After fetching the firmware using these tools you must place it in"
-       einfo "/lib/firmware/ for the kernel driver to be able to load it."
-       einfo
-}