Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-leds/
Date: Fri, 05 Aug 2016 23:41:47
Message-Id: 1470440424.e364a605d5150222f44270af9c87c74a7f3a3fe7.mjo@gentoo
1 commit: e364a605d5150222f44270af9c87c74a7f3a3fe7
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 23:40:04 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 23:40:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e364a605
7
8 x11-plugins/gkrellm-leds: new revision with EAPI=6.
9
10 This new revision updates the EAPI because the old one was
11 deprecated. It also fixes a faked USE dependency reported in bug
12 514064, by turning it into a real one.
13
14 Gentoo-Bug: 514064
15
16 Package-Manager: portage-2.2.28
17
18 ...s-0.8.2.ebuild => gkrellm-leds-0.8.2-r1.ebuild} | 23 ++++++++++++----------
19 1 file changed, 13 insertions(+), 10 deletions(-)
20
21 diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
22 similarity index 63%
23 rename from x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
24 rename to x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
25 index 28e86fb..373be0b 100644
26 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
27 +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
28 @@ -1,22 +1,25 @@
29 -# Copyright 1999-2010 Gentoo Foundation
30 +# Copyright 1999-2016 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 # $Id$
33
34 -EAPI="3"
35 +EAPI=6
36 +
37 inherit gkrellm-plugin
38
39 -IUSE=""
40 -MY_P=${P/rellm-/}
41 -S=${WORKDIR}/${MY_P}
42 +MY_P="${P/rellm-/}"
43 +
44 DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
45 -SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
46 HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
47 -
48 -SLOT="2"
49 +SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
50 LICENSE="GPL-2"
51 +SLOT="2"
52 KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
53 +IUSE=""
54 +
55 +COMMON_DEPEND="app-admin/gkrellm[X]"
56 +DEPEND+=" ${COMMON_DEPEND} x11-proto/inputproto"
57 +RDEPEND+=" ${COMMON_DEPEND} x11-libs/libXtst"
58
59 -DEPEND="x11-proto/inputproto"
60 -RDEPEND="x11-libs/libXtst"
61 +S="${WORKDIR}/${MY_P}"
62
63 PLUGIN_SO="src/.libs/gkleds.so"