diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-03-07 13:07:34 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-03-07 13:07:34 +0000 |
commit | 3c807321856e9b6d8c9b2fa676d38d53f77f4e26 (patch) | |
tree | 41c52aaab95d324ad0348bd6b43428924675a8b6 /dev-libs/MicroJSON | |
parent | Version bump (diff) | |
download | gentoo-2-3c807321856e9b6d8c9b2fa676d38d53f77f4e26.tar.gz gentoo-2-3c807321856e9b6d8c9b2fa676d38d53f77f4e26.tar.bz2 gentoo-2-3c807321856e9b6d8c9b2fa676d38d53f77f4e26.zip |
Version bump to 0.2.1, by Gorelov Grigory. Fixes bug #460664.
(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.2.1.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-libs/MicroJSON/ChangeLog b/dev-libs/MicroJSON/ChangeLog index a8e48bae2348..2db8fb26978c 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.3 2013/03/06 20:28:14 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.4 2013/03/07 13:07:34 tomwij Exp $ + +*MicroJSON-0.2.1 (07 Mar 2013) + + 07 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +MicroJSON-0.2.1.ebuild: + Version bump to 0.2.1, by Gorelov Grigory. Fixes bug #460664. 06 Mar 2013; Tom Wijsman <TomWij@gentoo.org> MicroJSON-0.2.0.ebuild: EAPI 5, thanks to Chris Reffett for reporting. Fixes bug #460572. diff --git a/dev-libs/MicroJSON/MicroJSON-0.2.1.ebuild b/dev-libs/MicroJSON/MicroJSON-0.2.1.ebuild new file mode 100644 index 000000000000..b6b3d84bb37e --- /dev/null +++ b/dev-libs/MicroJSON/MicroJSON-0.2.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.2.1.ebuild,v 1.1 2013/03/07 13:07:34 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}" |