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.2.ebuild ChangeLog
Date: Sat, 07 Mar 2015 02:50:31
Message-Id: 20150307025026.AA37E1334D@oystercatcher.gentoo.org
1 tetromino 15/03/07 02:50:26
2
3 Modified: libxml2-2.9.2.ebuild ChangeLog
4 Log:
5 python_parallel_foreach_impl is deprecated (bug #541886, thanks to Ilya Gordeev).
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
8
9 Revision Changes Path
10 1.12 dev-libs/libxml2/libxml2-2.9.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild?r1=1.11&r2=1.12
15
16 Index: libxml2-2.9.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- libxml2-2.9.2.ebuild 11 Dec 2014 11:29:32 -0000 1.11
23 +++ libxml2-2.9.2.ebuild 7 Mar 2015 02:50:26 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 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.2.ebuild,v 1.11 2014/12/11 11:29:32 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v 1.12 2015/03/07 02:50:26 tetromino Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
33 @@ -128,7 +128,7 @@
34 libxml2_configure --without-python # build python bindings separately
35
36 if multilib_is_native_abi && use python; then
37 - python_parallel_foreach_impl libxml2_py_configure
38 + python_foreach_impl libxml2_py_configure
39 fi
40 }
41
42
43
44
45 1.442 dev-libs/libxml2/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.442&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.442&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.441&r2=1.442
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
54 retrieving revision 1.441
55 retrieving revision 1.442
56 diff -u -r1.441 -r1.442
57 --- ChangeLog 19 Dec 2014 13:36:00 -0000 1.441
58 +++ ChangeLog 7 Mar 2015 02:50:26 -0000 1.442
59 @@ -1,6 +1,11 @@
60 # ChangeLog for dev-libs/libxml2
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.441 2014/12/19 13:36:00 pacho Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.442 2015/03/07 02:50:26 tetromino Exp $
65 +
66 + 07 Mar 2015; Alexandre Rostovtsev <tetromino@g.o>
67 + libxml2-2.9.2.ebuild:
68 + python_parallel_foreach_impl is deprecated (bug #541886, thanks to Ilya
69 + Gordeev).
70
71 19 Dec 2014; Pacho Ramos <pacho@g.o> libxml2-2.9.2.ebuild:
72 amd64 stable, bug 529964