Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.4.ebuild
Date: Mon, 02 Jul 2012 16:17:56
Message-Id: 20120702161736.4919E2004B@flycatcher.gentoo.org
1 ssuominen 12/07/02 16:17:36
2
3 Modified: ChangeLog
4 Added: xfce4-cpugraph-plugin-1.0.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 xfce-extra/xfce4-cpugraph-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 30 Jun 2012 09:36:50 -0000 1.25
24 +++ ChangeLog 2 Jul 2012 16:17:36 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.25 2012/06/30 09:36:50 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.26 2012/07/02 16:17:36 ssuominen Exp $
30 +
31 +*xfce4-cpugraph-plugin-1.0.4 (02 Jul 2012)
32 +
33 + 02 Jul 2012; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-cpugraph-plugin-1.0.4.ebuild:
35 + Version bump.
36
37 *xfce4-cpugraph-plugin-1.0.3 (30 Jun 2012)
38
39
40
41
42 1.1 xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-cpugraph-plugin-1.0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild,v 1.1 2012/07/02 16:17:36 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A system load plug-in for the Xfce panel"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="BSD-2 GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
63 IUSE="debug"
64
65 RDEPEND=">=x11-libs/gtk+-2.12:2
66 >=xfce-base/libxfce4ui-4.8
67 >=xfce-base/xfce4-panel-4.8"
68 DEPEND="${RDEPEND}
69 dev-util/intltool
70 sys-devel/gettext
71 virtual/pkgconfig"
72
73 pkg_setup() {
74 XFCONF=(
75 $(xfconf_use_debug)
76 )
77
78 DOCS=( AUTHORS ChangeLog NEWS README )
79 }