summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/vobcopy/vobcopy-0.5.7.ebuild')
-rw-r--r--media-video/vobcopy/vobcopy-0.5.7.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-video/vobcopy/vobcopy-0.5.7.ebuild b/media-video/vobcopy/vobcopy-0.5.7.ebuild
deleted file mode 100644
index de68214ccab2..000000000000
--- a/media-video/vobcopy/vobcopy-0.5.7.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.7.ebuild,v 1.4 2003/09/06 19:59:59 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.3"
-
-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
-}