summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 15:16:45 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 16:31:26 -0400
commitf174dee083dc6ecb50268e4c117d9dc16b9b0cca (patch)
tree616fcbb2f5b7f84b18ebd22d3b75ec69116d543c /x11-plugins
parentx11-plugins/pidgin-privacy-please: bump EAPI and drop eutils (diff)
downloadgentoo-f174dee083dc6ecb50268e4c117d9dc16b9b0cca.tar.gz
gentoo-f174dee083dc6ecb50268e4c117d9dc16b9b0cca.tar.bz2
gentoo-f174dee083dc6ecb50268e4c117d9dc16b9b0cca.zip
x11-plugins/pidgin-musictracker: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
index c588abe41e51..f680cf2d2f3a 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
@@ -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
}