Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-2.22.3.ebuild
Date: Thu, 03 Jul 2008 21:44:55
Message-Id: E1KEWbe-0000P7-48@stork.gentoo.org
1 eva 08/07/03 21:44:46
2
3 Modified: ChangeLog
4 Added: gnome-applets-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Translation updates.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.263 gnome-base/gnome-applets/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.263&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.263&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.262&r2=1.263
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
19 retrieving revision 1.262
20 retrieving revision 1.263
21 diff -u -r1.262 -r1.263
22 --- ChangeLog 5 Jun 2008 11:50:11 -0000 1.262
23 +++ ChangeLog 3 Jul 2008 21:44:45 -0000 1.263
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gnome-applets
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.262 2008/06/05 11:50:11 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.263 2008/07/03 21:44:45 eva Exp $
29 +
30 +*gnome-applets-2.22.3 (03 Jul 2008)
31 +
32 + 03 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-applets-2.22.3.ebuild:
34 + bump to 2.22.3. Translation updates.
35
36 05 Jun 2008; RĂ©mi Cardona <remi@g.o> gnome-applets-2.20.1.ebuild,
37 gnome-applets-2.22.0.ebuild:
38
39
40
41 1.1 gnome-base/gnome-applets/gnome-applets-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-applets-2.22.3.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/gnome-base/gnome-applets/gnome-applets-2.22.3.ebuild,v 1.1 2008/07/03 21:44:45 eva Exp $
51
52 inherit eutils gnome2 python
53
54 DESCRIPTION="Applets for the GNOME Desktop and Panel"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2 FDL-1.1 LGPL-2"
58 SLOT="2"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="acpi apm doc gnome gstreamer hal ipv6 test"
61
62 # TODO: configure says python stuff is optional
63 # my secret script says cpufrequtils might be needed in RDEPEND
64
65 RDEPEND=">=x11-libs/gtk+-2.11
66 >=dev-libs/glib-2.15.6
67 >=gnome-base/libgnome-2.8
68 >=gnome-base/libgnomeui-2.8
69 >=gnome-base/gconf-2.8
70 >=gnome-base/gnome-panel-2.13.4
71 >=gnome-base/libglade-2.4
72 >=gnome-base/gail-1.1
73 >=x11-libs/libxklavier-2.91
74 >=x11-libs/libwnck-2.9.3
75 >=gnome-base/gnome-desktop-2.11.1
76 >=x11-libs/libnotify-0.3.2
77 hal? ( >=sys-apps/hal-0.5.3 )
78 >=dev-libs/dbus-glib-0.71
79 >=x11-themes/gnome-icon-theme-2.15.91
80 >=dev-libs/libgweather-2.22.1
81 >=virtual/python-2.4
82 apm? ( sys-apps/apmd )
83 x11-apps/xrdb x11-libs/libX11
84 gnome? (
85 >=gnome-base/libgnomekbd-2.21.4.1
86 gnome-base/gnome-settings-daemon
87
88 >=gnome-extra/gucharmap-1.4
89 >=gnome-base/libgtop-2.11.92
90 >=gnome-base/gnome-vfs-2.15.4
91
92 >=dev-python/pygtk-2.6
93 >=dev-python/gnome-python-2.10
94 )
95 gstreamer? (
96 >=media-libs/gstreamer-0.10.2
97 >=media-libs/gst-plugins-base-0.10.14
98 )"
99
100 # Remove gnome-system-tools 2.14 from RDEPEND to all because it is starting
101 # to cause more headache to keep it than to mask it. Supports only s-t-b-1
102 # anyway.
103 # >=app-admin/system-tools-backends-1.1.3
104
105 DEPEND="${RDEPEND}
106 >=app-text/scrollkeeper-0.1.4
107 >=app-text/gnome-doc-utils-0.3.2
108 >=dev-util/pkgconfig-0.19
109 >=dev-util/intltool-0.35
110 dev-libs/libxslt
111 doc? (
112 app-text/docbook-sgml-utils
113 ~app-text/docbook-xml-dtd-4.3
114 )
115 test? ( ~app-text/docbook-xml-dtd-4.3 )"
116
117 DOCS="AUTHORS ChangeLog NEWS README"
118
119 src_unpack() {
120 gnome2_src_unpack
121
122 # disable pyc compiling
123 mv py-compile py-compile.orig
124 ln -s $(type -P true) py-compile
125 }
126
127 pkg_setup() {
128 G2CONF="${G2CONF}
129 --disable-scrollkeeper --enable-flags
130 $(use_with hal)
131 $(use_enable ipv6)"
132
133 if use gstreamer; then
134 G2CONF="${G2CONF} --with-gstreamer=0.10"
135 fi
136
137 if ! use ppc && ! use apm && ! use acpi; then
138 G2CONF="${G2CONF} --disable-battstat"
139 fi
140
141 if use ppc && ! use apm; then
142 G2CONF="${G2CONF} --disable-battstat"
143 fi
144 }
145
146 src_install() {
147 gnome2_src_install
148
149 APPLETS="accessx-status battstat charpick cpufreq drivemount geyes \
150 gkb-new gswitchit gweather invest-applet mini-commander \
151 mixer modemlights multiload null_applet stickynotes trashapplet"
152
153 # modemlights is out because it needs system-tools-backends-1
154
155 for applet in ${APPLETS} ; do
156 docinto ${applet}
157
158 for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
159 [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
160 done
161 done
162 }
163
164 pkg_postinst() {
165 gnome2_pkg_postinst
166
167 if use acpi && ! use hal ; then
168 elog "It is highly recommended that you install acpid if you use the"
169 elog "battstat applet to prevent any issues with other applications "
170 elog "trying to read acpi information."
171 fi
172
173 # check for new python modules on bumps
174 python_version
175 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/invest
176 }
177
178 pkg_postrm() {
179 gnome2_pkg_postrm
180 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/invest
181 }
182
183
184
185 --
186 gentoo-commits@l.g.o mailing list