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-plugins/gkrellshoot/
Date: Thu, 04 Jan 2018 09:17:09
Message-Id: 1515057318.9585f1457b0e62369a1927fc168c4cdcf161c6a5.soap@gentoo
1 commit: 9585f1457b0e62369a1927fc168c4cdcf161c6a5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 22:34:32 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 09:15:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9585f145
7
8 x11-plugins/gkrellshoot: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
16 index c423ab7a64c..0f25feb62d4 100644
17 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
18 +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 +
26 inherit gkrellm-plugin
27
28 -S=${WORKDIR}/${P/s/S}
29 DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
30 HOMEPAGE="http://gkrellshoot.sourceforge.net/"
31 SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
32 @@ -14,7 +14,9 @@ SLOT="2"
33 KEYWORDS="alpha amd64 ppc sparc x86"
34 IUSE=""
35
36 +DEPEND="app-admin/gkrellm:2[X]"
37 RDEPEND="
38 - app-admin/gkrellm[X]
39 - virtual/imagemagick-tools
40 -"
41 + ${DEPEND}
42 + virtual/imagemagick-tools"
43 +
44 +S=${WORKDIR}/${P/s/S}