commit: f22c81540c5a50d664e9f0c35680ed1181705f94 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat May 26 23:49:44 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 27 00:15:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22c8154
media-sound/xineadump: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/xineadump/xineadump-0.1-r1.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r1.ebuild index 44abf590ccd..be2a6091556 100644 --- a/media-sound/xineadump/xineadump-0.1-r1.ebuild +++ b/media-sound/xineadump/xineadump-0.1-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit eutils +EAPI=6 DESCRIPTION="Utility for Xine decoding support in transKode" HOMEPAGE="https://sourceforge.net/projects/transkode" @@ -19,12 +18,12 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc-4.3.patch \ - "${FILESDIR}"/${P}-gcc-4.4.patch -} +PATCHES=( + "${FILESDIR}/${P}-gcc-4.3.patch" + "${FILESDIR}/${P}-gcc-4.4.patch" +) src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS + default }
