media-sound/xineadump: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 23:49:44 +0000 (19:49 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 00:15:01 +0000 (20:15 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-sound/xineadump/xineadump-0.1-r1.ebuild

index 44abf590ccd69d3795a0fb230b61cbe2c9102fd7..be2a60915563d35de6d0d767f9a8130de74de77a 100644 (file)
@@ -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
 }