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-imonc/
Date: Thu, 04 Jan 2018 09:17:12
Message-Id: 1515057351.b021ee60fc4a7df59b8376bf40d86ecd978ae62f.soap@gentoo
1 commit: b021ee60fc4a7df59b8376bf40d86ecd978ae62f
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:15:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b021ee60
7
8 x11-plugins/gkrellm-imonc: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
16 index 3ab0c71bc70..05fffe8d885 100644
17 --- a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
18 +++ b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
19 @@ -1,9 +1,9 @@
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 +inherit gkrellm-plugin toolchain-funcs
28
29 DESCRIPTION="A GKrellM2 plugin to control a fli4l router"
30 SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.bz2"
31 @@ -15,13 +15,12 @@ SLOT="0"
32 KEYWORDS="~amd64 x86"
33 IUSE=""
34
35 -COMMON_DEPEND="app-admin/gkrellm[X]"
36 -DEPEND+=" ${COMMON_DEPEND}"
37 -RDEPEND+=" ${COMMON_DEPEND}"
38 +RDEPEND="app-admin/gkrellm:2[X]"
39 +DEPEND="${RDEPEND}"
40
41 S="${WORKDIR}/${PN}-src-${PV}"
42
43 -PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
44 +PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
45
46 src_compile() {
47 emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"