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-countdown/
Date: Thu, 04 Jan 2018 09:17:20
Message-Id: 1515057380.75c45a514f7602e4f4b05e5dced78fbdfb60eaa0.soap@gentoo
1 commit: 75c45a514f7602e4f4b05e5dced78fbdfb60eaa0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 22:34:34 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 09:16:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c45a51
7
8 x11-plugins/gkrellm-countdown: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 .../gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild | 14 ++++++--------
13 1 file changed, 6 insertions(+), 8 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild
16 index 7c36a135768..81e9a1f50a6 100644
17 --- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild
18 +++ b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild
19 @@ -1,4 +1,4 @@
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 @@ -9,18 +9,16 @@ DESCRIPTION="A simple countdown clock for GKrellM2"
26 SRC_URI="http://oss.pugsplace.net/${P}.tar.gz"
27 HOMEPAGE="http://freecode.com/projects/gkrellm-countdown"
28
29 -SLOT="0"
30 LICENSE="GPL-2"
31 +SLOT="0"
32 KEYWORDS="~amd64 ppc sparc x86"
33 IUSE=""
34
35 -COMMON_DEPEND="app-admin/gkrellm[X]"
36 -RDEPEND+=" ${COMMON_DEPEND}"
37 -DEPEND+=" ${COMMON_DEPEND}"
38 -
39 -S="${WORKDIR}/${PN}"
40 +RDEPEND="app-admin/gkrellm:2[X]"
41 +DEPEND="${RDEPEND}"
42
43 -PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
44 +S=${WORKDIR}/${PN}
45 +PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
46
47 src_compile() {
48 emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"