summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-10 13:00:06 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-10 13:00:38 -0500
commitecebfebbfe41e5b3262286a43d67813821ee7176 (patch)
treeec3f75d35feb6c57b0bb8659d893a068613133b0 /media-video
parentmedia-video/vamps: ALLARCHES EAPI bump (diff)
downloadgentoo-ecebfebbfe41e5b3262286a43d67813821ee7176.tar.gz
gentoo-ecebfebbfe41e5b3262286a43d67813821ee7176.tar.bz2
gentoo-ecebfebbfe41e5b3262286a43d67813821ee7176.zip
media-video/vamps: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vamps/vamps-0.99.2-r1.ebuild32
-rw-r--r--media-video/vamps/vamps-0.99.2.ebuild27
2 files changed, 0 insertions, 59 deletions
diff --git a/media-video/vamps/vamps-0.99.2-r1.ebuild b/media-video/vamps/vamps-0.99.2-r1.ebuild
deleted file mode 100644
index d6a1cf7fabe8..000000000000
--- a/media-video/vamps/vamps-0.99.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast requantisizing tool for backup DVDs"
-HOMEPAGE="http://vamps.sourceforge.net/"
-SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-DEPEND=">=media-libs/libdvdread-0.9.4"
-
-RDEPEND="${DEPEND}
- >=media-video/dvdauthor-0.6.10"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${P}-premature-eof.patch"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin vamps/vamps play_cell/play_cell || die "install failed"
-}
diff --git a/media-video/vamps/vamps-0.99.2.ebuild b/media-video/vamps/vamps-0.99.2.ebuild
deleted file mode 100644
index 0b931b431a89..000000000000
--- a/media-video/vamps/vamps-0.99.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast requantisizing tool for backup DVDs"
-HOMEPAGE="http://vamps.sourceforge.net/"
-SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-DEPEND=">=media-libs/libdvdread-0.9.4"
-
-RDEPEND="${DEPEND}
- >=media-video/dvdauthor-0.6.10"
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin vamps/vamps play_cell/play_cell || die "install failed"
-}