commit: 1aab8e90b1934803ac592df62459dd78d62a1ce9 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri May 25 23:08:36 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat May 26 00:14:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aab8e90
x11-misc/imwheel: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 6 +++--- 1 file 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 bef62cd2ef7..87c285d6cef 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 }
