diff options
author | 2004-04-10 11:15:02 +0000 | |
---|---|---|
committer | 2004-04-10 11:15:02 +0000 | |
commit | 25341eaa26d2f8dc8200b5044ae0291f4c6133d9 (patch) | |
tree | 4caa2821343d713df901b7db04a5a5470bc57c75 /media-video/vobcopy | |
parent | version bumo (Manifest recommit) (diff) | |
download | gentoo-2-25341eaa26d2f8dc8200b5044ae0291f4c6133d9.tar.gz gentoo-2-25341eaa26d2f8dc8200b5044ae0291f4c6133d9.tar.bz2 gentoo-2-25341eaa26d2f8dc8200b5044ae0291f4c6133d9.zip |
cleanup
Diffstat (limited to 'media-video/vobcopy')
-rw-r--r-- | media-video/vobcopy/files/digest-vobcopy-0.5.10 | 1 | ||||
-rw-r--r-- | media-video/vobcopy/files/digest-vobcopy-0.5.11 | 1 | ||||
-rw-r--r-- | media-video/vobcopy/vobcopy-0.5.10.ebuild | 25 | ||||
-rw-r--r-- | media-video/vobcopy/vobcopy-0.5.11.ebuild | 25 |
4 files changed, 0 insertions, 52 deletions
diff --git a/media-video/vobcopy/files/digest-vobcopy-0.5.10 b/media-video/vobcopy/files/digest-vobcopy-0.5.10 deleted file mode 100644 index c190e144ea0a..000000000000 --- a/media-video/vobcopy/files/digest-vobcopy-0.5.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc2f5cfb2bb2b626aeb9053ccd329b76 vobcopy-0.5.10.tar.bz2 39531 diff --git a/media-video/vobcopy/files/digest-vobcopy-0.5.11 b/media-video/vobcopy/files/digest-vobcopy-0.5.11 deleted file mode 100644 index 71acc9e87c5e..000000000000 --- a/media-video/vobcopy/files/digest-vobcopy-0.5.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 4eee4e7a39692d929f910d2afa09f1bc vobcopy-0.5.11.tar.bz2 42615 diff --git a/media-video/vobcopy/vobcopy-0.5.10.ebuild b/media-video/vobcopy/vobcopy-0.5.10.ebuild deleted file mode 100644 index 56e5b64a5b93..000000000000 --- a/media-video/vobcopy/vobcopy-0.5.10.ebuild +++ /dev/null @@ -1,25 +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.10.ebuild,v 1.2 2004/02/26 22:48:13 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" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=">=media-libs/libdvdread-0.9.4" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dobin vobcopy || die "dobin failed" - doman vobcopy.1 || die "doman failed" - dodoc Changelog README Release-Notes TODO alternative_programs.txt \ - || die "dodoc failed" -} diff --git a/media-video/vobcopy/vobcopy-0.5.11.ebuild b/media-video/vobcopy/vobcopy-0.5.11.ebuild deleted file mode 100644 index f73c16281d2a..000000000000 --- a/media-video/vobcopy/vobcopy-0.5.11.ebuild +++ /dev/null @@ -1,25 +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.11.ebuild,v 1.1 2004/02/26 22:48:13 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" - -KEYWORDS="~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=">=media-libs/libdvdread-0.9.4" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dobin vobcopy || die "dobin failed" - doman vobcopy.1 || die "doman failed" - dodoc Changelog README Release-Notes TODO alternative_programs.txt \ - || die "dodoc failed" -} |