Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: ChangeLog libxml2-2.6.29.ebuild libxml2-2.6.28.ebuild
Date: Fri, 11 Jan 2008 18:13:17
Message-Id: E1JDONV-00076k-QK@stork.gentoo.org
1 compnerd 08/01/11 18:13:13
2
3 Modified: ChangeLog libxml2-2.6.29.ebuild
4 libxml2-2.6.28.ebuild
5 Log:
6 fix a few quoting issues
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.202 dev-libs/libxml2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.202&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.202&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.201&r2=1.202
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
19 retrieving revision 1.201
20 retrieving revision 1.202
21 diff -u -r1.201 -r1.202
22 --- ChangeLog 11 Jan 2008 18:08:44 -0000 1.201
23 +++ ChangeLog 11 Jan 2008 18:13:13 -0000 1.202
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libxml2
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.201 2008/01/11 18:08:44 compnerd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.202 2008/01/11 18:13:13 compnerd Exp $
29 +
30 + 11 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
31 + libxml2-2.6.28.ebuild, libxml2-2.6.29.ebuild:
32 + Fix a few quoting issues
33
34 11 Jan 2008; Saleem Abdulrasool <compnerd@g.o> Manifest:
35 Fix digest
36
37
38
39 1.2 dev-libs/libxml2/libxml2-2.6.29.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild?r1=1.1&r2=1.2
44
45 Index: libxml2-2.6.29.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libxml2-2.6.29.ebuild 24 Jul 2007 18:49:15 -0000 1.1
52 +++ libxml2-2.6.29.ebuild 11 Jan 2008 18:13:13 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild,v 1.1 2007/07/24 18:49:15 dang Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild,v 1.2 2008/01/11 18:13:13 compnerd Exp $
59
60 inherit libtool flag-o-matic eutils
61
62 @@ -36,7 +36,7 @@
63 if use test; then
64 cp ${DISTDIR}/${XSTS_TARBALL_1} \
65 ${DISTDIR}/${XSTS_TARBALL_2} \
66 - ${S}/xstc/ \
67 + "${S}/xstc/" \
68 || die "Failed to install test tarballs"
69 fi
70
71 @@ -72,7 +72,7 @@
72 # Patching the Makefiles to respect get_libdir
73 # Fixes BUG #86766, please keep this.
74 # Danny van Dyk <kugelfang@g.o> 2005/03/26
75 - for x in $(find ${S} -name "Makefile") ; do
76 + for x in $(find "${S}" -name "Makefile") ; do
77 sed \
78 -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \
79 -i ${x} \
80 @@ -88,8 +88,8 @@
81 dodoc AUTHORS ChangeLog Copyright NEWS README* TODO*
82
83 if ! use doc; then
84 - rm -rf ${D}/usr/share/gtk-doc
85 - rm -rf ${D}/usr/share/doc/${P}/html
86 + rm -rf "${D}/usr/share/gtk-doc"
87 + rm -rf "${D}/usr/share/doc/${P}/html"
88 fi
89 }
90
91
92
93
94 1.11 dev-libs/libxml2/libxml2-2.6.28.ebuild
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild?rev=1.11&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild?rev=1.11&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild?r1=1.10&r2=1.11
99
100 Index: libxml2-2.6.28.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild,v
103 retrieving revision 1.10
104 retrieving revision 1.11
105 diff -u -r1.10 -r1.11
106 --- libxml2-2.6.28.ebuild 24 Jun 2007 21:25:05 -0000 1.10
107 +++ libxml2-2.6.28.ebuild 11 Jan 2008 18:13:13 -0000 1.11
108 @@ -1,6 +1,6 @@
109 -# Copyright 1999-2007 Gentoo Foundation
110 +# Copyright 1999-2008 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild,v 1.10 2007/06/24 21:25:05 vapier Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild,v 1.11 2008/01/11 18:13:13 compnerd Exp $
114
115 inherit libtool flag-o-matic eutils
116
117 @@ -36,7 +36,7 @@
118 if use test; then
119 cp ${DISTDIR}/${XSTS_TARBALL_1} \
120 ${DISTDIR}/${XSTS_TARBALL_2} \
121 - ${S}/xstc/ \
122 + "${S}/xstc/" \
123 || die "Failed to install test tarballs"
124 fi
125
126 @@ -75,7 +75,7 @@
127 # Patching the Makefiles to respect get_libdir
128 # Fixes BUG #86766, please keep this.
129 # Danny van Dyk <kugelfang@g.o> 2005/03/26
130 - for x in $(find ${S} -name "Makefile") ; do
131 + for x in $(find "${S}" -name "Makefile") ; do
132 sed \
133 -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \
134 -i ${x} \
135 @@ -91,8 +91,8 @@
136 dodoc AUTHORS ChangeLog Copyright NEWS README* TODO*
137
138 if ! use doc; then
139 - rm -rf ${D}/usr/share/gtk-doc
140 - rm -rf ${D}/usr/share/doc/${P}/html
141 + rm -rf "${D}/usr/share/gtk-doc"
142 + rm -rf "${D}/usr/share/doc/${P}/html"
143 fi
144 }
145
146
147
148
149 --
150 gentoo-commits@l.g.o mailing list