Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/unclutter/
Date: Sat, 25 Feb 2017 14:15:59
Message-Id: 1488032099.3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a.soap@gentoo
1 commit: 3a9f15ec11b8d2c74bd22ba11ae4db8b623df90a
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 23 16:41:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:14:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9f15ec
7
8 x11-misc/unclutter: EAPI bump 5 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4071
12
13 .../{unclutter-8-r3.ebuild => unclutter-8-r4.ebuild} | 17 ++++++++---------
14 1 file changed, 8 insertions(+), 9 deletions(-)
15
16 diff --git a/x11-misc/unclutter/unclutter-8-r3.ebuild b/x11-misc/unclutter/unclutter-8-r4.ebuild
17 similarity index 75%
18 rename from x11-misc/unclutter/unclutter-8-r3.ebuild
19 rename to x11-misc/unclutter/unclutter-8-r4.ebuild
20 index 260ebc9d0e..1372a6c79a 100644
21 --- a/x11-misc/unclutter/unclutter-8-r3.ebuild
22 +++ b/x11-misc/unclutter/unclutter-8-r4.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 -EAPI=5
30 +EAPI=6
31
32 -inherit eutils toolchain-funcs
33 +inherit toolchain-funcs
34
35 DESCRIPTION="Hides mouse pointer while not in use"
36 HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README"
37 @@ -20,11 +20,10 @@ DEPEND="${RDEPEND}
38
39 S=${WORKDIR}/${PN}
40
41 -src_prepare() {
42 - epatch \
43 - "${FILESDIR}"/${P}-include.patch \
44 - "${FILESDIR}"/${P}-FocusOut.patch
45 -}
46 +PATCHES=(
47 + "${FILESDIR}"/${P}-include.patch
48 + "${FILESDIR}"/${P}-FocusOut.patch
49 +)
50
51 src_compile() {
52 emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDOPTIONS="${LDFLAGS}"
53 @@ -33,5 +32,5 @@ src_compile() {
54 src_install () {
55 dobin unclutter
56 newman unclutter.man unclutter.1x
57 - dodoc README
58 + einstalldocs
59 }