diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-01-19 04:29:43 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-01-19 04:29:43 +0000 |
commit | 7f155115cf4239f8534dcf215b1021c647bb649d (patch) | |
tree | 32050e5218217f156b59bd89e1be055b8c80de46 /media-tv | |
parent | Stable for HPPA (bug #301443). (diff) | |
download | gentoo-2-7f155115cf4239f8534dcf215b1021c647bb649d.tar.gz gentoo-2-7f155115cf4239f8534dcf215b1021c647bb649d.tar.bz2 gentoo-2-7f155115cf4239f8534dcf215b1021c647bb649d.zip |
stabilize to bring us up to date with reality. Remove old version since you really don't want to use those with newer cards
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv-firmware/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/ivtv-firmware/ivtv-firmware-20070217.ebuild | 23 | ||||
-rw-r--r-- | media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild | 6 |
3 files changed, 10 insertions, 28 deletions
diff --git a/media-tv/ivtv-firmware/ChangeLog b/media-tv/ivtv-firmware/ChangeLog index 6f584ded736f..b28752df3ad0 100644 --- a/media-tv/ivtv-firmware/ChangeLog +++ b/media-tv/ivtv-firmware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/ivtv-firmware -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-firmware/ChangeLog,v 1.1 2008/10/21 18:10:11 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-firmware/ChangeLog,v 1.2 2010/01/19 04:29:43 cardoe Exp $ + + 19 Jan 2010; Doug Goldstein <cardoe@gentoo.org> + -ivtv-firmware-20070217.ebuild, ivtv-firmware-20080701.ebuild: + stabilize to bring us up to date with reality. Remove old version since + you really don't want to use those with newer cards *ivtv-firmware-20080701 (21 Oct 2008) *ivtv-firmware-20070217 (21 Oct 2008) diff --git a/media-tv/ivtv-firmware/ivtv-firmware-20070217.ebuild b/media-tv/ivtv-firmware/ivtv-firmware-20070217.ebuild deleted file mode 100644 index 575ddf4c2fa0..000000000000 --- a/media-tv/ivtv-firmware/ivtv-firmware-20070217.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-firmware/ivtv-firmware-20070217.ebuild,v 1.3 2008/10/21 18:21:44 cardoe Exp $ - -DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards" -HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware" -SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz" - -RESTRICT="mirror" -SLOT="0" -LICENSE="Hauppauge-Firmware" -KEYWORDS="amd64 ppc x86" -IUSE="" -RDEPEND="" - -S="${WORKDIR}" - -src_install() { - dodir /lib/firmware - insinto /lib/firmware - doins *.fw - doins *.mpg -} diff --git a/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild b/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild index e1a3eece30f3..273ee4a43d21 100644 --- a/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild +++ b/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild,v 1.2 2008/10/21 18:21:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild,v 1.3 2010/01/19 04:29:43 cardoe Exp $ DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards" HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware" @@ -9,7 +9,7 @@ SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz" RESTRICT="mirror" SLOT="0" LICENSE="Hauppauge-Firmware" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="" |