Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/multi_json: multi_json-1.0.4.ebuild ChangeLog
Date: Sun, 08 Jan 2012 09:25:44
Message-Id: 20120108092530.3228A2004B@flycatcher.gentoo.org
1 grobian 12/01/08 09:25:30
2
3 Modified: multi_json-1.0.4.ebuild ChangeLog
4 Log:
5 Added Prefix keywords
6
7 (Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.4 dev-ruby/multi_json/multi_json-1.0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild?r1=1.3&r2=1.4
15
16 Index: multi_json-1.0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- multi_json-1.0.4.ebuild 27 Dec 2011 15:32:06 -0000 1.3
23 +++ multi_json-1.0.4.ebuild 8 Jan 2012 09:25:30 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.3 2011/12/27 15:32:06 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.4 2012/01/08 09:25:30 grobian Exp $
30
31 EAPI=2
32
33 @@ -20,7 +20,7 @@
34 HOMEPAGE="http://github.com/intridea/multi_json"
35 LICENSE="MIT"
36
37 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 SLOT="0"
40 IUSE=""
41
42
43
44
45 1.11 dev-ruby/multi_json/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?rev=1.11&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?rev=1.11&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?r1=1.10&r2=1.11
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v
54 retrieving revision 1.10
55 retrieving revision 1.11
56 diff -u -r1.10 -r1.11
57 --- ChangeLog 27 Dec 2011 15:32:06 -0000 1.10
58 +++ ChangeLog 8 Jan 2012 09:25:30 -0000 1.11
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/multi_json
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.10 2011/12/27 15:32:06 graaff Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.11 2012/01/08 09:25:30 grobian Exp $
65 +
66 + 08 Jan 2012; Fabian Groffen <grobian@g.o> multi_json-1.0.4.ebuild:
67 + Added Prefix keywords
68
69 27 Dec 2011; Hans de Graaff <graaff@g.o> multi_json-1.0.4.ebuild:
70 Also require rspec:2 with USE=doc since it is required for the Rakefile.