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/i8krellm/
Date: Thu, 04 Jan 2018 09:17:19
Message-Id: 1515057374.2a7b5bb185e50b77bbb9845d66fed74d08c07d5d.soap@gentoo
1 commit: 2a7b5bb185e50b77bbb9845d66fed74d08c07d5d
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:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7b5bb1
7
8 x11-plugins/i8krellm: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
16 index 907a5c58802..3940327a3c5 100644
17 --- a/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
18 +++ b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
19 @@ -1,22 +1,22 @@
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
28 DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks"
29 SRC_URI="http://www.coding-zone.com/${P}.tar.gz"
30 HOMEPAGE="http://www.coding-zone.com/?page=i8krellm"
31 -IUSE=""
32
33 -SLOT="0"
34 LICENSE="GPL-2"
35 +SLOT="0"
36 KEYWORDS="amd64 x86"
37 +IUSE=""
38
39 RDEPEND="
40 - app-admin/gkrellm[X]
41 - >=app-laptop/i8kutils-1.5
42 -"
43 + app-admin/gkrellm:2[X]
44 + >=app-laptop/i8kutils-1.5"
45 DEPEND="${RDEPEND}"
46
47 -PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
48 +PATCHES=( "${FILESDIR}"/${P}-Respect-LDFLAGS.patch )