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/simpleswitcher/
Date: Tue, 14 Feb 2017 19:44:24
Message-Id: 1487101451.a1f1b38281e655ea665ea87b180754c11ce1aab4.soap@gentoo
1 commit: a1f1b38281e655ea665ea87b180754c11ce1aab4
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 13 15:23:09 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 19:44:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f1b382
7
8 x11-misc/simpleswitcher: Update live ebuild
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3954
12
13 x11-misc/simpleswitcher/simpleswitcher-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
17 index 7617711c7f..b88c1ef11a 100644
18 --- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
19 +++ b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=4
27 +EAPI=6
28
29 -inherit git-2 toolchain-funcs
30 +inherit git-r3 toolchain-funcs
31
32 DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
33 HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
34 @@ -17,7 +17,8 @@ IUSE=""
35
36 RDEPEND="x11-libs/libX11
37 x11-libs/libXft
38 - x11-libs/libXinerama"
39 + x11-libs/libXinerama
40 + x11-libs/libXres"
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig"
43
44 @@ -29,5 +30,4 @@ src_compile() {
45 src_install() {
46 default
47 doman ${PN}.1
48 - dodoc README.md
49 }