Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.1.9.ebuild
Date: Tue, 01 Sep 2009 16:19:23
Message-Id: E1Miata-0001oA-Uy@stork.gentoo.org
1 a3li 09/09/01 21:28:06
2
3 Modified: ChangeLog
4 Added: json-1.1.9.ebuild
5 Log:
6 Version bump, fixing LICENSE
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-ruby/json/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 23 Aug 2009 07:52:32 -0000 1.5
23 +++ ChangeLog 1 Sep 2009 21:28:06 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/json
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.5 2009/08/23 07:52:32 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.6 2009/09/01 21:28:06 a3li Exp $
29 +
30 +*json-1.1.9 (01 Sep 2009)
31 +
32 + 01 Sep 2009; Alex Legler <a3li@g.o> +json-1.1.9.ebuild:
33 + Version bump, fixing LICENSE
34
35 23 Aug 2009; Hans de Graaff <graaff@g.o> -json-1.1.3.ebuild,
36 -json-1.1.6.ebuild:
37
38
39
40 1.1 dev-ruby/json/json-1.1.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.1.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.1.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: json-1.1.9.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.1.9.ebuild,v 1.1 2009/09/01 21:28:06 a3li Exp $
50
51 inherit gems
52
53 USE_RUBY="ruby18"
54
55 DESCRIPTION="A JSON implementation as a Ruby extension."
56 HOMEPAGE="http://json.rubyforge.org/"
57 LICENSE="|| ( Ruby GPL-2 )"
58
59 KEYWORDS="~amd64 ~ppc ~x86"
60 SLOT="0"
61 IUSE=""