Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session: ChangeLog gnome-session-2.20.2.ebuild
Date: Thu, 29 Nov 2007 09:52:31
Message-Id: E1Ixg4D-0002dB-JX@stork.gentoo.org
1 leio 07/11/29 09:52:21
2
3 Modified: ChangeLog
4 Added: gnome-session-2.20.2.ebuild
5 Log:
6 Version bump with only translation updates
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.203 gnome-base/gnome-session/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.203&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?rev=1.203&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/ChangeLog?r1=1.202&r2=1.203
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
19 retrieving revision 1.202
20 retrieving revision 1.203
21 diff -u -r1.202 -r1.203
22 --- ChangeLog 29 Nov 2007 06:09:08 -0000 1.202
23 +++ ChangeLog 29 Nov 2007 09:52:21 -0000 1.203
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/gnome-session
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.202 2007/11/29 06:09:08 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.203 2007/11/29 09:52:21 leio Exp $
29 +
30 +*gnome-session-2.20.2 (29 Nov 2007)
31 +
32 + 29 Nov 2007; Mart Raudsepp <leio@g.o> +gnome-session-2.20.2.ebuild:
33 + Version bump with only translation updates
34
35 29 Nov 2007; Jeroen Roovers <jer@g.o> gnome-session-2.20.1.ebuild:
36 Stable for HPPA (bug #199740).
37
38
39
40 1.1 gnome-base/gnome-session/gnome-session-2.20.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.20.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.20.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnome-session-2.20.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.20.2.ebuild,v 1.1 2007/11/29 09:52:21 leio Exp $
50
51 inherit eutils gnome2
52
53 DESCRIPTION="Gnome session manager"
54 HOMEPAGE="http://www.gnome.org/"
55 SRC_URI="${SRC_URI}
56 branding? ( mirror://gentoo/gentoo-splash.png )"
57
58 LICENSE="GPL-2 LGPL-2 FDL-1.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="branding esd ipv6 tcpd"
62
63 RDEPEND=">=dev-libs/glib-2.13
64 >=x11-libs/gtk+-2.11.1
65 x11-libs/libXau
66 x11-apps/xdpyinfo
67 >=gnome-base/libgnomeui-2.2
68 >=gnome-base/control-center-2.15.4
69 >=x11-libs/libnotify-0.2.1
70 >=gnome-base/gconf-2
71 >=gnome-base/gnome-keyring-0.5.1
72 >=dev-libs/dbus-glib-0.71
73 esd? ( >=media-sound/esound-0.2.26 )
74 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
75 DEPEND="${RDEPEND}
76 x11-apps/xrdb
77 >=sys-devel/gettext-0.10.40
78 >=dev-util/pkgconfig-0.17
79 >=dev-util/intltool-0.35
80 !gnome-base/gnome-core"
81
82 # gnome-base/gnome-core overwrite /usr/bin/gnome-session
83 DOCS="AUTHORS ChangeLog HACKING NEWS README"
84
85 pkg_setup() {
86 # TODO: convert libnotify to a configure option
87 G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable esd) $(use_enable tcpd tcp-wrappers)"
88 }
89
90 src_unpack() {
91 gnome2_src_unpack
92
93 # Patch for Gentoo Branding (bug #42687)
94 use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
95
96 # Get rid of random asserts in tons of programs due to development versions
97 epatch "${FILESDIR}/${PN}-2.19.2-no-asserts.patch"
98 }
99
100 src_install() {
101 gnome2_src_install
102
103 dodir /etc/X11/Sessions
104 exeinto /etc/X11/Sessions
105 doexe "${FILESDIR}/Gnome"
106
107 # Our own splash for world domination
108 if use branding ; then
109 insinto /usr/share/pixmaps/splash/
110 doins "${DISTDIR}/gentoo-splash.png"
111 fi
112 }
113
114
115
116 --
117 gentoo-commits@g.o mailing list