From: Aaron Bauman Date: Sat, 26 May 2018 22:18:34 +0000 (-0400) Subject: media-sound/dvda-author: drop EAPI=2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e1f6777bdee99e99037cfc01dea2c094c9146358;p=gentoo.git media-sound/dvda-author: drop EAPI=2 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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" -}