commit:     dae62865bf0f6dda08c573f7412de13a4058a80e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 23:05:45 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:14:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae62865

x11-misc/peksystray: bump EAPI drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/peksystray/peksystray-0.4.0.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/x11-misc/peksystray/peksystray-0.4.0.ebuild 
b/x11-misc/peksystray/peksystray-0.4.0.ebuild
index 6d0c9e545da..96faffa1dae 100644
--- a/x11-misc/peksystray/peksystray-0.4.0.ebuild
+++ b/x11-misc/peksystray/peksystray-0.4.0.ebuild
@@ -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
 }

Reply via email to