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: ChangeLog gkrelltop-2.2.11.ebuild
Date: Sat, 26 Apr 2008 22:46:47
Message-Id: E1JptAK-0004tY-Ab@stork.gentoo.org
1 lack 08/04/26 22:46:44
2
3 Modified: ChangeLog
4 Added: gkrelltop-2.2.11.ebuild
5 Log:
6 Version bump - 2.2.11 is released (bug #219006)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.26 x11-plugins/gkrelltop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrelltop/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrelltop/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrelltop/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 12 Jun 2007 21:23:19 -0000 1.25
23 +++ ChangeLog 26 Apr 2008 22:46:43 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-plugins/gkrelltop
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.25 2007/06/12 21:23:19 lack Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.26 2008/04/26 22:46:43 lack Exp $
30 +
31 +*gkrelltop-2.2.11 (26 Apr 2008)
32 +
33 + 26 Apr 2008; Jim Ramsay <lack@g.o> +gkrelltop-2.2.11.ebuild:
34 + Version bump - 2.2.11 is released (bug #219006)
35
36 12 Jun 2007; Jim Ramsay <lack@g.o> -gkrelltop-2.2.4.ebuild,
37 -gkrelltop-2.2.6.ebuild:
38
39
40
41 1.1 x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gkrelltop-2.2.11.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.1 2008/04/26 22:46:43 lack Exp $
51
52 inherit gkrellm-plugin
53
54 DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
55 SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
56 HOMEPAGE="http://sourceforge.net/projects/gkrelltop"
57
58 SLOT="0"
59 LICENSE="GPL-2"
60 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
61 IUSE="X"
62
63 PLUGIN_SERVER_SO=gkrelltopd.so
64 PLUGIN_SO=gkrelltop.so
65
66 S="${WORKDIR}/${P}.orig"
67
68 DEPEND="=dev-libs/glib-2*
69 X? ( =x11-libs/gtk+-2* )"
70
71 src_compile() {
72 econf
73 use X || TARGET="server"
74 emake ${TARGET}
75 }
76
77 pkg_postinst() {
78 einfo "To enable the gkrelltopd server plugin, you must add the following"
79 einfo "line to /etc/gkrellmd.conf:"
80 einfo "\tplugin-enable gkrelltopd"
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list