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: gnome-doc-utils-0.14.0.ebuild ChangeLog
Date: Sun, 12 Oct 2008 10:31:59
Message-Id: E1KoyEu-0002We-P6@stork.gentoo.org
1 eva 08/10/12 10:31:56
2
3 Modified: gnome-doc-utils-0.14.0.ebuild ChangeLog
4 Log:
5 Respect LINGUAS, bug #183086.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.2 app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild?r1=1.1&r2=1.2
14
15 Index: gnome-doc-utils-0.14.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnome-doc-utils-0.14.0.ebuild 7 Oct 2008 11:29:57 -0000 1.1
22 +++ gnome-doc-utils-0.14.0.ebuild 12 Oct 2008 10:31:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild,v 1.1 2008/10/07 11:29:57 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.0.ebuild,v 1.2 2008/10/12 10:31:56 eva Exp $
28
29 inherit eutils python gnome2
30
31 @@ -29,6 +29,8 @@
32 # Make xml2po FHS compliant, bug #190798
33 epatch "${FILESDIR}/${P}-fhs.patch"
34
35 + intltoolize --force || die "intltoolize failed"
36 +
37 # If there is a need to reintroduce eautomake or eautoreconf, make sure
38 # to AT_M4DIR="tools m4", bug #224609 (m4 removes glib build time dep)
39 }
40
41
42
43 1.120 app-text/gnome-doc-utils/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.120&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.120&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.119&r2=1.120
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
52 retrieving revision 1.119
53 retrieving revision 1.120
54 diff -u -r1.119 -r1.120
55 --- ChangeLog 7 Oct 2008 11:29:57 -0000 1.119
56 +++ ChangeLog 12 Oct 2008 10:31:56 -0000 1.120
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-text/gnome-doc-utils
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.119 2008/10/07 11:29:57 leio Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.120 2008/10/12 10:31:56 eva Exp $
62 +
63 + 12 Oct 2008; Gilles Dartiguelongue <eva@g.o>
64 + gnome-doc-utils-0.14.0.ebuild:
65 + Respect LINGUAS, bug #183086.
66
67 *gnome-doc-utils-0.14.0 (07 Oct 2008)