summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-15 11:54:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-15 11:54:41 +0000
commit08a909027f6655f4b63a9e2a618d057b9f368d46 (patch)
tree34d37264f8ec43926acd73e124ee3933c20ddaa7 /media-video/cpdvd
parentAdd an EAPI=2 revision with USE deps on xine-lib support for aalib and libcaca. (diff)
downloadgentoo-2-08a909027f6655f4b63a9e2a618d057b9f368d46.tar.gz
gentoo-2-08a909027f6655f4b63a9e2a618d057b9f368d46.tar.bz2
gentoo-2-08a909027f6655f4b63a9e2a618d057b9f368d46.zip
Add an EAPI=2 revision with USE deps on transcode.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'media-video/cpdvd')
-rw-r--r--media-video/cpdvd/ChangeLog9
-rw-r--r--media-video/cpdvd/cpdvd-1.10-r1.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/media-video/cpdvd/ChangeLog b/media-video/cpdvd/ChangeLog
index 5cfaa06fe127..349412470a09 100644
--- a/media-video/cpdvd/ChangeLog
+++ b/media-video/cpdvd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/cpdvd
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/ChangeLog,v 1.11 2007/01/05 20:33:43 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/ChangeLog,v 1.12 2008/10/15 11:54:41 flameeyes Exp $
+
+*cpdvd-1.10-r1 (15 Oct 2008)
+
+ 15 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> +cpdvd-1.10-r1.ebuild:
+ Add an EAPI=2 revision with USE deps on transcode.
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cpdvd-1.10.ebuild:
Remove src_compile.
diff --git a/media-video/cpdvd/cpdvd-1.10-r1.ebuild b/media-video/cpdvd/cpdvd-1.10-r1.ebuild
new file mode 100644
index 000000000000..ff02cafa48ff
--- /dev/null
+++ b/media-video/cpdvd/cpdvd-1.10-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/cpdvd-1.10-r1.ebuild,v 1.1 2008/10/15 11:54:41 flameeyes Exp $
+
+EAPI=2
+
+IUSE=""
+
+S="${WORKDIR}"
+
+DESCRIPTION="transfer a DVD title to your harddisk with ease on Linux"
+HOMEPAGE="http://www.lallafa.de/bp/cpdvd.html"
+SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND=""
+
+RDEPEND=">=media-video/transcode-0.6.2[dvdread]
+ >=dev-lang/perl-5.8.0-r12
+ >=media-video/cpvts-1.2"
+
+src_install () {
+ newbin ${P} ${PN} || die
+}