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-battery-plugin: xfce4-battery-plugin-0.5.1.ebuild ChangeLog metadata.xml
Date: Fri, 28 Aug 2009 20:15:45
Message-Id: E1MftM4-0007cL-1m@stork.gentoo.org
1 ssuominen 09/08/25 10:34:20
2
3 Added: xfce4-battery-plugin-0.5.1.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Rename xfce4-battery to xfce4-battery-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-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: xfce4-battery-plugin-0.5.1.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-battery-plugin/xfce4-battery-plugin-0.5.1.ebuild,v 1.1 2009/08/25 10:34:19 ssuominen Exp $
20
21 EAPI=2
22 inherit xfconf
23
24 DESCRIPTION="Battery status panel plugin"
25 HOMEPAGE="http://www.xfce.org/"
26 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2"
27
28 LICENSE="GPL-2 LGPL-2"
29 SLOT="0"
30 KEYWORDS="amd64 arm ppc x86 ~x86-fbsd"
31 IUSE="debug"
32
33 RDEPEND=">=x11-libs/gtk+-2.6:2
34 >=xfce-base/xfce4-panel-4.3.90.2
35 >=xfce-base/libxfce4util-4.3.90.2
36 >=xfce-base/libxfcegui4-4.3.90.2"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig
39 dev-util/intltool"
40
41 pkg_setup() {
42 PATCHES=( "${FILESDIR}/${PV}-freebsd.patch"
43 "${FILESDIR}/${PV}-libacpi.patch"
44 "${FILESDIR}/${PV}-2.6.24-headers.patch"
45 "${FILESDIR}/${PV}-sysfs.patch" )
46 DOCS="AUTHORS ChangeLog README"
47 XFCONF="--disable-dependency-tracking
48 $(use_enable debug)"
49 }
50
51
52
53 1.1 xfce-extra/xfce4-battery-plugin/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog?rev=1.1&content-type=text/plain
57
58 Index: ChangeLog
59 ===================================================================
60 # ChangeLog for xfce-extra/xfce4-battery-plugin
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.1 2009/08/25 10:34:19 ssuominen Exp $
63
64 *xfce4-battery-plugin-0.5.1 (25 Aug 2009)
65
66 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
67 +xfce4-battery-plugin-0.5.1.ebuild, +files/0.5.1-2.6.24-headers.patch,
68 +files/0.5.1-freebsd.patch, +files/0.5.1-libacpi.patch,
69 +files/0.5.1-sysfs.patch:
70 Rename xfce4-battery to xfce4-battery-plugin.
71
72
73
74
75 1.1 xfce-extra/xfce4-battery-plugin/metadata.xml
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-battery-plugin/metadata.xml?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-battery-plugin/metadata.xml?rev=1.1&content-type=text/plain
79
80 Index: metadata.xml
81 ===================================================================
82 <?xml version="1.0" encoding="UTF-8"?>
83 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 <pkgmetadata>
85 <herd>xfce</herd>
86 </pkgmetadata>