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

x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild

index ba63fde3c45562e8c26c898008f11dd2f0e9c532..25d102a3e7e260c21a32e0c267ed2175cbc893c7 100644 (file)
@@ -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
 }