diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-03-12 15:06:45 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-03-12 15:06:45 +0000 |
commit | 1c311652e0e2253c08a75ef86152af36dc5bad72 (patch) | |
tree | 285813de34f16f5eb6884da2bf306eaf06d75c00 /dev-libs/MicroJSON | |
parent | Add a clear warning for people not using USE=binary. (diff) | |
download | gentoo-2-1c311652e0e2253c08a75ef86152af36dc5bad72.tar.gz gentoo-2-1c311652e0e2253c08a75ef86152af36dc5bad72.tar.bz2 gentoo-2-1c311652e0e2253c08a75ef86152af36dc5bad72.zip |
Version bump to 0.3.0, by Gorelov Grigory. Fixes bug #461504.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-libs/MicroJSON')
-rw-r--r-- | dev-libs/MicroJSON/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/MicroJSON/MicroJSON-0.3.0.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-libs/MicroJSON/ChangeLog b/dev-libs/MicroJSON/ChangeLog index 2db8fb26978c..8e552c79579b 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.4 2013/03/07 13:07:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.5 2013/03/12 15:06:45 tomwij Exp $ + +*MicroJSON-0.3.0 (12 Mar 2013) + + 12 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +MicroJSON-0.3.0.ebuild: + Version bump to 0.3.0, by Gorelov Grigory. Fixes bug #461504. *MicroJSON-0.2.1 (07 Mar 2013) diff --git a/dev-libs/MicroJSON/MicroJSON-0.3.0.ebuild b/dev-libs/MicroJSON/MicroJSON-0.3.0.ebuild new file mode 100644 index 000000000000..278dce99b575 --- /dev/null +++ b/dev-libs/MicroJSON/MicroJSON-0.3.0.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.0.ebuild,v 1.1 2013/03/12 15:06:45 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}" |