From 3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Thu, 23 Feb 2017 18:41:03 +0200 Subject: [PATCH] x11-misc/unclutter: EAPI bump 5 -> 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4071 --- ...lutter-8-r3.ebuild => unclutter-8-r4.ebuild} | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) rename x11-misc/unclutter/{unclutter-8-r3.ebuild => unclutter-8-r4.ebuild} (75%) diff --git a/x11-misc/unclutter/unclutter-8-r3.ebuild b/x11-misc/unclutter/unclutter-8-r4.ebuild similarity index 75% rename from x11-misc/unclutter/unclutter-8-r3.ebuild rename to x11-misc/unclutter/unclutter-8-r4.ebuild index 260ebc9d0ee8..1372a6c79a66 100644 --- a/x11-misc/unclutter/unclutter-8-r3.ebuild +++ b/x11-misc/unclutter/unclutter-8-r4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Hides mouse pointer while not in use" HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README" @@ -20,11 +20,10 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN} -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-include.patch \ - "${FILESDIR}"/${P}-FocusOut.patch -} +PATCHES=( + "${FILESDIR}"/${P}-include.patch + "${FILESDIR}"/${P}-FocusOut.patch +) src_compile() { emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDOPTIONS="${LDFLAGS}" @@ -33,5 +32,5 @@ src_compile() { src_install () { dobin unclutter newman unclutter.man unclutter.1x - dodoc README + einstalldocs } -- 2.26.2