diff options
author | 2004-02-26 22:50:09 +0000 | |
---|---|---|
committer | 2004-02-26 22:50:09 +0000 | |
commit | a47f556056928b5b94c6304d20341cc347e7339b (patch) | |
tree | 3dc200a6ce409703a10db0ac1374896c1123ba26 /media-video/vobcopy | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-a47f556056928b5b94c6304d20341cc347e7339b.tar.gz gentoo-2-a47f556056928b5b94c6304d20341cc347e7339b.tar.bz2 gentoo-2-a47f556056928b5b94c6304d20341cc347e7339b.zip |
cleanup
Diffstat (limited to 'media-video/vobcopy')
-rw-r--r-- | media-video/vobcopy/files/digest-vobcopy-0.5.8 | 1 | ||||
-rw-r--r-- | media-video/vobcopy/files/digest-vobcopy-0.5.9 | 1 | ||||
-rw-r--r-- | media-video/vobcopy/vobcopy-0.5.8.ebuild | 24 | ||||
-rw-r--r-- | media-video/vobcopy/vobcopy-0.5.9.ebuild | 24 |
4 files changed, 0 insertions, 50 deletions
diff --git a/media-video/vobcopy/files/digest-vobcopy-0.5.8 b/media-video/vobcopy/files/digest-vobcopy-0.5.8 deleted file mode 100644 index 148c777de2f1..000000000000 --- a/media-video/vobcopy/files/digest-vobcopy-0.5.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 a282523f14aebada41ffbf28c49dae0c vobcopy-0.5.8.tar.bz2 35437 diff --git a/media-video/vobcopy/files/digest-vobcopy-0.5.9 b/media-video/vobcopy/files/digest-vobcopy-0.5.9 deleted file mode 100644 index a56c133b1513..000000000000 --- a/media-video/vobcopy/files/digest-vobcopy-0.5.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fe547b57d7dea0617e2d8a7e696dc0b vobcopy-0.5.9.tar.bz2 37277 diff --git a/media-video/vobcopy/vobcopy-0.5.8.ebuild b/media-video/vobcopy/vobcopy-0.5.8.ebuild deleted file mode 100644 index 500cc3b2345a..000000000000 --- a/media-video/vobcopy/vobcopy-0.5.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-0.5.8.ebuild,v 1.2 2004/01/25 20:43:56 mholzer Exp $ - -DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way" -HOMEPAGE="http://lpn.rnbhq.org/" -SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND=">=media-libs/libdvdread-0.9.4" - -S=${WORKDIR}/${P} - -src_compile() { - emake CFLAGS=-DHAVE_GETOPT_LONG || die -} - -src_install() { - dodir /usr/bin - make PREFIX=${D}/usr/ install || die - dodoc Changelog README TODO Release-Notes -} diff --git a/media-video/vobcopy/vobcopy-0.5.9.ebuild b/media-video/vobcopy/vobcopy-0.5.9.ebuild deleted file mode 100644 index 522aa3315214..000000000000 --- a/media-video/vobcopy/vobcopy-0.5.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-0.5.9.ebuild,v 1.1 2004/01/25 20:41:29 mholzer Exp $ - -DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way" -HOMEPAGE="http://lpn.rnbhq.org/" -SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=media-libs/libdvdread-0.9.4" - -S=${WORKDIR}/${P} - -src_compile() { - emake CFLAGS=-DHAVE_GETOPT_LONG || die -} - -src_install() { - dodir /usr/bin - make PREFIX=${D}/usr/ install || die - dodoc Changelog README TODO Release-Notes -} |