summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2009-04-28 13:17:59 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2009-04-28 13:17:59 +0000
commit401118051c7f90c77c7f63ab42ef10639257137e (patch)
tree46c682f16af88719a45be42051c0de17a3f84a2d /dev-libs
parentmasking mediastreamer plugins because mediastreamer is masked (diff)
downloadgentoo-2-401118051c7f90c77c7f63ab42ef10639257137e.tar.gz
gentoo-2-401118051c7f90c77c7f63ab42ef10639257137e.tar.bz2
gentoo-2-401118051c7f90c77c7f63ab42ef10639257137e.zip
Version bump, closing bug #261166.
Marked version 0.10.1 stable for x86. Some minor QA fixing. (Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libwbxml/ChangeLog10
-rw-r--r--dev-libs/libwbxml/libwbxml-0.10.1.ebuild5
-rw-r--r--dev-libs/libwbxml/libwbxml-0.10.6.ebuild18
-rw-r--r--dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild3
4 files changed, 32 insertions, 4 deletions
diff --git a/dev-libs/libwbxml/ChangeLog b/dev-libs/libwbxml/ChangeLog
index 2a193a6e3980..e5d46b1821c1 100644
--- a/dev-libs/libwbxml/ChangeLog
+++ b/dev-libs/libwbxml/ChangeLog
@@ -1,6 +1,14 @@
# 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.13 2009/01/15 08:44:06 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.14 2009/04/28 13:17:59 s4t4n Exp $
+
+*libwbxml-0.10.6 (28 Apr 2009)
+
+ 28 Apr 2009; Michele Noberasco <s4t4n@gentoo.org> +libwbxml-0.10.6.ebuild:
+ Version bump, closing bug #261166.
+ libwbxml-0.10.1.ebuild: stable for x86.
+ libwbxml-0.10.1.ebuild, libwbxml-0.9.2_p48.ebuild:
+ Some QA fixing.
15 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> +libwbxml-0.9.2_p48.ebuild:
Resurrected version 0.9.2_p48 back from the grave as it has one dependant package.
diff --git a/dev-libs/libwbxml/libwbxml-0.10.1.ebuild b/dev-libs/libwbxml/libwbxml-0.10.1.ebuild
index ab744dc471e5..94020e496a3c 100644
--- a/dev-libs/libwbxml/libwbxml-0.10.1.ebuild
+++ b/dev-libs/libwbxml/libwbxml-0.10.1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.10.1.ebuild,v 1.2 2009/04/28 13:17:59 s4t4n Exp $
inherit cmake-utils
@@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/libwbxml/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
DEPEND=">=dev-libs/expat-2.0.1-r1"
+RDEPEND="${DEPEND}"
diff --git a/dev-libs/libwbxml/libwbxml-0.10.6.ebuild b/dev-libs/libwbxml/libwbxml-0.10.6.ebuild
new file mode 100644
index 000000000000..c514af79349b
--- /dev/null
+++ b/dev-libs/libwbxml/libwbxml-0.10.6.ebuild
@@ -0,0 +1,18 @@
+# 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.6.ebuild,v 1.1 2009/04/28 13:17:59 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"
+RDEPEND="${DEPEND}"
diff --git a/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild b/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild
index 4dae72e1f939..e40e7deec33b 100644
--- a/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild
+++ b/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild
@@ -1,6 +1,6 @@
# 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.9.2_p48.ebuild,v 1.5 2009/01/15 08:44:06 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild,v 1.6 2009/04/28 13:17:59 s4t4n Exp $
IUSE=""
@@ -15,6 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=">=dev-libs/expat-1.95.8"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"