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: metadata.xml ChangeLog xfce4-cpugraph-plugin-0.4.0.ebuild
Date: Fri, 28 Aug 2009 20:15:59
Message-Id: E1Mfuw3-0003RG-Hc@stork.gentoo.org
1 ssuominen 09/08/25 12:15:35
2
3 Added: metadata.xml ChangeLog
4 xfce4-cpugraph-plugin-0.4.0.ebuild
5 Log:
6 Rename xfce4-cpugraph to xfce4-cpugraph-plugin.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 xfce-extra/xfce4-cpugraph-plugin/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>xfce</herd>
21 </pkgmetadata>
22
23
24
25 1.1 xfce-extra/xfce4-cpugraph-plugin/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.1 2009/08/25 12:15:35 ssuominen Exp $
35
36 *xfce4-cpugraph-plugin-0.4.0 (25 Aug 2009)
37
38 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
39 +xfce4-cpugraph-plugin-0.4.0.ebuild,
40 +files/xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch:
41 Rename xfce4-cpugraph to xfce4-cpugraph-plugin.
42
43
44
45
46 1.1 xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: xfce4-cpugraph-plugin-0.4.0.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild,v 1.1 2009/08/25 12:15:35 ssuominen Exp $
56
57 EAPI=2
58 inherit xfconf
59
60 DESCRIPTION="CPU load panel plugin"
61 HOMEPAGE="http://www.xfce.org/"
62 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
67 IUSE="debug"
68
69 RDEPEND=">=xfce-base/xfce4-panel-4.3.20"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 dev-util/intltool"
73
74 pkg_setup() {
75 PATCHES=( "${FILESDIR}/${P}-free_and_realloc.patch" )
76 DOCS="AUTHORS ChangeLog NEWS README TODO"
77 XFCONF="--disable-dependency-tracking
78 $(use_enable debug)"
79 }