x11-plugins/guifications: bump EAPI and drop eutils
authorAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 16:30:02 +0000 (12:30 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 18:16:43 +0000 (14:16 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/guifications/guifications-2.16.ebuild

index 70ceda6a6a73c36f7dac8ac7cf1eebf728326d82..95bed743de170110d67e14c669ad0ac6c58f4047 100644 (file)
@@ -1,14 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=6
 
 MY_PN=pidgin-${PN}
 MY_PV=${PV/_beta/beta}
 MY_P=${MY_PN}-${MY_PV}
 S="${WORKDIR}/${MY_P}"
+
 DESCRIPTION="Guifications is a graphical notification plugin for pidgin"
 HOMEPAGE="http://plugins.guifications.org/"
 SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
@@ -32,5 +31,5 @@ src_configure() {
 
 src_install() {
        emake install DESTDIR="${D}" || die "make install failure"
-       dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION || die
+       default
 }