summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2009-01-14 14:48:48 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2009-01-14 14:48:48 +0000
commit114bcb8487271331a478181c0bfbf95b2e335d43 (patch)
tree74ed546378750377e2918d52e2b49e8f8cac2417 /dev-libs/libwbxml/libwbxml-0.10.1.ebuild
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-114bcb8487271331a478181c0bfbf95b2e335d43.tar.gz
gentoo-2-114bcb8487271331a478181c0bfbf95b2e335d43.tar.bz2
gentoo-2-114bcb8487271331a478181c0bfbf95b2e335d43.zip
Version bump, closing bug #250472.
Removed latest unstable ebuild. (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'dev-libs/libwbxml/libwbxml-0.10.1.ebuild')
-rw-r--r--dev-libs/libwbxml/libwbxml-0.10.1.ebuild17
1 files changed, 17 insertions, 0 deletions
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"