summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libwbxml')
-rw-r--r--dev-libs/libwbxml/ChangeLog9
-rw-r--r--dev-libs/libwbxml/libwbxml-0.10.1.ebuild17
-rw-r--r--dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild37
3 files changed, 25 insertions, 38 deletions
diff --git a/dev-libs/libwbxml/ChangeLog b/dev-libs/libwbxml/ChangeLog
index de9c57ddbde7..4a7174f8af82 100644
--- a/dev-libs/libwbxml/ChangeLog
+++ b/dev-libs/libwbxml/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/libwbxml
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.11 2008/11/13 06:37:12 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.12 2009/01/14 14:48:48 s4t4n Exp $
+
+*libwbxml-0.10.1 (14 Jan 2009)
+
+ 14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> +libwbxml-0.10.1.ebuild:
+ Version bump, closing bug #250472.
+ -libwbxml-0.9.2_p48.ebuild:
+ Removed latest unstable ebuild.
*libwbxml-0.9.2_p48 (13 Nov 2008)
diff --git a/dev-libs/libwbxml/libwbxml-0.10.1.ebuild b/dev-libs/libwbxml/libwbxml-0.10.1.ebuild
new file mode 100644
index 000000000000..ab744dc471e5
--- /dev/null
+++ b/dev-libs/libwbxml/libwbxml-0.10.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.10.1.ebuild,v 1.1 2009/01/14 14:48:48 s4t4n Exp $
+
+inherit cmake-utils
+
+IUSE=""
+
+DESCRIPTION="Library and tools to parse, encode and handle WBXML documents."
+HOMEPAGE="http://libwbxml.opensync.org/"
+SRC_URI="mirror://sourceforge/libwbxml/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND=">=dev-libs/expat-2.0.1-r1"
diff --git a/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild b/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild
deleted file mode 100644
index e0a48c3c3920..000000000000
--- a/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild,v 1.3 2008/12/31 03:19:25 mr_bones_ Exp $
-
-inherit eutils
-
-IUSE=""
-
-MY_P="wbxml2-${PV%%_p*}+svn49synce"
-
-DESCRIPTION="Library and tools to parse, encode and handle WBXML documents."
-HOMEPAGE="http://libwbxml.aymerick.com/"
-SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=dev-libs/expat-1.95.8"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4.1.4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack()
-{
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_install()
-{
- einstall || die "Installation failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README References THANKS TODO
-}