summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-03-29 05:33:36 +0000
committerChris White <chriswhite@gentoo.org>2005-03-29 05:33:36 +0000
commit94c8a289e078a09da0677714e8bbb911d31bbba4 (patch)
tree76b9ae9395b2642790a2170569b3aa44f330ee68 /media-video/dvd9to5/dvd9to5-0.1.7.ebuild
parentrepair manifest (diff)
downloadhistorical-94c8a289e078a09da0677714e8bbb911d31bbba4.tar.gz
historical-94c8a289e078a09da0677714e8bbb911d31bbba4.tar.bz2
historical-94c8a289e078a09da0677714e8bbb911d31bbba4.zip
Initial import into the tree. Fixes Bug #56002. Thanks to Stefan Briesenick for the ebuild.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video/dvd9to5/dvd9to5-0.1.7.ebuild')
-rw-r--r--media-video/dvd9to5/dvd9to5-0.1.7.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
new file mode 100644
index 000000000000..ae99f9a980d3
--- /dev/null
+++ b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.1 2005/03/29 05:33:36 chriswhite Exp $
+
+DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5"
+HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/"
+SRC_URI="http://lakedaemon.netmindz.net/dvd9to5/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=media-video/transcode-0.6.11
+ >=media-video/mjpegtools-1.6.2
+ >=media-video/dvdauthor-0.6.10"
+
+src_compile() {
+ true # nothing to do
+}
+
+src_install() {
+ dobin dvd9to5.pl
+ dodoc CHANGELOG INSTALL README TODO dvd9to5.conf.example
+}