summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-08-08 16:36:28 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-08-08 16:36:28 +0000
commit9a3c259d09cfd1e7b0dca252e349de7f369911da (patch)
tree8ce58fabe96a56bd155ae13deafa7ecc01d5b2f1 /dev-libs/MicroJSON
parentdo not die() on CONFIG_CHECK failures, fix bug #480130 (diff)
downloadgentoo-2-9a3c259d09cfd1e7b0dca252e349de7f369911da.tar.gz
gentoo-2-9a3c259d09cfd1e7b0dca252e349de7f369911da.tar.bz2
gentoo-2-9a3c259d09cfd1e7b0dca252e349de7f369911da.zip
Version bump to 0.3.2. Proxied commit for Grigory, fixes bug #479802.
(Portage version: 2.1.13.5/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.2.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-libs/MicroJSON/ChangeLog b/dev-libs/MicroJSON/ChangeLog
index aa4bc116c601..2d9f5326624e 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.11 2013/07/09 14:23:10 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.12 2013/08/08 16:36:28 tomwij Exp $
+
+*MicroJSON-0.3.2 (08 Aug 2013)
+
+ 08 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +MicroJSON-0.3.2.ebuild:
+ Version bump to 0.3.2. Proxied commit for Grigory, fixes bug #479802.
09 Jul 2013; Tom Wijsman <TomWij@gentoo.org> metadata.xml:
Removed myself from metadata.xml to avoid duplication, as I am part of proxy-
diff --git a/dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild b/dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild
new file mode 100644
index 000000000000..02ccd65a35da
--- /dev/null
+++ b/dev-libs/MicroJSON/MicroJSON-0.3.2.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.2.ebuild,v 1.1 2013/08/08 16:36:28 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 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND=">=dev-libs/UTF8Strings-1.12.0"
+
+DEPEND="${RDEPEND}"