summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-tv/ivtv/ChangeLog7
-rw-r--r--media-tv/ivtv/ivtv-0.7.1.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.7.2.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.8.0-r1.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.8.0.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.8.1-r1.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.8.1.ebuild4
7 files changed, 18 insertions, 13 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index f02b58bf6219..ab969470b757 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.64 2006/12/02 05:25:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.65 2006/12/04 17:12:14 cardoe Exp $
+
+ 04 Dec 2006; Doug Goldstein <cardoe@gentoo.org> ivtv-0.7.1.ebuild,
+ ivtv-0.7.2.ebuild, ivtv-0.8.0.ebuild, ivtv-0.8.0-r1.ebuild,
+ ivtv-0.8.1.ebuild, ivtv-0.8.1-r1.ebuild:
+ Changing hotplug depends for new udev
*ivtv-0.9.0 (02 Dec 2006)
diff --git a/media-tv/ivtv/ivtv-0.7.1.ebuild b/media-tv/ivtv/ivtv-0.7.1.ebuild
index 6d12609c4092..d6295ba5515f 100644
--- a/media-tv/ivtv/ivtv-0.7.1.ebuild
+++ b/media-tv/ivtv/ivtv-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.4 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.5 2006/12/04 17:12:14 cardoe Exp $
inherit eutils linux-mod
@@ -15,7 +15,7 @@ IUSE=""
BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="sys-apps/hotplug-base"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.7.2.ebuild b/media-tv/ivtv/ivtv-0.7.2.ebuild
index 91ca1347cd41..48a8aaa35ad4 100644
--- a/media-tv/ivtv/ivtv-0.7.2.ebuild
+++ b/media-tv/ivtv/ivtv-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.1 2006/12/01 17:49:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $
inherit eutils linux-mod
@@ -15,7 +15,7 @@ IUSE=""
BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="sys-apps/hotplug-base"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.0-r1.ebuild b/media-tv/ivtv/ivtv-0.8.0-r1.ebuild
index 6628fd2aa909..fd3a0da5b794 100644
--- a/media-tv/ivtv/ivtv-0.8.0-r1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0-r1.ebuild,v 1.1 2006/11/29 20:40:35 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0-r1.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fbcon"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="sys-apps/hotplug-base"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.0.ebuild b/media-tv/ivtv/ivtv-0.8.0.ebuild
index 12bb4d9b64c6..109227a0be78 100644
--- a/media-tv/ivtv/ivtv-0.8.0.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0.ebuild,v 1.6 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0.ebuild,v 1.7 2006/12/04 17:12:14 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
-RDEPEND="sys-apps/hotplug"
+RDEPEND="sys-apps/hotplug-base"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.1-r1.ebuild b/media-tv/ivtv/ivtv-0.8.1-r1.ebuild
index 58816bf21cb1..695af7318359 100644
--- a/media-tv/ivtv/ivtv-0.8.1-r1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1-r1.ebuild,v 1.1 2006/11/29 19:22:45 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1-r1.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fbcon"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="sys-apps/hotplug-base"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.1.ebuild b/media-tv/ivtv/ivtv-0.8.1.ebuild
index 1e77a7b840d4..6d52200b6075 100644
--- a/media-tv/ivtv/ivtv-0.8.1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1.ebuild,v 1.3 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1.ebuild,v 1.4 2006/12/04 17:12:14 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-RDEPEND="sys-apps/hotplug"
+RDEPEND="sys-apps/hotplug-base"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"