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-systemload-plugin: xfce4-systemload-plugin-0.4.2.ebuild ChangeLog metadata.xml
Date: Fri, 28 Aug 2009 20:16:01
Message-Id: E1Mfvgj-0005Dx-FM@stork.gentoo.org
1 ssuominen 09/08/25 13:03:49
2
3 Added: xfce4-systemload-plugin-0.4.2.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Rename xfce4-systemload to xfce4-systemload-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-systemload-plugin/xfce4-systemload-plugin-0.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: xfce4-systemload-plugin-0.4.2.ebuild
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2.ebuild,v 1.1 2009/08/25 13:03:49 ssuominen Exp $
20
21 EAUTORECONF=yes
22 EINTLTOOLIZE=yes
23 EAPI=2
24 inherit xfconf
25
26 DESCRIPTION="System load monitor panel plugin"
27 HOMEPAGE="http://www.xfce.org/"
28 SRC_URI="http://www.us.xfce.org/archive/src/panel-plugins/xfce4-systemload-plugin/0.4/xfce4-systemload-plugin-0.4.2.tar.bz2"
29
30 LICENSE="BSD"
31 SLOT="0"
32 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
33 IUSE="debug"
34
35 RDEPEND=">=x11-libs/gtk+-2.6:2
36 >=xfce-base/xfce4-panel-4.3.99.1
37 >=xfce-base/libxfcegui4-4.3.99.1
38 >=xfce-base/libxfce4util-4.3.99.1"
39 DEPEND="${RDEPEND}
40 dev-util/pkgconfig
41 dev-util/intltool"
42
43 pkg_setup() {
44 PATCHES=( "${FILESDIR}/${P}-libtool.patch" )
45 DOCS="AUTHORS ChangeLog NEWS README"
46 XFCONF="--disable-dependency-tracking
47 $(use_enable debug)"
48 }
49
50 src_prepare() {
51 sed -i -e "/^AC_INIT/s/systemload_version()/systemload_version/" \
52 configure.in || die "sed failed"
53 xfconf_src_prepare
54 }
55
56
57
58 1.1 xfce-extra/xfce4-systemload-plugin/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for xfce-extra/xfce4-systemload-plugin
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.1 2009/08/25 13:03:49 ssuominen Exp $
68
69 *xfce4-systemload-plugin-0.4.2 (25 Aug 2009)
70
71 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
72 +xfce4-systemload-plugin-0.4.2.ebuild,
73 +files/xfce4-systemload-plugin-0.4.2-libtool.patch:
74 Rename xfce4-systemload to xfce4-systemload-plugin.
75
76
77
78
79 1.1 xfce-extra/xfce4-systemload-plugin/metadata.xml
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/metadata.xml?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/metadata.xml?rev=1.1&content-type=text/plain
83
84 Index: metadata.xml
85 ===================================================================
86 <?xml version="1.0" encoding="UTF-8"?>
87 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 <pkgmetadata>
89 <herd>xfce</herd>
90 </pkgmetadata>