diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 17:17:20 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 17:17:20 +0100 |
commit | 582ca2b03d6231813add3980a3dd24f694813d39 (patch) | |
tree | 488401ece6b343849945abaae64a2fa514df09d7 | |
parent | sci-electronics/magic: Drop EAPI-5 ebuild (diff) | |
download | gentoo-582ca2b03d6231813add3980a3dd24f694813d39.tar.gz gentoo-582ca2b03d6231813add3980a3dd24f694813d39.tar.bz2 gentoo-582ca2b03d6231813add3980a3dd24f694813d39.zip |
sys-firmware/ipw2200-firmware: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild b/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild deleted file mode 100644 index 93ff56de95eb..000000000000 --- a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P=${P/firmware/fw} - -DESCRIPTION="Firmware for the Intel PRO/Wireless 2200BG/2915ABG miniPCI and 2225BG PCI" -HOMEPAGE="http://ipw2200.sourceforge.net/" -SRC_URI="http://www.bughost.org/firmware/${MY_P}.tgz" - -LICENSE="ipw2200-fw" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto /lib/firmware - doins ipw2200-{bss,ibss,sniffer}.fw -} |