Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/JSON: ChangeLog JSON-2.530.0.ebuild JSON-2.590.0.ebuild
Date: Sat, 01 Feb 2014 23:39:10
Message-Id: 20140201233907.2AE482004C@flycatcher.gentoo.org
1 vapier 14/02/01 23:39:07
2
3 Modified: ChangeLog JSON-2.530.0.ebuild JSON-2.590.0.ebuild
4 Log:
5 Add arm64/m68k love.
6
7 Revision Changes Path
8 1.51 dev-perl/JSON/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/ChangeLog?rev=1.51&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/ChangeLog?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/ChangeLog?r1=1.50&r2=1.51
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v
17 retrieving revision 1.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- ChangeLog 15 Aug 2013 06:45:00 -0000 1.50
21 +++ ChangeLog 1 Feb 2014 23:39:06 -0000 1.51
22 @@ -1,6 +1,10 @@
23 # ChangeLog for dev-perl/JSON
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.50 2013/08/15 06:45:00 patrick Exp $
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.51 2014/02/01 23:39:06 vapier Exp $
28 +
29 + 01 Feb 2014; Mike Frysinger <vapier@g.o> JSON-2.530.0.ebuild,
30 + JSON-2.590.0.ebuild:
31 + Add arm64/m68k love.
32
33 *JSON-2.590.0 (15 Aug 2013)
34
35
36
37
38 1.14 dev-perl/JSON/JSON-2.530.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild?r1=1.13&r2=1.14
43
44 Index: JSON-2.530.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- JSON-2.530.0.ebuild 9 Aug 2012 17:29:04 -0000 1.13
51 +++ JSON-2.530.0.ebuild 1 Feb 2014 23:39:06 -0000 1.14
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2012 Gentoo Foundation
54 +# Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v 1.13 2012/08/09 17:29:04 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v 1.14 2014/02/01 23:39:06 vapier Exp $
58
59 EAPI=4
60
61 @@ -11,7 +11,7 @@
62 DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
63
64 SLOT="0"
65 -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
66 +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 m68k ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
67 IUSE=""
68
69 SRC_TEST="do"
70
71
72
73 1.2 dev-perl/JSON/JSON-2.590.0.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild?r1=1.1&r2=1.2
78
79 Index: JSON-2.590.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- JSON-2.590.0.ebuild 15 Aug 2013 06:44:59 -0000 1.1
86 +++ JSON-2.590.0.ebuild 1 Feb 2014 23:39:06 -0000 1.2
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v 1.1 2013/08/15 06:44:59 patrick Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v 1.2 2014/02/01 23:39:06 vapier Exp $
93
94 EAPI=4
95
96 @@ -11,7 +11,7 @@
97 DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
98
99 SLOT="0"
100 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
101 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
102 IUSE=""
103
104 SRC_TEST="do"