summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 15:21:06 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 16:31:27 -0400
commit176276e4b739a63f43cbedd406723f4ac2452885 (patch)
treeb0fe907658ceaaeebf7dfa5ee8c473f0f77b4fab /x11-plugins
parentx11-plugins/pidgin-musictracker: bump EAPI (diff)
downloadgentoo-176276e4b739a63f43cbedd406723f4ac2452885.tar.gz
gentoo-176276e4b739a63f43cbedd406723f4ac2452885.tar.bz2
gentoo-176276e4b739a63f43cbedd406723f4ac2452885.zip
x11-plugins/pidgin-hotkeys: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
index ba63fde3c455..25d102a3e7e2 100644
--- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
+++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 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="Pidgin plugin to define global hotkeys for various actions"
HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/"
@@ -22,5 +20,5 @@ DEPEND="${RDEPEND}
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README NEWS || die
+ default
}