Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrelltop: gkrelltop-2.2.13.ebuild gkrelltop-2.2.11-r1.ebuild gkrelltop-2.2.11.ebuild ChangeLog
Date: Thu, 30 Aug 2012 00:28:44
Message-Id: 20120830002833.275CC20BCF@flycatcher.gentoo.org
1 lack 12/08/30 00:28:33
2
3 Modified: gkrelltop-2.2.11-r1.ebuild gkrelltop-2.2.11.ebuild
4 ChangeLog
5 Added: gkrelltop-2.2.13.ebuild
6 Log:
7 Bug #363591: Version bump to 2.2.13
8
9 (Portage version: 2.1.11.10/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild?r1=1.4&r2=1.5
17
18 Index: gkrelltop-2.2.11-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- gkrelltop-2.2.11-r1.ebuild 10 Aug 2012 13:41:04 -0000 1.4
25 +++ gkrelltop-2.2.11-r1.ebuild 30 Aug 2012 00:28:32 -0000 1.5
26 @@ -1,8 +1,8 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild,v 1.4 2012/08/10 13:41:04 johu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild,v 1.5 2012/08/30 00:28:32 lack Exp $
31
32 -EAPI=2
33 +EAPI=4
34 inherit gkrellm-plugin toolchain-funcs
35
36 DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
37 @@ -19,10 +19,8 @@
38
39 S="${WORKDIR}/${P}.orig"
40
41 -RDEPEND="=app-admin/gkrellm-2*[X=]"
42 -DEPEND="${RDEPEND}
43 - =dev-libs/glib-2*
44 - X? ( =x11-libs/gtk+-2* )"
45 +RDEPEND="dev-libs/glib:2"
46 +DEPEND="${RDEPEND}"
47
48 src_prepare() {
49 sed -i \
50
51
52
53 1.8 x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild?rev=1.8&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild?rev=1.8&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild?r1=1.7&r2=1.8
58
59 Index: gkrelltop-2.2.11.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v
62 retrieving revision 1.7
63 retrieving revision 1.8
64 diff -u -r1.7 -r1.8
65 --- gkrelltop-2.2.11.ebuild 5 Sep 2009 22:35:12 -0000 1.7
66 +++ gkrelltop-2.2.11.ebuild 30 Aug 2012 00:28:32 -0000 1.8
67 @@ -1,8 +1,8 @@
68 -# Copyright 1999-2009 Gentoo Foundation
69 +# Copyright 1999-2012 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.7 2009/09/05 22:35:12 maekke Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.8 2012/08/30 00:28:32 lack Exp $
73
74 -EAPI=2
75 +EAPI=4
76 inherit gkrellm-plugin
77
78 DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
79 @@ -19,10 +19,8 @@
80
81 S="${WORKDIR}/${P}.orig"
82
83 -RDEPEND="=app-admin/gkrellm-2*[X=]"
84 -DEPEND="${RDEPEND}
85 - =dev-libs/glib-2*
86 - X? ( =x11-libs/gtk+-2* )"
87 +RDEPEND="dev-libs/glib:2"
88 +DEPEND="${RDEPEND}"
89
90 src_compile() {
91 use X || TARGET="server"
92
93
94
95 1.37 x11-plugins/gkrelltop/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/ChangeLog?rev=1.37&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/ChangeLog?rev=1.37&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/ChangeLog?r1=1.36&r2=1.37
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v
104 retrieving revision 1.36
105 retrieving revision 1.37
106 diff -u -r1.36 -r1.37
107 --- ChangeLog 10 Aug 2012 13:41:04 -0000 1.36
108 +++ ChangeLog 30 Aug 2012 00:28:32 -0000 1.37
109 @@ -1,6 +1,12 @@
110 # ChangeLog for x11-plugins/gkrelltop
111 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.36 2012/08/10 13:41:04 johu Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.37 2012/08/30 00:28:32 lack Exp $
114 +
115 +*gkrelltop-2.2.13 (30 Aug 2012)
116 +
117 + 30 Aug 2012; Jim Ramsay <jim_ramsay@g.o> +gkrelltop-2.2.13.ebuild,
118 + gkrelltop-2.2.11-r1.ebuild, gkrelltop-2.2.11.ebuild:
119 + Bug #363591: Version bump to 2.2.13
120
121 10 Aug 2012; Johannes Huber <johu@g.o> gkrelltop-2.2.11-r1.ebuild:
122 Stable for x86, wrt bug #422397
123 @@ -143,4 +149,3 @@
124 23 Oct 2003; Martin Holzer <mholzer@g.o> gkrelltop-2.2.ebuild:
125 initial ebuild. submitted by Ciaran McCreesh <ciaranm@××××××××××××.uk> in
126 #29382.
127 -
128
129
130
131 1.1 x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild
132
133 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild?rev=1.1&view=markup
134 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild?rev=1.1&content-type=text/plain
135
136 Index: gkrelltop-2.2.13.ebuild
137 ===================================================================
138 # Copyright 1999-2012 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.13.ebuild,v 1.1 2012/08/30 00:28:32 lack Exp $
141
142 EAPI=4
143 inherit gkrellm-plugin toolchain-funcs
144
145 DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
146 SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
147 HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
148
149 SLOT="0"
150 LICENSE="GPL-2"
151 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
152 IUSE="X"
153
154 PLUGIN_SERVER_SO=gkrelltopd.so
155 PLUGIN_SO=gkrelltop.so
156
157 S="${WORKDIR}/${P}.orig"
158
159 RDEPEND="dev-libs/glib:2"
160 DEPEND="${RDEPEND}"
161
162 src_prepare() {
163 sed -i \
164 -e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \
165 -e 's/-shared/$(LDFLAGS) &/' \
166 Makefile || die
167 }
168
169 src_compile() {
170 use X || TARGET="server"
171 emake ${TARGET}
172 }
173
174 pkg_postinst() {
175 einfo "To enable the gkrelltopd server plugin, you must add the following"
176 einfo "line to /etc/gkrellmd.conf:"
177 einfo "\tplugin-enable gkrelltopd"
178 }