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/gkrelltop/
Date: Sat, 20 Feb 2016 17:14:15
Message-Id: 1455988440.c59f03d4e190c0c767204ae3870320cc4ca2fab4.pacho@gentoo
1 commit: c59f03d4e190c0c767204ae3870320cc4ca2fab4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 17:13:48 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 17:14:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59f03d4
7
8 x11-plugins/gkrelltop: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild | 34 ----------------------
13 x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild | 41 ---------------------------
14 2 files changed, 75 deletions(-)
15
16 diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild
17 deleted file mode 100644
18 index 3cc1df8..0000000
19 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=4
27 -inherit gkrellm-plugin
28 -
29 -DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
30 -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
31 -HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
32 -
33 -SLOT="0"
34 -LICENSE="GPL-2"
35 -KEYWORDS="amd64 ppc x86"
36 -IUSE="X"
37 -
38 -PLUGIN_SERVER_SO=gkrelltopd.so
39 -PLUGIN_SO=gkrelltop.so
40 -
41 -S="${WORKDIR}/${P}.orig"
42 -
43 -RDEPEND="dev-libs/glib:2"
44 -DEPEND="${RDEPEND}"
45 -
46 -src_compile() {
47 - use X || TARGET="server"
48 - emake ${TARGET}
49 -}
50 -
51 -pkg_postinst() {
52 - einfo "To enable the gkrelltopd server plugin, you must add the following"
53 - einfo "line to /etc/gkrellmd.conf:"
54 - einfo "\tplugin-enable gkrelltopd"
55 -}
56
57 diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild
58 deleted file mode 100644
59 index b8cbde4..0000000
60 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild
61 +++ /dev/null
62 @@ -1,41 +0,0 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Id$
66 -
67 -EAPI=4
68 -inherit gkrellm-plugin toolchain-funcs
69 -
70 -DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
71 -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
72 -HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
73 -
74 -SLOT="0"
75 -LICENSE="GPL-2"
76 -KEYWORDS="~amd64 ~ppc ~x86"
77 -IUSE="X"
78 -
79 -PLUGIN_SERVER_SO=gkrelltopd.so
80 -PLUGIN_SO=gkrelltop.so
81 -
82 -S="${WORKDIR}/${P}.orig"
83 -
84 -RDEPEND="dev-libs/glib:2"
85 -DEPEND="${RDEPEND}"
86 -
87 -src_prepare() {
88 - sed -i \
89 - -e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \
90 - -e 's/-shared/$(LDFLAGS) &/' \
91 - Makefile || die
92 -}
93 -
94 -src_compile() {
95 - use X || TARGET="server"
96 - emake ${TARGET}
97 -}
98 -
99 -pkg_postinst() {
100 - einfo "To enable the gkrelltopd server plugin, you must add the following"
101 - einfo "line to /etc/gkrellmd.conf:"
102 - einfo "\tplugin-enable gkrelltopd"
103 -}