Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: ChangeLog libxmlpp-1.0.5.ebuild
Date: Mon, 04 Oct 2010 20:15:52
Message-Id: 20101004201538.2CE3A20051@flycatcher.gentoo.org
1 sping 10/10/04 20:15:38
2
3 Modified: ChangeLog libxmlpp-1.0.5.ebuild
4 Log:
5 dev-cpp/libxmlpp: Rebuild configure for grep 2.7 or later (bug #339404)
6 (Portage version: 2.2_rc67_p185/cvs/Linux i686)
7
8 Revision Changes Path
9 1.96 dev-cpp/libxmlpp/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.96&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.96&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?r1=1.95&r2=1.96
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
18 retrieving revision 1.95
19 retrieving revision 1.96
20 diff -u -r1.95 -r1.96
21 --- ChangeLog 27 Sep 2010 19:06:37 -0000 1.95
22 +++ ChangeLog 4 Oct 2010 20:15:38 -0000 1.96
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-cpp/libxmlpp
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.95 2010/09/27 19:06:37 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.96 2010/10/04 20:15:38 sping Exp $
28 +
29 + 04 Oct 2010; Sebastian Pipping <sping@g.o> libxmlpp-1.0.5.ebuild:
30 + Rebuild configure for grep 2.7 or later (bug #339404)
31
32 27 Sep 2010; Mart Raudsepp <leio@g.o> -libxmlpp-2.12.0.ebuild:
33 Remove old, bug #270893
34
35
36
37 1.13 dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild?rev=1.13&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild?rev=1.13&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild?r1=1.12&r2=1.13
42
43 Index: libxmlpp-1.0.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v
46 retrieving revision 1.12
47 retrieving revision 1.13
48 diff -u -r1.12 -r1.13
49 --- libxmlpp-1.0.5.ebuild 19 Jan 2010 14:34:44 -0000 1.12
50 +++ libxmlpp-1.0.5.ebuild 4 Oct 2010 20:15:38 -0000 1.13
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v 1.12 2010/01/19 14:34:44 ranger Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v 1.13 2010/10/04 20:15:38 sping Exp $
56
57 -inherit gnome2 eutils
58 +inherit gnome2 eutils autotools
59
60 MY_PN="${PN/pp/++}"
61 MY_P="${MY_PN}-${PV}"
62 @@ -29,6 +29,10 @@
63
64 # gcc 4.3 build fix, see bug #218779
65 epatch "${FILESDIR}/${PN}-1.0.5-gcc43.patch"
66 +
67 + # Rebuild ./configure as the shipped one contains "[:space:]"
68 + # which grep 2.7 and later do not like (bug #339404)
69 + eautoreconf
70 }
71
72 src_install() {