summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 18:18:34 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 20:14:59 -0400
commite1f6777bdee99e99037cfc01dea2c094c9146358 (patch)
tree4cf81e1f07556ec9e15c2eefb8d1994d26291094 /media-sound
parentmedia-sound/bladeenc: bump EAPI (diff)
downloadgentoo-e1f6777bdee99e99037cfc01dea2c094c9146358.tar.gz
gentoo-e1f6777bdee99e99037cfc01dea2c094c9146358.tar.bz2
gentoo-e1f6777bdee99e99037cfc01dea2c094c9146358.zip
media-sound/dvda-author: drop EAPI=2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/dvda-author/dvda-author-10.06.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/media-sound/dvda-author/dvda-author-10.06.ebuild b/media-sound/dvda-author/dvda-author-10.06.ebuild
deleted file mode 100644
index 34c331c5bd75..000000000000
--- a/media-sound/dvda-author/dvda-author-10.06.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Author a DVD-Audio DVD"
-HOMEPAGE="http://dvd-audio.sourceforge.net"
-SRC_URI="mirror://sourceforge/dvd-audio/${P}-300.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=media-sound/sox-14.1[png]
- >=media-libs/flac-1.2.1[ogg]"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2"
-
-src_prepare() {
- # Fix parallel make
- sed -i -e 's:^\(\tcd ${MAYBE_CDRTOOLS}\):@HAVE_CDRTOOLS_BUILD_TRUE@\1:' \
- Makefile.in || die "sed failed"
-
- # Don't pre-strip binaries
- sed -i -e 's:$LIBS -s:$LIBS:' configure || die "sed failed"
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --with-config=/etc \
- $(use_with debug debug full)
-}
-
-src_install() {
- newbin src/dvda ${PN} || die "newbin failed"
- insinto /etc
- doins ${PN}.conf || die "doins failed"
- dodoc AUTHORS BUGS ChangeLog EXAMPLES HOWTO.conf LIMITATIONS NEWS TODO \
- || die "dodoc failed"
-}