x11-misc/peksystray: bump EAPI drop eutils
authorAaron Bauman <bman@gentoo.org>
Fri, 25 May 2018 23:05:45 +0000 (19:05 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 00:14:37 +0000 (20:14 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-misc/peksystray/peksystray-0.4.0.ebuild

index 6d0c9e545da9b0d9fa7a3b5b37d0931b8a76804f..96faffa1daef196cda36ad4026ef68dca3660f8b 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit autotools eutils
+EAPI=6
+inherit autotools
 
 DESCRIPTION="A system tray dockapp for window managers supporting docking"
 HOMEPAGE="http://peksystray.sourceforge.net/"
@@ -16,12 +16,13 @@ IUSE=""
 DEPEND="x11-libs/libX11
        x11-libs/libXt"
 
+PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
+
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-asneeded.patch
+       default
        eautoreconf
 }
 
 src_install() {
        dobin src/peksystray || die
-       dodoc AUTHORS ChangeLog NEWS README REFS THANKS TODO
 }