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-extra/fast-user-switch-applet: ChangeLog fast-user-switch-applet-2.24.0.ebuild
Date: Sun, 12 Oct 2008 21:41:26
Message-Id: E1Kp8gl-0002AE-46@stork.gentoo.org
1 eva 08/10/12 21:41:23
2
3 Modified: ChangeLog
4 Added: fast-user-switch-applet-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24. Updated translations, migrated to GIO.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.62 gnome-extra/fast-user-switch-applet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 25 Sep 2008 15:31:06 -0000 1.61
23 +++ ChangeLog 12 Oct 2008 21:41:23 -0000 1.62
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/fast-user-switch-applet
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.61 2008/09/25 15:31:06 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.62 2008/10/12 21:41:23 eva Exp $
29 +
30 +*fast-user-switch-applet-2.24.0 (12 Oct 2008)
31 +
32 + 12 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +fast-user-switch-applet-2.24.0.ebuild:
34 + New version for GNOME 2.24. Updated translations, migrated to GIO.
35
36 25 Sep 2008; Jeroen Roovers <jer@g.o>
37 fast-user-switch-applet-2.22.0.ebuild:
38
39
40
41 1.1 gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fast-user-switch-applet-2.24.0.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-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild,v 1.1 2008/10/12 21:41:23 eva Exp $
51
52 inherit eutils gnome2
53
54 DESCRIPTION="Fast User Switching Applet for Gnome Desktop"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2 FDL-1.1 LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/glib-2.16
63 >=x11-libs/gtk+-2.8
64 >=gnome-base/gnome-panel-2.0
65 >=gnome-base/libglade-2.0
66 gnome-base/gconf
67 gnome-base/gdm
68 x11-libs/libXmu
69 x11-libs/libXau
70 x11-libs/libSM"
71 DEPEND="${RDEPEND}
72 dev-libs/libxslt
73 >=dev-util/pkgconfig-0.9
74 >=sys-devel/autoconf-2.53
75 >=dev-util/intltool-0.35
76 >=app-text/scrollkeeper-0.1.4
77 >=app-text/gnome-doc-utils-0.3.2
78 ~app-text/docbook-xml-dtd-4.3"
79
80 DOCS="AUTHORS ChangeLog NEWS README"
81
82 pkg_setup() {
83 G2CONF="${G2CONF} --with-gdm-config=/usr/share/gdm/defaults.conf"
84 }