Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: libxml2-2.9.1-r2.ebuild ChangeLog
Date: Fri, 03 Jan 2014 20:48:14
Message-Id: 20140103204810.CA6A42004C@flycatcher.gentoo.org
1 tetromino 14/01/03 20:48:10
2
3 Modified: libxml2-2.9.1-r2.ebuild ChangeLog
4 Log:
5 Stylistic fix: make locals local, thanks to Arfrever for noticing.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.2 dev-libs/libxml2/libxml2-2.9.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: libxml2-2.9.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libxml2-2.9.1-r2.ebuild 30 Dec 2013 05:31:08 -0000 1.1
23 +++ libxml2-2.9.1-r2.ebuild 3 Jan 2014 20:48:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v 1.1 2013/12/30 05:31:08 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v 1.2 2014/01/03 20:48:10 tetromino Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 @@ -108,6 +108,8 @@
34
35 # --with-mem-debug causes unusual segmentation faults (bug #105120).
36
37 + local myconf
38 +
39 if multilib_is_native_abi; then
40 myconf="$(use_with python)
41 $(use_with readline)
42
43
44
45 1.405 dev-libs/libxml2/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.405&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.405&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.404&r2=1.405
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
54 retrieving revision 1.404
55 retrieving revision 1.405
56 diff -u -r1.404 -r1.405
57 --- ChangeLog 30 Dec 2013 05:31:08 -0000 1.404
58 +++ ChangeLog 3 Jan 2014 20:48:10 -0000 1.405
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-libs/libxml2
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.404 2013/12/30 05:31:08 tetromino Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.405 2014/01/03 20:48:10 tetromino Exp $
65 +
66 + 03 Jan 2014; Alexandre Rostovtsev <tetromino@g.o>
67 + libxml2-2.9.1-r2.ebuild:
68 + Stylistic fix: make locals local, thanks to Arfrever for noticing.
69
70 *libxml2-2.9.1-r2 (30 Dec 2013)