summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-25 19:08:36 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-25 20:14:38 -0400
commit1aab8e90b1934803ac592df62459dd78d62a1ce9 (patch)
treefe5fb93dfde8c0d1f5a11bc28c9aeb66d940bde1 /x11-misc/imwheel
parentx11-misc/peksystray: bump EAPI drop eutils (diff)
downloadgentoo-1aab8e90b1934803ac592df62459dd78d62a1ce9.tar.gz
gentoo-1aab8e90b1934803ac592df62459dd78d62a1ce9.tar.bz2
gentoo-1aab8e90b1934803ac592df62459dd78d62a1ce9.zip
x11-misc/imwheel: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r--x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index bef62cd2ef71..87c285d6cef2 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -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
}