* [gentoo-commits] gentoo-x86 commit in dev-libs/xqilla: ChangeLog xqilla-2.1.3-r1.ebuild
@ 2010-02-26 5:41 Mark Loeser (halcy0n)
0 siblings, 0 replies; 2+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-02-26 5:41 UTC (permalink / raw
To: gentoo-commits
halcy0n 10/02/26 05:41:34
Modified: ChangeLog
Removed: xqilla-2.1.3-r1.ebuild
Log:
Drop old versions that depend on <xerces-c-3
(Portage version: 2.2_rc62/cvs/Linux i686)
Revision Changes Path
1.9 dev-libs/xqilla/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 17 Jan 2010 06:54:40 -0000 1.8
+++ ChangeLog 26 Feb 2010 05:41:34 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/xqilla
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.8 2010/01/17 06:54:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.9 2010/02/26 05:41:34 halcy0n Exp $
+
+ 26 Feb 2010; Mark Loeser <halcy0n@gentoo.org> -xqilla-2.1.3-r1.ebuild:
+ Drop old versions that depend on <xerces-c-3
17 Jan 2010; Ulrich Mueller <ulm@gentoo.org> xqilla-2.1.3-r1.ebuild:
Fix LICENSE, bug 300426.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/xqilla: ChangeLog xqilla-2.1.3-r1.ebuild
@ 2009-03-01 13:23 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-03-01 13:23 UTC (permalink / raw
To: gentoo-commits
patrick 09/03/01 13:23:54
Modified: ChangeLog
Added: xqilla-2.1.3-r1.ebuild
Log:
eapi2ification of 2.1.3 to avoid that annoying pkg_setup.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-libs/xqilla/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 15 Oct 2008 10:27:42 -0000 1.3
+++ ChangeLog 1 Mar 2009 13:23:54 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/xqilla
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.3 2008/10/15 10:27:42 dev-zero Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.4 2009/03/01 13:23:54 patrick Exp $
+
+*xqilla-2.1.3-r1 (01 Mar 2009)
+
+ 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +xqilla-2.1.3-r1.ebuild:
+ eapi2ification of 2.1.3 to avoid that annoying pkg_setup.
15 Oct 2008; Tiziano Müller <dev-zero@gentoo.org> xqilla-9999.ebuild:
Updated dep to match xerces-c-3.0.0
1.1 dev-libs/xqilla/xqilla-2.1.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: xqilla-2.1.3-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild,v 1.1 2009/03/01 13:23:54 patrick Exp $
EAPI="2"
inherit eutils
MY_P="XQilla-${PV}"
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++."
HOMEPAGE="http://xqilla.sourceforge.net/HomePage"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="Sleepycat BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc faxpp htmltidy"
RDEPEND="faxpp? ( dev-libs/faxpp )
~dev-libs/xerces-c-2.8.0[xqilla]
htmltidy? ( app-text/htmltidy )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
S="${WORKDIR}/${MY_P}"
src_configure() {
econf --with-xerces=/usr \
$(use_enable debug) \
$(use_with htmltidy tidy) \
$(use_with faxpp faxpp /usr)
}
src_compile() {
emake || die "emake failed"
if use doc; then
emake docs || die "emake docs failed"
emake devdocs || die "emake devdocs failed"
fi
}
src_install () {
emake DESTDIR="${D}" install || die "emake docs failed"
dodoc ChangeLog TODO
if use doc; then
cd docs
dohtml -r dev-api dom3-api simple-api
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-26 5:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 5:41 [gentoo-commits] gentoo-x86 commit in dev-libs/xqilla: ChangeLog xqilla-2.1.3-r1.ebuild Mark Loeser (halcy0n)
-- strict thread matches above, loose matches on Subject: below --
2009-03-01 13:23 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox