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-radio/
Date: Thu, 04 Jan 2018 09:17:13
Message-Id: 1515057361.ac70897f8ce3a674e3802d7b4f0d8ab51b8357ea.soap@gentoo
1 commit: ac70897f8ce3a674e3802d7b4f0d8ab51b8357ea
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 22:34:33 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 09:16:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac70897f
7
8 x11-plugins/gkrellm-radio: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 .../gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 21 +++++++++++----------
13 1 file changed, 11 insertions(+), 10 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
16 index 541296313c5..5f7915f9827 100644
17 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
18 +++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
19 @@ -1,28 +1,29 @@
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 +
26 inherit gkrellm-plugin toolchain-funcs
27
28 DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners"
29 SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
30 HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
31
32 -DEPEND="lirc? ( app-misc/lirc )"
33 -RDEPEND="${DEPEND}
34 - app-admin/gkrellm[X]
35 -"
36 -
37 -IUSE="lirc"
38 -SLOT="2"
39 LICENSE="GPL-2"
40 +SLOT="2"
41 KEYWORDS="~amd64 ppc sparc x86"
42 +IUSE="lirc"
43
44 -PLUGIN_SO="radio.so"
45 -S="${WORKDIR}/${PN}"
46 +RDEPEND="
47 + app-admin/gkrellm:2[X]
48 + lirc? ( app-misc/lirc )"
49 +DEPEND="${RDEPEND}"
50
51 +S=${WORKDIR}/${PN}
52 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
53
54 +PLUGIN_SO=( radio$(get_modname) )
55 +
56 src_compile() {
57 use lirc && myconf="${myconf} WITH_LIRC=1"
58 emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}