summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-05-20 14:34:36 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-05-20 14:34:36 +0000
commite5f6eba3670d35a151b135cca1d44c680b149fc3 (patch)
tree9f029d07b2ad0c7ebc618e415a84031769bb0652 /dev-libs/MicroJSON
parentStable for HPPA (bug #470486). (diff)
downloadgentoo-2-e5f6eba3670d35a151b135cca1d44c680b149fc3.tar.gz
gentoo-2-e5f6eba3670d35a151b135cca1d44c680b149fc3.tar.bz2
gentoo-2-e5f6eba3670d35a151b135cca1d44c680b149fc3.zip
Version bump to 0.3.1, fixes bug #470676 by Grigory Gorelov.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-libs/MicroJSON')
-rw-r--r--dev-libs/MicroJSON/ChangeLog7
-rw-r--r--dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-libs/MicroJSON/ChangeLog b/dev-libs/MicroJSON/ChangeLog
index 75012ff045bf..d54cfea1625b 100644
--- a/dev-libs/MicroJSON/ChangeLog
+++ b/dev-libs/MicroJSON/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/MicroJSON
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.7 2013/03/27 15:30:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.8 2013/05/20 14:34:36 tomwij Exp $
+
+*MicroJSON-0.3.1 (20 May 2013)
+
+ 20 May 2013; Tom Wijsman <TomWij@gentoo.org> +MicroJSON-0.3.1.ebuild:
+ Version bump to 0.3.1, fixes bug #470676 by Grigory Gorelov.
27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> MicroJSON-0.3.0.ebuild:
Stable for x86, wrt bug #463436
diff --git a/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild b/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild
new file mode 100644
index 000000000000..eb10fc7c41d7
--- /dev/null
+++ b/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild,v 1.1 2013/05/20 14:34:36 tomwij Exp $
+
+EAPI="5"
+
+inherit cmake-utils
+
+DESCRIPTION="Small and simple to use JSON generation and parsing library."
+HOMEPAGE="http://grigory.info/${PN}.About.html"
+SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND=">=dev-libs/UTF8Strings-1.12.0"
+
+DEPEND="${RDEPEND}"