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/gkrellm-leds/
Date: Thu, 04 Jan 2018 09:17:11
Message-Id: 1515057328.d2f9b4c4ff2da1291937c465a2652219a9c361ae.soap@gentoo
1 commit: d2f9b4c4ff2da1291937c465a2652219a9c361ae
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:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f9b4c4
7
8 x11-plugins/gkrellm-leds: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild | 13 ++++++++-----
13 1 file changed, 8 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
16 index e1cf0a439a5..253934df329 100644
17 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
18 +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 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 @@ -10,15 +10,18 @@ MY_P="${P/rellm-/}"
26 DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
27 HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
28 SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
29 +
30 LICENSE="GPL-2"
31 SLOT="2"
32 KEYWORDS="alpha amd64 ~ppc ~sparc x86"
33 IUSE=""
34
35 -COMMON_DEPEND="app-admin/gkrellm[X]"
36 -DEPEND+=" ${COMMON_DEPEND} x11-proto/inputproto"
37 -RDEPEND+=" ${COMMON_DEPEND} x11-libs/libXtst"
38 +RDEPEND="
39 + app-admin/gkrellm:2[X]
40 + x11-libs/libXtst"
41 +DEPEND="${RDEPEND}
42 + x11-proto/inputproto"
43
44 S="${WORKDIR}/${MY_P}"
45
46 -PLUGIN_SO="src/.libs/gkleds.so"
47 +PLUGIN_SO=( src/.libs/gkleds$(get_modname) )