diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-23 18:41:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-25 15:14:59 +0100 |
commit | 3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a (patch) | |
tree | a36d86e6782dc87e19a0fede18e220a6bbaff072 /x11-misc/unclutter | |
parent | x11-misc/xtitle: Remove old (diff) | |
download | gentoo-3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a.tar.gz gentoo-3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a.tar.bz2 gentoo-3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a.zip |
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
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r-- | x11-misc/unclutter/unclutter-8-r4.ebuild (renamed from x11-misc/unclutter/unclutter-8-r3.ebuild) | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-misc/unclutter/unclutter-8-r3.ebuild b/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 } |