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

x11-misc/fluxter/fluxter-0.1.0.ebuild

index 0bcbe35e507edd570d0ac77f5cd83535aa3c7ca7..121d5f5ed917f82a22c18c58fdf817e869948ac6 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="workspace pager dockapp, particularly useful with the Fluxbox window manager"
 HOMEPAGE="http://www.isomedia.com/homes/stevencooper"
@@ -17,8 +17,10 @@ DEPEND="x11-libs/libX11
        x11-libs/libSM
        x11-libs/libICE"
 
+PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
+
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-asneeded.patch
+       default
        eautoreconf
 }
 
@@ -29,5 +31,4 @@ src_configure() {
 
 src_install() {
        emake DESTDIR="${D}" install || die
-       dodoc AUTHORS BUGS ChangeLog README TODO
 }