summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-14 21:48:45 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-14 21:48:45 +0100
commitc95614f572cf6c3a3ef20b5f0490ed8104e84915 (patch)
treeb09ed94886e5d7bd24ea014151db4b2c159e162e
parentdev-libs/lockdev: Drop EAPI-5 ebuild (diff)
downloadgentoo-c95614f572cf6c3a3ef20b5f0490ed8104e84915.tar.gz
gentoo-c95614f572cf6c3a3ef20b5f0490ed8104e84915.tar.bz2
gentoo-c95614f572cf6c3a3ef20b5f0490ed8104e84915.zip
sys-firmware/zd1211-firmware: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild b/sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild
deleted file mode 100644
index 1428a149e12e..000000000000
--- a/sys-firmware/zd1211-firmware/zd1211-firmware-1.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Firmware for ZyDAS ZD1211 USB-WLAN devices supported by the zd1211rw driver"
-HOMEPAGE="https://sourceforge.net/projects/zd1211/"
-SRC_URI="mirror://sourceforge/zd1211/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- insinto /lib/firmware/zd1211
- doins zd1211_u{b,r,phr} zd1211b_u{b,r,phr}
- dodoc README
-}