Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/MicroJSON: MicroJSON-0.3.1.ebuild ChangeLog
Date: Mon, 20 May 2013 14:34:44
Message-Id: 20130520143437.123EA2171D@flycatcher.gentoo.org
1 tomwij 13/05/20 14:34:36
2
3 Modified: ChangeLog
4 Added: MicroJSON-0.3.1.ebuild
5 Log:
6 Version bump to 0.3.1, fixes bug #470676 by Grigory Gorelov.
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.8 dev-libs/MicroJSON/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/MicroJSON/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/MicroJSON/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/MicroJSON/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 27 Mar 2013 15:30:16 -0000 1.7
24 +++ ChangeLog 20 May 2013 14:34:36 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/MicroJSON
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.7 2013/03/27 15:30:16 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/ChangeLog,v 1.8 2013/05/20 14:34:36 tomwij Exp $
30 +
31 +*MicroJSON-0.3.1 (20 May 2013)
32 +
33 + 20 May 2013; Tom Wijsman <TomWij@g.o> +MicroJSON-0.3.1.ebuild:
34 + Version bump to 0.3.1, fixes bug #470676 by Grigory Gorelov.
35
36 27 Mar 2013; Agostino Sarubbo <ago@g.o> MicroJSON-0.3.0.ebuild:
37 Stable for x86, wrt bug #463436
38
39
40
41 1.1 dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: MicroJSON-0.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild,v 1.1 2013/05/20 14:34:36 tomwij Exp $
51
52 EAPI="5"
53
54 inherit cmake-utils
55
56 DESCRIPTION="Small and simple to use JSON generation and parsing library."
57 HOMEPAGE="http://grigory.info/${PN}.About.html"
58 SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 KEYWORDS="~amd64 ~x86"
62 SLOT="0"
63
64 RDEPEND=">=dev-libs/UTF8Strings-1.12.0"
65
66 DEPEND="${RDEPEND}"