Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: ChangeLog libxml2-2.7.2-r1.ebuild libxml2-2.7.2-r2.ebuild libxml2-2.7.3.ebuild
Date: Thu, 29 Jan 2009 21:58:33
Message-Id: E1LSeu5-0000qD-UY@stork.gentoo.org
1 eva 09/01/29 21:58:29
2
3 Modified: ChangeLog libxml2-2.7.2-r1.ebuild
4 libxml2-2.7.2-r2.ebuild libxml2-2.7.3.ebuild
5 Log:
6 Applying suggested changes in bug #251550 comment #9.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.253 dev-libs/libxml2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.253&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.253&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.252&r2=1.253
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
19 retrieving revision 1.252
20 retrieving revision 1.253
21 diff -u -r1.252 -r1.253
22 --- ChangeLog 26 Jan 2009 08:09:46 -0000 1.252
23 +++ ChangeLog 29 Jan 2009 21:58:29 -0000 1.253
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libxml2
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.252 2009/01/26 08:09:46 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.253 2009/01/29 21:58:29 eva Exp $
29 +
30 + 29 Jan 2009; Gilles Dartiguelongue <eva@g.o>
31 + libxml2-2.7.2-r1.ebuild, libxml2-2.7.2-r2.ebuild, libxml2-2.7.3.ebuild:
32 + Applying suggested changes in bug #251550 comment #9.
33
34 *libxml2-2.7.3 (26 Jan 2009)
35
36
37
38
39 1.11 dev-libs/libxml2/libxml2-2.7.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild?r1=1.10&r2=1.11
44
45 Index: libxml2-2.7.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- libxml2-2.7.2-r1.ebuild 26 Jan 2009 00:34:45 -0000 1.10
52 +++ libxml2-2.7.2-r1.ebuild 29 Jan 2009 21:58:29 -0000 1.11
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild,v 1.10 2009/01/26 00:34:45 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r1.ebuild,v 1.11 2009/01/29 21:58:29 eva Exp $
58
59 inherit libtool flag-o-matic eutils python
60
61 @@ -105,6 +105,7 @@
62 pkg_postinst() {
63 if use python; then
64 python_version
65 + python_need_rebuild
66 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
67 fi
68
69 @@ -129,5 +130,5 @@
70 }
71
72 pkg_postrm() {
73 - use python && python_mod_cleanup
74 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages
75 }
76
77
78
79 1.8 dev-libs/libxml2/libxml2-2.7.2-r2.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r2.ebuild?rev=1.8&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r2.ebuild?rev=1.8&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r2.ebuild?r1=1.7&r2=1.8
84
85 Index: libxml2-2.7.2-r2.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r2.ebuild,v
88 retrieving revision 1.7
89 retrieving revision 1.8
90 diff -u -r1.7 -r1.8
91 --- libxml2-2.7.2-r2.ebuild 26 Jan 2009 00:34:45 -0000 1.7
92 +++ libxml2-2.7.2-r2.ebuild 29 Jan 2009 21:58:29 -0000 1.8
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r2.ebuild,v 1.7 2009/01/26 00:34:45 eva Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2-r2.ebuild,v 1.8 2009/01/29 21:58:29 eva Exp $
98
99 inherit libtool flag-o-matic eutils python
100
101 @@ -112,6 +112,7 @@
102 pkg_postinst() {
103 if use python; then
104 python_version
105 + python_need_rebuild
106 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
107 fi
108
109 @@ -136,5 +137,5 @@
110 }
111
112 pkg_postrm() {
113 - use python && python_mod_cleanup
114 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages
115 }
116
117
118
119 1.2 dev-libs/libxml2/libxml2-2.7.3.ebuild
120
121 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.3.ebuild?rev=1.2&view=markup
122 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.3.ebuild?rev=1.2&content-type=text/plain
123 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.7.3.ebuild?r1=1.1&r2=1.2
124
125 Index: libxml2-2.7.3.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.3.ebuild,v
128 retrieving revision 1.1
129 retrieving revision 1.2
130 diff -u -r1.1 -r1.2
131 --- libxml2-2.7.3.ebuild 26 Jan 2009 08:09:46 -0000 1.1
132 +++ libxml2-2.7.3.ebuild 29 Jan 2009 21:58:29 -0000 1.2
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2009 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.3.ebuild,v 1.1 2009/01/26 08:09:46 leio Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.3.ebuild,v 1.2 2009/01/29 21:58:29 eva Exp $
138
139 inherit libtool flag-o-matic eutils python
140
141 @@ -104,6 +104,7 @@
142 pkg_postinst() {
143 if use python; then
144 python_version
145 + python_need_rebuild
146 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
147 fi
148
149 @@ -128,5 +129,5 @@
150 }
151
152 pkg_postrm() {
153 - use python && python_mod_cleanup
154 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages
155 }