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/trayer-srg/
Date: Sat, 25 Feb 2017 14:16:02
Message-Id: 1488032081.3f98e84dd839085391f4dc5ccdefa80f268fc53e.soap@gentoo
1 commit: 3f98e84dd839085391f4dc5ccdefa80f268fc53e
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 22 16:00:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:14:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98e84d
7
8 x11-misc/trayer-srg: EAPI bump 4 -> 6, Depend on x11-libs/gdk-pixbuf[X]
9
10 Gentoo-bug: https://bugs.gentoo.org/608598
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13 Closes: https://github.com/gentoo/gentoo/pull/4057
14
15 x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild | 2 +-
16 .../{trayer-srg-1.1.6.ebuild => trayer-srg-1.1.6-r1.ebuild} | 6 +++---
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
20 index b8d20f26c2..2e150e2a68 100644
21 --- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
22 +++ b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
23 @@ -15,7 +15,7 @@ SLOT="0"
24 KEYWORDS="amd64 x86"
25 IUSE=""
26
27 -RDEPEND="x11-libs/gdk-pixbuf:2
28 +RDEPEND="x11-libs/gdk-pixbuf:2[X]
29 x11-libs/gtk+:2
30 x11-libs/libX11
31 x11-libs/libXmu"
32
33 diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
34 similarity index 88%
35 rename from x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
36 rename to x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
37 index cf91cfb9d1..58fa1121f9 100644
38 --- a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
39 +++ b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
40 @@ -2,7 +2,7 @@
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 -EAPI=4
45 +EAPI=6
46
47 inherit toolchain-funcs vcs-snapshot
48
49 @@ -15,7 +15,7 @@ SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 -RDEPEND="x11-libs/gdk-pixbuf:2
54 +RDEPEND="x11-libs/gdk-pixbuf:2[X]
55 x11-libs/gtk+:2
56 x11-libs/libX11
57 x11-libs/libXmu"
58 @@ -28,5 +28,5 @@ src_compile() {
59
60 src_install() {
61 dobin ${PN}
62 - dodoc CHANGELOG CREDITS README TODO
63 + einstalldocs
64 }