From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06072138330 for ; Sat, 26 May 2018 00:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 326B1E08F0; Sat, 26 May 2018 00:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AA66E08F0 for ; Sat, 26 May 2018 00:14:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0A5E335CA3 for ; Sat, 26 May 2018 00:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012F22B1 for ; Sat, 26 May 2018 00:14:47 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527293678.1aab8e90b1934803ac592df62459dd78d62a1ce9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild X-VCS-Directories: x11-misc/imwheel/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1aab8e90b1934803ac592df62459dd78d62a1ce9 X-VCS-Branch: master Date: Sat, 26 May 2018 00:14:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76ee5461-3748-4279-89d7-7f4220b80ba4 X-Archives-Hash: b72bcb4d77865e9f59b6a684187ef0e8 commit: 1aab8e90b1934803ac592df62459dd78d62a1ce9 Author: Aaron Bauman gentoo org> AuthorDate: Fri May 25 23:08:36 2018 +0000 Commit: Aaron Bauman gentoo 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 }