summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-10 14:12:38 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-10 14:12:38 +0000
commitf6da85a194d5f3a36eb1f99e0a865a3fe588529f (patch)
tree311eb90e30810d913d75498f8f5279707c7ff8e1 /media-video
parentfaulty syntax (diff)
downloadgentoo-2-f6da85a194d5f3a36eb1f99e0a865a3fe588529f.tar.gz
gentoo-2-f6da85a194d5f3a36eb1f99e0a865a3fe588529f.tar.bz2
gentoo-2-f6da85a194d5f3a36eb1f99e0a865a3fe588529f.zip
IUSE fixes
Diffstat (limited to 'media-video')
-rw-r--r--media-video/dvdrip/ChangeLog7
-rw-r--r--media-video/dvdrip/dvdrip-0.41_pre03.ebuild42
-rw-r--r--media-video/dvdrip/dvdrip-0.44.ebuild34
-rw-r--r--media-video/dvdrip/dvdrip-0.46.ebuild14
-rw-r--r--media-video/dvdrip/dvdrip-0.47_pre12.ebuild39
-rw-r--r--media-video/dvdrip/dvdrip-0.48.5.ebuild20
-rw-r--r--media-video/dvdrip/files/digest-dvdrip-0.41_pre031
-rw-r--r--media-video/dvdrip/files/digest-dvdrip-0.441
-rw-r--r--media-video/dvdrip/files/digest-dvdrip-0.47_pre121
9 files changed, 24 insertions, 135 deletions
diff --git a/media-video/dvdrip/ChangeLog b/media-video/dvdrip/ChangeLog
index d5a9644581bd..e62cef9ef503 100644
--- a/media-video/dvdrip/ChangeLog
+++ b/media-video/dvdrip/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for media-video/dvdrip
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/ChangeLog,v 1.8 2002/12/12 16:46:29 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/ChangeLog,v 1.9 2003/02/10 14:12:38 seemant Exp $
*dvdrip-0.48.5 (16 Nov 2002)
+ 10 Feb 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
+
+ removed crusty old ebuilds and added/updated IUSE, per bug #7981 and
+ Michiel de Bruijne <M.deBruijne@HCCNet.nl>
+
12 Dec 2002; phoen][x <phoenix@gentoo.org> dvdrip-0.48.5.ebuild,
files/digest-dvdrip-0.48.5:
Version bump submitted by Tobias Sager <moixa@gmx.ch>. This closes bug
diff --git a/media-video/dvdrip/dvdrip-0.41_pre03.ebuild b/media-video/dvdrip/dvdrip-0.41_pre03.ebuild
deleted file mode 100644
index ecb20270b5c6..000000000000
--- a/media-video/dvdrip/dvdrip-0.41_pre03.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# /space/gentoo/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.39.ebuild,v 1.1 2002/04/21 23:47:03 mkennedy Exp
-
-MY_P=${P/dvdr/Video-DVDR}
-# Next three lines are to handle PRE versions
-MY_P=${MY_P/_pre/_}
-MY_URL="dist"
-[ "${P/pre}" != "${P}" ] && MY_URL="dist/pre"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="dvd::rip is a graphical frontend for transcode"
-SRC_URI="http://www.exit1.org/dvdrip/${MY_URL}/${MY_P}.tar.gz"
-HOMEPAGE="http://www.exit1.org/dvdrip/"
-
-SLOT="0"
-LICENSE="Artistic | as-is"
-KEYWORDS="x86"
-
-DEPEND=">=media-video/transcode-0.6.0_pre4-r1
- media-gfx/imagemagick
- gnome-extra/gtkhtml
- dev-perl/gtk-perl
- dev-perl/Storable
- dev-perl/Event"
-
-RDEPEND="${DEPEND}
- >=net-analyzer/fping-2.3"
-
-src_compile() {
- perl Makefile.PL
- emake || die
-}
-
-src_install () {
- make PREFIX=${D}/usr \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- install || die
- dodoc Changes MANIFEST README TODO
- cp -a ${S}/contrib ${D}/usr/share/doc/${P}
-}
-
diff --git a/media-video/dvdrip/dvdrip-0.44.ebuild b/media-video/dvdrip/dvdrip-0.44.ebuild
deleted file mode 100644
index 72bd2e03db60..000000000000
--- a/media-video/dvdrip/dvdrip-0.44.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.44.ebuild,v 1.3 2002/10/04 05:55:47 vapier Exp $
-
-inherit perl-module
-
-MY_P=${P/dvdr/Video-DVDR}
-# Next three lines are to handle PRE versions
-MY_P=${MY_P/_pre/_}
-MY_URL="dist"
-[ "${P/pre}" != "${P}" ] && MY_URL="dist/pre"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="dvd::rip is a graphical frontend for transcode"
-SRC_URI="http://www.exit1.org/dvdrip/${MY_URL}/${MY_P}.tar.gz"
-HOMEPAGE="http://www.exit1.org/dvdrip/"
-
-SLOT="0"
-LICENSE="Artistic | GPL-2"
-KEYWORDS="x86"
-
-DEPEND="${DEPEND}
- >=media-video/transcode-0.6.0_pre4-r1
- media-gfx/imagemagick
- gnome-extra/gtkhtml
- dev-perl/gtk-perl
- dev-perl/Storable
- dev-perl/Event"
-
-RDEPEND=">=net-analyzer/fping-2.3"
-
-src_install () {
- perl-module_src_install
- cp -a ${S}/contrib ${D}/usr/share/doc/${P}
-}
diff --git a/media-video/dvdrip/dvdrip-0.46.ebuild b/media-video/dvdrip/dvdrip-0.46.ebuild
index 1dc5b139f63d..3dc9eff58bd0 100644
--- a/media-video/dvdrip/dvdrip-0.46.ebuild
+++ b/media-video/dvdrip/dvdrip-0.46.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.46.ebuild,v 1.2 2002/12/06 13:24:44 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.46.ebuild,v 1.3 2003/02/10 14:12:38 seemant Exp $
+
+IUSE="gnome cdr"
inherit perl-module
@@ -19,12 +21,12 @@ LICENSE="Artistic | GPL-2"
KEYWORDS="x86"
DEPEND="${DEPEND}
+ gnome? ( gnome-extra/gtkhtml )
+ cdr? ( >=media-video/vcdimager-0.7.12
+ >=app-cdr/cdrdao-1.1.7
+ app-cdr/cdrtools )
>=media-video/transcode-0.6.0_pre4-r1
media-gfx/imagemagick
- gnome? ( gnome-extra/gtkhtml )
- cdr? ( >=media-video/vcdimager-0.7.12 )
- cdr? ( >=app-cdr/cdrdao-1.1.7 )
- cdr? ( app-cdr/cdrtools )
dev-perl/gtk-perl
dev-perl/Storable
dev-perl/Event"
diff --git a/media-video/dvdrip/dvdrip-0.47_pre12.ebuild b/media-video/dvdrip/dvdrip-0.47_pre12.ebuild
deleted file mode 100644
index 557f9a75aa70..000000000000
--- a/media-video/dvdrip/dvdrip-0.47_pre12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.47_pre12.ebuild,v 1.3 2002/12/06 13:24:44 mcummings Exp $
-
-IUSE="oggvorbis"
-
-inherit perl-module
-
-MY_P=${P/dvdr/Video-DVDR}
-# Next three lines are to handle PRE versions
-MY_P=${MY_P/_pre/_}
-MY_URL="dist"
-[ "${P/pre}" != "${P}" ] && MY_URL="dist/pre"
-
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="dvd::rip is a graphical frontend for transcode"
-SRC_URI="http://www.exit1.org/dvdrip/${MY_URL}/${MY_P}.tar.gz"
-HOMEPAGE="http://www.exit1.org/dvdrip/"
-SLOT="0"
-LICENSE="Artistic GPL-2"
-KEYWORDS="~x86"
-
-DEPEND=">=media-video/transcode-0.6.0_pre4-r1
- media-gfx/imagemagick
- gnome? ( gnome-extra/gtkhtml )
- cdr? ( >=media-video/vcdimager-0.7.12 )
- cdr? ( >=app-cdr/cdrdao-1.1.7 )
- cdr? ( app-cdr/cdrtools )
- dev-perl/gtk-perl
- dev-perl/Storable
- dev-perl/Event
- oggvorbis? ( media-sound/ogmtools )"
-
-RDEPEND=">=net-analyzer/fping-2.3"
-
-src_install () {
- perl-module_src_install
- cp -a ${S}/contrib ${D}/usr/share/doc/${P}
-}
diff --git a/media-video/dvdrip/dvdrip-0.48.5.ebuild b/media-video/dvdrip/dvdrip-0.48.5.ebuild
index 9469cf26d5fe..780d94c37a1b 100644
--- a/media-video/dvdrip/dvdrip-0.48.5.ebuild
+++ b/media-video/dvdrip/dvdrip-0.48.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.48.5.ebuild,v 1.1 2002/12/12 16:46:29 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.48.5.ebuild,v 1.2 2003/02/10 14:12:38 seemant Exp $
-IUSE="oggvorbis"
+IUSE="oggvorbis cdr gnome"
inherit perl-module
@@ -20,16 +20,16 @@ SLOT="0"
LICENSE="Artistic GPL-2"
KEYWORDS="~x86"
-DEPEND=">=media-video/transcode-0.6.2
- media-gfx/imagemagick
+DEPEND="oggvorbis? ( media-sound/ogmtools )
gnome? ( gnome-extra/gtkhtml )
- cdr? ( >=media-video/vcdimager-0.7.12 )
- cdr? ( >=app-cdr/cdrdao-1.1.7 )
- cdr? ( app-cdr/cdrtools )
+ cdr? ( >=media-video/vcdimager-0.7.12
+ >=app-cdr/cdrdao-1.1.7
+ app-cdr/cdrtools )
+ >=media-video/transcode-0.6.2
+ media-gfx/imagemagick
dev-perl/gtk-perl
dev-perl/Storable
- dev-perl/Event
- oggvorbis? ( media-sound/ogmtools )"
+ dev-perl/Event"
RDEPEND=">=net-analyzer/fping-2.3"
diff --git a/media-video/dvdrip/files/digest-dvdrip-0.41_pre03 b/media-video/dvdrip/files/digest-dvdrip-0.41_pre03
deleted file mode 100644
index e95204cb53e8..000000000000
--- a/media-video/dvdrip/files/digest-dvdrip-0.41_pre03
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d37067ebad52ab719ac6746e9ad110b7 Video-DVDRip-0.41_03.tar.gz 115298
diff --git a/media-video/dvdrip/files/digest-dvdrip-0.44 b/media-video/dvdrip/files/digest-dvdrip-0.44
deleted file mode 100644
index 45b041e6e863..000000000000
--- a/media-video/dvdrip/files/digest-dvdrip-0.44
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fea7e9b8e5809574db9e6510361afb54 Video-DVDRip-0.44.tar.gz 122777
diff --git a/media-video/dvdrip/files/digest-dvdrip-0.47_pre12 b/media-video/dvdrip/files/digest-dvdrip-0.47_pre12
deleted file mode 100644
index e0d052282575..000000000000
--- a/media-video/dvdrip/files/digest-dvdrip-0.47_pre12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f2ef5636da0fb94afda2187c0c8a9fe0 Video-DVDRip-0.47_12.tar.gz 176089