* [gentoo-commits] gentoo-x86 commit in dev-libs/libxr: ChangeLog libxr-1.0.ebuild libxr-0.9.96.ebuild libxr-0.9.97.ebuild
@ 2010-01-04 22:26 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-01-04 22:26 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/01/04 22:26:12
Modified: ChangeLog
Added: libxr-1.0.ebuild
Removed: libxr-0.9.96.ebuild libxr-0.9.97.ebuild
Log:
Version bump, cleanup older versions, fix missing die clause.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-libs/libxr/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxr/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxr/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxr/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 18 Oct 2008 03:24:23 -0000 1.5
+++ ChangeLog 4 Jan 2010 22:26:12 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libxr
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v 1.5 2008/10/18 03:24:23 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v 1.6 2010/01/04 22:26:12 flameeyes Exp $
+
+*libxr-1.0 (04 Jan 2010)
+
+ 04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -libxr-0.9.96.ebuild, -libxr-0.9.97.ebuild, +libxr-1.0.ebuild:
+ Version bump, cleanup older versions, fix missing die clause.
*libxr-0.9.97 (18 Oct 2008)
1.1 dev-libs/libxr/libxr-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxr/libxr-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxr/libxr-1.0.ebuild?rev=1.1&content-type=text/plain
Index: libxr-1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/libxr-1.0.ebuild,v 1.1 2010/01/04 22:26:12 flameeyes Exp $
DESCRIPTION="Cross-platform XML-RPC client/server library written in C"
HOMEPAGE="http://oss.zonio.net/libxr.htm"
SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
# IUSE="json"
RDEPEND=">=dev-libs/glib-2.12
>=dev-libs/libxml2-2.6.20
dev-libs/openssl"
# json? ( >=dev-libs/json-c-0.3 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/re2c"
src_compile() {
econf --without-json || die
emake || die
}
src_install() {
emake DESTDIR="$D" install || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-04 22:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 22:26 [gentoo-commits] gentoo-x86 commit in dev-libs/libxr: ChangeLog libxr-1.0.ebuild libxr-0.9.96.ebuild libxr-0.9.97.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox