Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.17.ebuild ChangeLog
Date: Fri, 26 Sep 2008 22:31:36
Message-Id: E1KjLqX-00067j-HX@stork.gentoo.org
1 loki_val 08/09/26 22:31:33
2
3 Modified: gettext-0.17.ebuild ChangeLog
4 Log:
5 Fix bug #232081, gcc-4.3 compat. Thanks to Magnus Granberg <zorry@×××.nu>.
6 (Portage version: 2.2_rc10/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.13 sys-devel/gettext/gettext-0.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?r1=1.12&r2=1.13
14
15 Index: gettext-0.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- gettext-0.17.ebuild 2 Jul 2008 20:39:13 -0000 1.12
22 +++ gettext-0.17.ebuild 26 Sep 2008 22:31:33 -0000 1.13
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/sys-devel/gettext/gettext-0.17.ebuild,v 1.12 2008/07/02 20:39:13 the_paya Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.13 2008/09/26 22:31:33 loki_val Exp $
28
29 inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
30
31 @@ -29,6 +29,7 @@
32 epatch "${FILESDIR}"/${PN}-0.14.1-lib-path-tests.patch #81628
33 epatch "${FILESDIR}"/${PN}-0.14.2-fix-race.patch #85054
34 epatch "${FILESDIR}"/${PN}-0.15-expat-no-dlopen.patch #146211
35 + epatch "${FILESDIR}"/${PN}-0.17-open-args.patch #232081
36
37 # bundled libtool seems to be broken so skip certain rpath tests
38 # http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html
39
40
41
42 1.166 sys-devel/gettext/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.166&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.166&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.165&r2=1.166
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
51 retrieving revision 1.165
52 retrieving revision 1.166
53 diff -u -r1.165 -r1.166
54 --- ChangeLog 2 Aug 2008 12:04:24 -0000 1.165
55 +++ ChangeLog 26 Sep 2008 22:31:33 -0000 1.166
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sys-devel/gettext
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.165 2008/08/02 12:04:24 pchrist Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.166 2008/09/26 22:31:33 loki_val Exp $
61 +
62 + 26 Sep 2008; Peter Alfredsen <loki_val@g.o>
63 + +files/gettext-0.17-open-args.patch, gettext-0.17.ebuild:
64 + Fix bug #232081, gcc-4.3 compat. Thanks to Magnus Granberg <zorry@×××.nu>.
65
66 02 Aug 2008; Panagiotis Christopoulos <pchrist@g.o> metadata.xml:
67 Update metadata.xml to include USE flag descriptions. Entries taken from