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