Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xqilla: ChangeLog xqilla-2.2.0.ebuild xqilla-2.2.3.ebuild
Date: Fri, 26 Feb 2010 07:56:52
Message-Id: E1Nkv44-0000ZT-DO@stork.gentoo.org
1 dev-zero 10/02/26 07:56:48
2
3 Modified: ChangeLog xqilla-2.2.0.ebuild
4 Added: xqilla-2.2.3.ebuild
5 Log:
6 Version bump. Fixes compilation with xerces-c-3.1.0.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-libs/xqilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 26 Feb 2010 05:41:34 -0000 1.9
23 +++ ChangeLog 26 Feb 2010 07:56:47 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/xqilla
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.9 2010/02/26 05:41:34 halcy0n Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.10 2010/02/26 07:56:47 dev-zero Exp $
29 +
30 +*xqilla-2.2.3 (26 Feb 2010)
31 +
32 + 26 Feb 2010; Tiziano Müller <dev-zero@g.o> xqilla-2.2.0.ebuild,
33 + +xqilla-2.2.3.ebuild, +files/2.2.3-xerces-c-3.1.0.patch:
34 + Version bump. Fixes compilation with xerces-c-3.1.0.
35
36 26 Feb 2010; Mark Loeser <halcy0n@g.o> -xqilla-2.1.3-r1.ebuild:
37 Drop old versions that depend on <xerces-c-3
38
39
40
41 1.3 dev-libs/xqilla/xqilla-2.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.2.0.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.2.0.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.2.0.ebuild?r1=1.2&r2=1.3
46
47 Index: xqilla-2.2.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.2.0.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- xqilla-2.2.0.ebuild 10 Aug 2009 12:40:06 -0000 1.2
54 +++ xqilla-2.2.0.ebuild 26 Feb 2010 07:56:47 -0000 1.3
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.2.0.ebuild,v 1.2 2009/08/10 12:40:06 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.2.0.ebuild,v 1.3 2010/02/26 07:56:47 dev-zero Exp $
61
62 EAPI="2"
63 inherit eutils
64 @@ -20,7 +20,7 @@
65 # - yajl, moderately patched
66 # There's currently no way to unbundle those
67
68 -RDEPEND=">=dev-libs/xerces-c-3.0.1
69 +RDEPEND="=dev-libs/xerces-c-3.0*
70 faxpp? ( dev-libs/faxpp )
71 htmltidy? ( app-text/htmltidy )"
72 DEPEND="${RDEPEND}
73
74
75
76 1.1 dev-libs/xqilla/xqilla-2.2.3.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.2.3.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.2.3.ebuild?rev=1.1&content-type=text/plain
80
81 Index: xqilla-2.2.3.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.2.3.ebuild,v 1.1 2010/02/26 07:56:47 dev-zero Exp $
86
87 EAPI="2"
88 inherit eutils
89
90 MY_P="XQilla-${PV}"
91
92 DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++."
93 HOMEPAGE="http://xqilla.sourceforge.net/HomePage"
94 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
95 LICENSE="Apache-2.0 BSD"
96 SLOT="0"
97 KEYWORDS="~amd64 ~x86"
98 IUSE="debug doc faxpp htmltidy"
99
100 # XQilla bundles two libraries:
101 # - mapm, heavily patched
102 # - yajl, moderately patched
103 # There's currently no way to unbundle those
104
105 RDEPEND=">=dev-libs/xerces-c-3.1.0
106 faxpp? ( dev-libs/faxpp )
107 htmltidy? ( app-text/htmltidy )"
108 DEPEND="${RDEPEND}
109 doc? ( app-doc/doxygen )"
110
111 S="${WORKDIR}/${MY_P}"
112
113 src_prepare() {
114 epatch "${FILESDIR}/${PV}-xerces-c-3.1.0.patch"
115 sed -i -e 's|^LDFLAGS =|LDFLAGS +=|' Makefile.in || die "sed failed"
116 }
117
118 src_configure() {
119 econf \
120 --with-xerces=/usr \
121 $(use_enable debug) \
122 $(use_with htmltidy tidy) \
123 $(use_with faxpp faxpp /usr)
124 }
125
126 src_compile() {
127 default
128
129 if use doc; then
130 emake docs || die "emake docs failed"
131 emake devdocs || die "emake devdocs failed"
132 fi
133 }
134
135 src_install () {
136 emake DESTDIR="${D}" install || die "emake docs failed"
137
138 dodoc ChangeLog TODO
139
140 if use doc; then
141 cd docs
142 dohtml -r dev-api dom3-api simple-api
143 fi
144 }