Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnome-doc-utils: ChangeLog gnome-doc-utils-0.16.1.ebuild
Date: Sun, 03 May 2009 20:21:45
Message-Id: E1M0fDF-0006Z3-Rn@stork.gentoo.org
1 eva 09/05/03 17:10:49
2
3 Modified: ChangeLog gnome-doc-utils-0.16.1.ebuild
4 Log:
5 Fix wrong epatch file, bug #190798, comment #6.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.140 app-text/gnome-doc-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.140&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.140&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.139&r2=1.140
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
18 retrieving revision 1.139
19 retrieving revision 1.140
20 diff -u -r1.139 -r1.140
21 --- ChangeLog 2 May 2009 21:10:35 -0000 1.139
22 +++ ChangeLog 3 May 2009 17:10:49 -0000 1.140
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/gnome-doc-utils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.139 2009/05/02 21:10:35 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.140 2009/05/03 17:10:49 eva Exp $
28 +
29 + 03 May 2009; Gilles Dartiguelongue <eva@g.o>
30 + gnome-doc-utils-0.16.1.ebuild:
31 + Fix wrong epatch file, bug #190798, comment #6.
32
33 02 May 2009; Gilles Dartiguelongue <eva@g.o>
34 gnome-doc-utils-0.16.1.ebuild:
35
36
37
38 1.4 app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild?r1=1.3&r2=1.4
43
44 Index: gnome-doc-utils-0.16.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- gnome-doc-utils-0.16.1.ebuild 2 May 2009 21:10:35 -0000 1.3
51 +++ gnome-doc-utils-0.16.1.ebuild 3 May 2009 17:10:49 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v 1.3 2009/05/02 21:10:35 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v 1.4 2009/05/03 17:10:49 eva Exp $
57
58 EAPI="2"
59
60 @@ -34,7 +34,7 @@
61 gnome2_src_prepare
62
63 # Make xml2po FHS compliant, bug #190798
64 - epatch "${FILESDIR}/${PN}-0.16.0-fhs.patch"
65 + epatch "${FILESDIR}/${PN}-0.16.1-fhs.patch"
66
67 # If there is a need to reintroduce eautomake or eautoreconf, make sure
68 # to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)