Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/JSON-RPC: JSON-RPC-1.30.0-r1.ebuild JSON-RPC-0.960.0-r1.ebuild ChangeLog JSON-RPC-1.30.0.ebuild JSON-RPC-0.960.0.ebuild
Date: Sun, 24 Aug 2014 02:05:05
Message-Id: 20140824020459.1E07B3C3D@oystercatcher.gentoo.org
1 axs 14/08/24 02:04:59
2
3 Modified: ChangeLog
4 Added: JSON-RPC-1.30.0-r1.ebuild
5 JSON-RPC-0.960.0-r1.ebuild
6 Removed: JSON-RPC-1.30.0.ebuild JSON-RPC-0.960.0.ebuild
7 Log:
8 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
11
12 Revision Changes Path
13 1.18 dev-perl/JSON-RPC/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/ChangeLog?rev=1.18&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/ChangeLog?rev=1.18&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/ChangeLog?r1=1.17&r2=1.18
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v
22 retrieving revision 1.17
23 retrieving revision 1.18
24 diff -u -r1.17 -r1.18
25 --- ChangeLog 2 Sep 2012 16:05:58 -0000 1.17
26 +++ ChangeLog 24 Aug 2014 02:04:59 -0000 1.18
27 @@ -1,6 +1,15 @@
28 # ChangeLog for dev-perl/JSON-RPC
29 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v 1.17 2012/09/02 16:05:58 tove Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v 1.18 2014/08/24 02:04:59 axs Exp $
33 +
34 +*JSON-RPC-1.30.0-r1 (24 Aug 2014)
35 +*JSON-RPC-0.960.0-r1 (24 Aug 2014)
36 +
37 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
38 + +JSON-RPC-0.960.0-r1.ebuild, +JSON-RPC-1.30.0-r1.ebuild,
39 + -JSON-RPC-0.960.0.ebuild, -JSON-RPC-1.30.0.ebuild:
40 + bumped EAPI to 5; committed directly to stable as no other changes present and
41 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
42
43 02 Sep 2012; Torsten Veller <tove@g.o> -JSON-RPC-1.10.0.ebuild,
44 -JSON-RPC-1.20.0.ebuild:
45
46
47
48 1.1 dev-perl/JSON-RPC/JSON-RPC-1.30.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-1.30.0-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-1.30.0-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: JSON-RPC-1.30.0-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-1.30.0-r1.ebuild,v 1.1 2014/08/24 02:04:59 axs Exp $
58
59 EAPI=5
60
61 MODULE_AUTHOR=DMAKI
62 MODULE_VERSION=1.03
63 inherit perl-module
64
65 DESCRIPTION="JSON RPC 2.0 Server Implementation"
66
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="test"
70
71 RDEPEND="
72 dev-perl/Class-Accessor-Lite
73 dev-perl/libwww-perl
74 >=dev-perl/JSON-2.21
75 dev-perl/Plack
76 dev-perl/Router-Simple
77 dev-perl/Try-Tiny
78 "
79 DEPEND="${RDEPEND}
80 test? (
81 dev-perl/Test-Pod
82 )
83 "
84
85 SRC_TEST="do"
86 pm_echovar="y"
87
88
89
90 1.1 dev-perl/JSON-RPC/JSON-RPC-0.960.0-r1.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-0.960.0-r1.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-0.960.0-r1.ebuild?rev=1.1&content-type=text/plain
94
95 Index: JSON-RPC-0.960.0-r1.ebuild
96 ===================================================================
97 # Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-0.960.0-r1.ebuild,v 1.1 2014/08/24 02:04:59 axs Exp $
100
101 EAPI=5
102
103 MODULE_AUTHOR=MAKAMAKA
104 MODULE_VERSION=0.96
105 inherit perl-module
106
107 DESCRIPTION="Perl implementation of JSON-RPC 1.1 protocol"
108
109 SLOT="0"
110 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
111 IUSE=""
112
113 RDEPEND="dev-perl/libwww-perl
114 >=dev-perl/JSON-2.21"
115 DEPEND="${RDEPEND}"
116
117 SRC_TEST="do"