diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-10 15:54:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-10 15:54:37 +0000 |
commit | c3d24f9f1513e59e0c355b4f6c23feac68d6ac57 (patch) | |
tree | b9e2041ea609208391cd8cf1c1ac758634381390 /media-tv | |
parent | old (diff) | |
download | gentoo-2-c3d24f9f1513e59e0c355b4f6c23feac68d6ac57.tar.gz gentoo-2-c3d24f9f1513e59e0c355b4f6c23feac68d6ac57.tar.bz2 gentoo-2-c3d24f9f1513e59e0c355b4f6c23feac68d6ac57.zip |
Don't pull media-tv/ivtv-firmware because it can't be fetched and linux-firmware should have replacement.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-1.2.0-r1.ebuild | 17 |
2 files changed, 14 insertions, 9 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 098ded818875..a5a5a02163f6 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/ivtv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.115 2013/02/10 15:51:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.116 2013/02/10 15:54:37 ssuominen Exp $ + + 10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> ivtv-1.2.0-r1.ebuild: + Don't pull media-tv/ivtv-firmware because it can't be fetched and + linux-firmware should have replacement. 10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> -ivtv-1.0.1.ebuild, -ivtv-1.0.2.ebuild, -ivtv-1.0.3-r2.ebuild, -ivtv-1.1.0-r1.ebuild: diff --git a/media-tv/ivtv/ivtv-1.2.0-r1.ebuild b/media-tv/ivtv/ivtv-1.2.0-r1.ebuild index 31f40088b732..4111d9f2c32f 100644 --- a/media-tv/ivtv/ivtv-1.2.0-r1.ebuild +++ b/media-tv/ivtv/ivtv-1.2.0-r1.ebuild @@ -1,28 +1,30 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild,v 1.6 2012/11/29 02:22:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild,v 1.7 2013/02/10 15:54:37 ssuominen Exp $ inherit eutils linux-mod DESCRIPTION="ivtv driver for Hauppauge PVR PCI cards" HOMEPAGE="http://www.ivtvdriver.org" SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.2.x/${P}.tar.gz" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="perl" -RDEPEND="virtual/udev" + +RDEPEND="" DEPEND="app-arch/unzip" -PDEPEND=">=media-tv/ivtv-firmware-20070217 +PDEPEND=" perl? ( dev-perl/Video-Frequencies dev-perl/Video-ivtv dev-perl/Config-IniFiles virtual/perl-Getopt-Long - dev-perl/perl-tk )" + dev-perl/perl-tk + )" pkg_setup() { - MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)" BUILD_TARGETS="all" CONFIG_CHECK="EXPERIMENTAL KMOD HAS_IOMEM FW_LOADER I2C I2C_ALGOBIT @@ -80,7 +82,6 @@ src_install() { } pkg_postinst() { - linux-mod_pkg_postinst elog "" |