Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/i8krellm/
Date: Wed, 26 Jul 2017 11:35:07
Message-Id: 1501068885.c32266a5ba9feea0e8c55687e8faeeb4720143b3.pacho@gentoo
1 commit: c32266a5ba9feea0e8c55687e8faeeb4720143b3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 11:22:39 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32266a5
7
8 x11-plugins/i8krellm: Fix dependency on gkrellm[X]
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
16 new file mode 100644
17 index 00000000000..fb6bf7495ed
18 --- /dev/null
19 +++ b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +inherit gkrellm-plugin
26 +
27 +DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks"
28 +SRC_URI="http://www.coding-zone.com/${P}.tar.gz"
29 +HOMEPAGE="http://www.coding-zone.com/?page=i8krellm"
30 +IUSE=""
31 +
32 +SLOT="0"
33 +LICENSE="GPL-2"
34 +KEYWORDS="~amd64 ~x86"
35 +
36 +RDEPEND="
37 + app-admin/gkrellm[X]
38 + >=app-laptop/i8kutils-1.5
39 +"
40 +DEPEND="${RDEPEND}"
41 +
42 +PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )