diff options
Diffstat (limited to 'media-video/chaplin/chaplin-1.10.ebuild')
-rw-r--r-- | media-video/chaplin/chaplin-1.10.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/media-video/chaplin/chaplin-1.10.ebuild b/media-video/chaplin/chaplin-1.10.ebuild deleted file mode 100644 index d0cddea0d7a1..000000000000 --- a/media-video/chaplin/chaplin-1.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/chaplin-1.10.ebuild,v 1.4 2005/07/28 10:25:15 dholm Exp $ - -IUSE="vcdimager transcode" - -MY_S="${WORKDIR}/chaplin" - -DESCRIPTION="This is a program to raw copy chapters from a dvd using libdvdread" -HOMEPAGE="http://www.lallafa.de/bp/chaplin.html" -SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND=">=media-libs/libdvdread-0.9.4 - >=media-gfx/imagemagick-5.5.7.14 - transcode? ( >=media-video/transcode-0.6.2 ) - vcdimager? ( >=media-video/vcdimager-0.7.2 )" - -src_compile() { - cd ${MY_S} || die - emake || die -} - -src_install() { - dobin ${MY_S}/chaplin || die - dobin ${MY_S}/chaplin-genmenu || die -} |