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-cpp/libxmlpp: libxmlpp-2.13.1.ebuild ChangeLog libxmlpp-2.12.0.ebuild libxmlpp-2.20.0.ebuild
Date: Sun, 14 Oct 2007 23:26:42
Message-Id: E1IhChD-0002Rx-O8@stork.gentoo.org
1 eva 07/10/14 23:16:31
2
3 Modified: libxmlpp-2.13.1.ebuild ChangeLog
4 libxmlpp-2.12.0.ebuild
5 Added: libxmlpp-2.20.0.ebuild
6 Log:
7 bump to 2.20.0 and fix some QA warnings
8 (Portage version: 2.1.3.12)
9
10 Revision Changes Path
11 1.9 dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild?r1=1.8&r2=1.9
16
17 Index: libxmlpp-2.13.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- libxmlpp-2.13.1.ebuild 5 Oct 2007 07:07:53 -0000 1.8
24 +++ libxmlpp-2.13.1.ebuild 14 Oct 2007 23:16:31 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild,v 1.8 2007/10/05 07:07:53 tgall Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.13.1.ebuild,v 1.9 2007/10/14 23:16:31 eva Exp $
30
31 inherit gnome2 eutils
32
33 @@ -28,7 +28,7 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39
40 # don't waste time building the examples
41 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
42 @@ -40,6 +40,6 @@
43 dosed -i 's|^\(Cflags.*-I.* \)-I.*$|\1|' \
44 /usr/$(get_libdir)/pkgconfig/${MY_PN}-${SLOT}.pc
45
46 - rm -fr ${D}/usr/share/doc/libxml++*
47 + rm -fr "${D}"/usr/share/doc/libxml++*
48 use doc && dohtml docs/reference/${PV%.*}/html/*
49 }
50
51
52
53 1.60 dev-cpp/libxmlpp/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.60&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.60&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?r1=1.59&r2=1.60
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
62 retrieving revision 1.59
63 retrieving revision 1.60
64 diff -u -r1.59 -r1.60
65 --- ChangeLog 5 Oct 2007 07:07:53 -0000 1.59
66 +++ ChangeLog 14 Oct 2007 23:16:31 -0000 1.60
67 @@ -1,6 +1,12 @@
68 # ChangeLog for dev-cpp/libxmlpp
69 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.59 2007/10/05 07:07:53 tgall Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.60 2007/10/14 23:16:31 eva Exp $
72 +
73 +*libxmlpp-2.20.0 (14 Oct 2007)
74 +
75 + 14 Oct 2007; Gilles Dartiguelongue <eva@g.o>
76 + libxmlpp-2.12.0.ebuild, libxmlpp-2.13.1.ebuild, +libxmlpp-2.20.0.ebuild:
77 + fix QA warnings and bump to 2.20.0
78
79 05 Oct 2007; Tom Gall <tgall@g.o>
80 libxmlpp-2.13.1.ebuild:
81
82
83
84 1.8 dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild?rev=1.8&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild?rev=1.8&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild?r1=1.7&r2=1.8
89
90 Index: libxmlpp-2.12.0.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild,v
93 retrieving revision 1.7
94 retrieving revision 1.8
95 diff -u -r1.7 -r1.8
96 --- libxmlpp-2.12.0.ebuild 16 Jul 2006 19:34:43 -0000 1.7
97 +++ libxmlpp-2.12.0.ebuild 14 Oct 2007 23:16:31 -0000 1.8
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2006 Gentoo Foundation
100 +# Copyright 1999-2007 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild,v 1.7 2006/07/16 19:34:43 dertobi123 Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.12.0.ebuild,v 1.8 2007/10/14 23:16:31 eva Exp $
104
105 inherit gnome2 eutils
106
107 @@ -28,7 +28,7 @@
108
109 src_unpack() {
110 unpack ${A}
111 - cd ${S}
112 + cd "${S}"
113
114 # don't waste time building the examples
115 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
116 @@ -40,6 +40,6 @@
117 dosed -i 's|^\(Cflags.*-I.* \)-I.*$|\1|' \
118 /usr/$(get_libdir)/pkgconfig/${MY_PN}-${SLOT}.pc
119
120 - rm -fr ${D}/usr/share/doc/libxml++*
121 + rm -fr "${D}"/usr/share/doc/libxml++*
122 use doc && dohtml docs/reference/${PV%.*}/html/*
123 }
124
125
126
127 1.1 dev-cpp/libxmlpp/libxmlpp-2.20.0.ebuild
128
129 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.20.0.ebuild?rev=1.1&view=markup
130 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.20.0.ebuild?rev=1.1&content-type=text/plain
131
132 Index: libxmlpp-2.20.0.ebuild
133 ===================================================================
134 # Copyright 1999-2007 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.20.0.ebuild,v 1.1 2007/10/14 23:16:31 eva Exp $
137
138 inherit gnome2 eutils
139
140 MY_PN="${PN/pp/++}"
141 MY_P="${MY_PN}-${PV}"
142 S="${WORKDIR}/${MY_P}"
143
144 DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
145 HOMEPAGE="http://libxmlplusplus.sourceforge.net/"
146 SRC_URI="mirror://gnome/sources/libxml++/${PV%.*}/${MY_P}.tar.bz2"
147
148 LICENSE="LGPL-2.1"
149 SLOT="2.6"
150 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
151 IUSE="doc"
152
153 RDEPEND=">=dev-libs/libxml2-2.6.1
154 >=dev-cpp/glibmm-2.4"
155
156 DEPEND="${RDEPEND}
157 dev-util/pkgconfig"
158
159 MAKEOPTS="${MAKEOPTS} -j1"
160 DOCS="AUTHORS ChangeLog NEWS README*"
161
162 src_unpack() {
163 gnome2_src_unpack
164
165 # don't waste time building the examples
166 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
167 die "sed Makefile.in failed"
168 }
169
170 src_install() {
171 gnome2_src_install
172 dosed -i 's|^\(Cflags.*-I.* \)-I.*$|\1|' \
173 /usr/$(get_libdir)/pkgconfig/${MY_PN}-${SLOT}.pc
174
175 rm -fr "${D}"/usr/share/doc/libxml++*
176 use doc && dohtml docs/reference/${PV%.*}/html/*
177 }
178
179
180
181 --
182 gentoo-commits@g.o mailing list