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: gnome-session-2.18.3.ebuild
Date: Thu, 31 Jan 2008 23:53:04
Message-Id: E1JKjDI-00082z-J7@stork.gentoo.org
1 leio 08/01/31 23:53:00
2
3 Modified: gnome-session-2.18.3.ebuild
4 Log:
5 QA: Fix old versions variable quoting
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.10 gnome-base/gnome-session/gnome-session-2.18.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild?r1=1.9&r2=1.10
14
15 Index: gnome-session-2.18.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- gnome-session-2.18.3.ebuild 23 Sep 2007 05:31:51 -0000 1.9
22 +++ gnome-session-2.18.3.ebuild 31 Jan 2008 23:53:00 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild,v 1.9 2007/09/23 05:31:51 tgall Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.18.3.ebuild,v 1.10 2008/01/31 23:53:00 leio Exp $
28
29 inherit eutils gnome2
30
31 @@ -46,10 +46,10 @@
32 gnome2_src_unpack
33
34 # Patch for Gentoo Branding (bug #42687)
35 - use branding && epatch ${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch
36 + use branding && epatch "${FILESDIR}/${PN}-2.17.90.1-gentoo-branding.patch"
37
38 # Get rid of random asserts in tons of programs due to development versions
39 - epatch ${FILESDIR}/${PN}-2.17.90-no-asserts.patch
40 + epatch "${FILESDIR}/${PN}-2.17.90-no-asserts.patch"
41 }
42
43 src_install() {
44 @@ -57,7 +57,7 @@
45
46 dodir /etc/X11/Sessions
47 exeinto /etc/X11/Sessions
48 - doexe ${FILESDIR}/Gnome
49 + doexe "${FILESDIR}/Gnome"
50
51 # Our own splash for world domination
52 if use branding ; then
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list