summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-25 19:05:45 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-25 20:14:37 -0400
commitdae62865bf0f6dda08c573f7412de13a4058a80e (patch)
tree7d16b5db9f087a8d4cb077f1628d09462a4e5da3 /x11-misc/peksystray
parentx11-misc/fluxter: bump EAPI and drop eutils (diff)
downloadgentoo-dae62865bf0f6dda08c573f7412de13a4058a80e.tar.gz
gentoo-dae62865bf0f6dda08c573f7412de13a4058a80e.tar.bz2
gentoo-dae62865bf0f6dda08c573f7412de13a4058a80e.zip
x11-misc/peksystray: bump EAPI drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r--x11-misc/peksystray/peksystray-0.4.0.ebuild11
1 files 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 6d0c9e545da9..96faffa1daef 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
}