diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-21 22:19:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-21 22:19:30 +0000 |
commit | f8c98c348ed0205f70ecc4cbf2e9a350667dc29e (patch) | |
tree | 6a361aaad8d030d19ff485fd44894a3c4889b5fa /media-tv | |
parent | Remove sys-apps/hotplug dependency from || () in favour of virtual/udev wrt ... (diff) | |
download | gentoo-2-f8c98c348ed0205f70ecc4cbf2e9a350667dc29e.tar.gz gentoo-2-f8c98c348ed0205f70ecc4cbf2e9a350667dc29e.tar.bz2 gentoo-2-f8c98c348ed0205f70ecc4cbf2e9a350667dc29e.zip |
Remove sys-apps/hotplug dependency from || () in favour of virtual/udev wrt #145809
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.2.ebuild | 6 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.3-r2.ebuild | 6 |
4 files changed, 16 insertions, 11 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 425805fc97e5..23d6d8123424 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/ivtv -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.113 2012/11/29 02:22:04 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.114 2013/01/21 22:19:30 ssuominen Exp $ + + 21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> ivtv-1.0.1.ebuild, + ivtv-1.0.2.ebuild, ivtv-1.0.3-r2.ebuild: + Remove sys-apps/hotplug dependency from || () in favour of virtual/udev wrt + #145809 29 Nov 2012; 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.0.1.ebuild b/media-tv/ivtv/ivtv-1.0.1.ebuild index 79346c96e2bd..f15b10191246 100644 --- a/media-tv/ivtv/ivtv-1.0.1.ebuild +++ b/media-tv/ivtv/ivtv-1.0.1.ebuild @@ -1,6 +1,6 @@ -# 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.0.1.ebuild,v 1.10 2012/11/29 02:22:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.11 2013/01/21 22:19:30 ssuominen Exp $ inherit eutils linux-mod @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="fbcon" -RDEPEND="|| ( virtual/udev sys-apps/hotplug )" +RDEPEND="virtual/udev" DEPEND="app-arch/unzip" PDEPEND=">=media-tv/ivtv-firmware-20070217" diff --git a/media-tv/ivtv/ivtv-1.0.2.ebuild b/media-tv/ivtv/ivtv-1.0.2.ebuild index c924304c63d9..abce1b01eb7e 100644 --- a/media-tv/ivtv/ivtv-1.0.2.ebuild +++ b/media-tv/ivtv/ivtv-1.0.2.ebuild @@ -1,6 +1,6 @@ -# 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.0.2.ebuild,v 1.12 2012/11/29 02:22:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.13 2013/01/21 22:19:30 ssuominen Exp $ inherit eutils linux-mod @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="fbcon" -RDEPEND="|| ( virtual/udev sys-apps/hotplug )" +RDEPEND="virtual/udev" DEPEND="app-arch/unzip" PDEPEND=">=media-tv/ivtv-firmware-20070217" diff --git a/media-tv/ivtv/ivtv-1.0.3-r2.ebuild b/media-tv/ivtv/ivtv-1.0.3-r2.ebuild index 5e5b13a339bb..2595b1212a22 100644 --- a/media-tv/ivtv/ivtv-1.0.3-r2.ebuild +++ b/media-tv/ivtv/ivtv-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ -# 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.0.3-r2.ebuild,v 1.8 2012/11/29 02:22:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild,v 1.9 2013/01/21 22:19:30 ssuominen Exp $ inherit eutils linux-mod @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="fbcon perl" -RDEPEND="|| ( virtual/udev sys-apps/hotplug )" +RDEPEND="virtual/udev" DEPEND="app-arch/unzip" PDEPEND=">=media-tv/ivtv-firmware-20070217 perl? ( |