diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 21:38:05 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 21:38:05 +0100 |
commit | 7fb695455e4c8af20f811df1310cae2677c2e3b3 (patch) | |
tree | d6f6c3259fc332d3ddcfeb0cc0675869d8eb854e | |
parent | app-text/grutatxt: Drop EAPI-5 ebuild (diff) | |
download | gentoo-7fb695455e4c8af20f811df1310cae2677c2e3b3.tar.gz gentoo-7fb695455e4c8af20f811df1310cae2677c2e3b3.tar.bz2 gentoo-7fb695455e4c8af20f811df1310cae2677c2e3b3.zip |
sys-firmware/ivtv-firmware: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild b/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild deleted file mode 100644 index 0ac539665e44..000000000000 --- a/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards" -HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="Hauppauge-Firmware" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S=${WORKDIR} - -src_install() { - insinto /lib/firmware - doins v4l-cx2341x-*.fw v4l-pvrusb2-*.fw - doins *.mpg -} |