summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/subtitleripper/subtitleripper-0.3.4.ebuild')
-rw-r--r--media-video/subtitleripper/subtitleripper-0.3.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-video/subtitleripper/subtitleripper-0.3.4.ebuild b/media-video/subtitleripper/subtitleripper-0.3.4.ebuild
deleted file mode 100644
index 00b49b94f2eb..000000000000
--- a/media-video/subtitleripper/subtitleripper-0.3.4.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/subtitleripper/subtitleripper-0.3.4.ebuild,v 1.5 2005/06/27 07:45:11 corsair Exp $
-
-DESCRIPTION="DVD Subtitle Ripper for Linux"
-HOMEPAGE="http://subtitleripper.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
-SRC_URI="mirror://sourceforge/subtitleripper/subtitleripper-0.3-4.tgz"
-SLOT="0"
-IUSE=""
-
-DEPEND="media-libs/netpbm
- media-libs/libpng
- sys-libs/zlib"
-
-S="${WORKDIR}/subtitleripper"
-
-src_compile() {
- sed -i -e "s:ppm:netpbm:g" Makefile
-
- emake || die
-}
-
-src_install () {
- exeinto /usr/bin
- doexe pgm2txt srttool subtitle2pgm subtitle2vobsub vobsub2pgm
-
- dodoc ChangeLog README*
-}