x11-plugins/pidgin-musictracker: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 19:16:45 +0000 (15:16 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 20:31:26 +0000 (16:31 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild

index c588abe41e51b4ca4db48afbf9649999d4e34220..f680cf2d2f3a71591e9b1a1e989bf562b756012d 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 inherit autotools
 
@@ -21,6 +21,7 @@ DEPEND=">=net-im/pidgin-2.0.0[gtk]
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+       default
        sed -i -e "s/DOMAIN/PACKAGE/g" po/Makefile.in.in || die "sed failed"
        eautoreconf
 }
@@ -33,6 +34,6 @@ src_configure() {
 
 src_install() {
        emake install DESTDIR="${D}" || die "make install failure"
-       dodoc AUTHORS ChangeLog INSTALL README THANKS || die "dodoc failed"
        find "${D}" -name "*.la" -delete || die "error cleaning la file."
+       default
 }