Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79990 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-video/dvdrip/dvdrip-0.52.0.ebuild (-3 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.52.0.ebuild,v 1.2 2005/01/15 21:27:50 luckyduck Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.52.0.ebuild,v 1.1 2005/01/09 02:28:20 luckyduck Exp $
4
4
5
inherit perl-module
5
inherit perl-module
6
6
Lines 20-26 Link Here
20
KEYWORDS="~x86 ~amd64"
20
KEYWORDS="~x86 ~amd64"
21
IUSE="cdr gnome"
21
IUSE="cdr gnome"
22
22
23
DEPEND=" gnome? ( gnome-extra/gtkhtml )
23
DEPEND=" gnome? ( gnome-extra/libgtkhtml )
24
	cdr? ( >=media-video/vcdimager-0.7.19
24
	cdr? ( >=media-video/vcdimager-0.7.19
25
		>=app-cdr/cdrdao-1.1.7
25
		>=app-cdr/cdrdao-1.1.7
26
		virtual/cdrtools )
26
		virtual/cdrtools )
Lines 35-41 Link Here
35
	>=media-sound/ogmtools-0.972
35
	>=media-sound/ogmtools-0.972
36
	>=media-video/mjpegtools-1.6.0
36
	>=media-video/mjpegtools-1.6.0
37
	sys-apps/eject
37
	sys-apps/eject
38
	dev-perl/libintl-perl"
38
	dev-perl/libintl-perl
39
	media-video/subtitleripper"
39
40
40
src_unpack() {
41
src_unpack() {
41
	unpack ${A}
42
	unpack ${A}

Return to bug 79990