diff options
Diffstat (limited to 'media-video/cpdvd')
-rw-r--r-- | media-video/cpdvd/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/cpdvd/cpdvd-1.10-r1.ebuild | 27 |
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 +} |