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

x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild

index bef62cd2ef7156c2ea2814b44a6b7a95467d2c10..87c285d6cef2330b6a463792e7d4bec29c14b730 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons"
 HOMEPAGE="http://imwheel.sourceforge.net/"
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
        >=sys-apps/sed-4"
 
 src_prepare() {
+       default
        sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die
        eautoreconf
 }
@@ -38,5 +39,4 @@ src_configure() {
 
 src_install() {
        emake DESTDIR="${D}" install || die "make install failed"
-       dodoc AUTHORS BUGS ChangeLog EMACS M-BA47 NEWS README TODO
 }