summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-12 18:59:38 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-12 20:02:34 -0500
commita33bda7a765b6fec7eeda6489a93a3e0fd509717 (patch)
tree76c6e389fe2c223b63cff258d6dff43cb93d4554 /media-video/videotrans
parentmedia-sound/asfrecorder: drop old EAPI (diff)
downloadgentoo-a33bda7a765b6fec7eeda6489a93a3e0fd509717.tar.gz
gentoo-a33bda7a765b6fec7eeda6489a93a3e0fd509717.tar.bz2
gentoo-a33bda7a765b6fec7eeda6489a93a3e0fd509717.zip
media-video/videotrans: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-video/videotrans')
-rw-r--r--media-video/videotrans/videotrans-1.6.1-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/media-video/videotrans/videotrans-1.6.1-r1.ebuild b/media-video/videotrans/videotrans-1.6.1-r1.ebuild
deleted file mode 100644
index 1dd248ee9bdc..000000000000
--- a/media-video/videotrans/videotrans-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit base eutils
-
-DESCRIPTION="A package to convert movies to DVD format and to build DVDs with"
-HOMEPAGE="http://videotrans.sourceforge.net/"
-SRC_URI="mirror://sourceforge/videotrans/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-DEPEND="virtual/ffmpeg
- media-video/mplayer
- media-video/mjpegtools[png]
- media-video/dvdauthor
- virtual/imagemagick-tools"
-
-RDEPEND="${DEPEND}
- www-client/lynx
- app-shells/bash
- sys-devel/bc"
-
-DOCS="aspects.txt CHANGES THANKS TODO"
-
-src_prepare() {
- # fixing LDFLAGS usage
- sed -i -e 's|^\(LDFLAGS.*=\).*\( @LIBS@.*\)|\1\2 @LDFLAGS@|' src/Makefile.in
-}