Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: ChangeLog gnome-keyring-2.20.0-r1.ebuild
Date: Sun, 07 Oct 2007 21:56:34
Message-Id: E1Iedxl-00034x-I4@stork.gentoo.org
1 remi 07/10/07 21:47:01
2
3 Modified: ChangeLog gnome-keyring-2.20.0-r1.ebuild
4 Log:
5 fix gtk-doc patch (see bug #195026) and fix quotes
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.101 gnome-base/gnome-keyring/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.101&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.101&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.100&r2=1.101
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
18 retrieving revision 1.100
19 retrieving revision 1.101
20 diff -u -r1.100 -r1.101
21 --- ChangeLog 6 Oct 2007 07:39:20 -0000 1.100
22 +++ ChangeLog 7 Oct 2007 21:47:01 -0000 1.101
23 @@ -1,6 +1,11 @@
24 # ChangeLog for gnome-base/gnome-keyring
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.100 2007/10/06 07:39:20 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.101 2007/10/07 21:47:01 remi Exp $
28 +
29 + 07 Oct 2007; Rémi Cardona <remi@g.o>
30 + files/gnome-keyring-2.20.0-fix_gtk_doc.patch,
31 + gnome-keyring-2.20.0-r1.ebuild:
32 + fix gtk-doc patch (see bug #195026) and fix quotes
33
34 06 Oct 2007; Rémi Cardona <remi@g.o>
35 +files/gnome-keyring-2.20.0-fix_gtk_doc.patch,
36
37
38
39 1.3 gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: gnome-keyring-2.20.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gnome-keyring-2.20.0-r1.ebuild 6 Oct 2007 07:39:20 -0000 1.2
52 +++ gnome-keyring-2.20.0-r1.ebuild 7 Oct 2007 21:47:01 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v 1.2 2007/10/06 07:39:20 remi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v 1.3 2007/10/07 21:47:01 remi Exp $
58
59 inherit gnome2 eutils autotools pam
60
61 @@ -30,7 +30,7 @@
62 gnome2_src_unpack
63
64 # Fix tests
65 - echo "gkr-ask-tool.c" >> ${S}/po/POTFILES.in
66 + echo "gkr-ask-tool.c" >> "${S}/po/POTFILES.in"
67
68 epatch "${FILESDIR}/${P}-fix_pam.patch"
69 use doc || epatch "${FILESDIR}/${P}-fix_gtk_doc.patch"
70
71
72
73 --
74 gentoo-commits@g.o mailing list