Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/json_pure: metadata.xml json_pure-1.8.1.ebuild Manifest ChangeLog
Date: Fri, 27 Dec 2013 01:13:26
Message-Id: 20131227011323.1AF202004C@flycatcher.gentoo.org
1 naota 13/12/27 01:13:23
2
3 Added: metadata.xml json_pure-1.8.1.ebuild Manifest
4 ChangeLog
5 Log:
6 New package: dev-ruby/json_pure
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
9
10 Revision Changes Path
11 1.1 dev-ruby/json_pure/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>ruby</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-ruby/json_pure/json_pure-1.8.1.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/json_pure-1.8.1.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/json_pure-1.8.1.ebuild?rev=1.1&content-type=text/plain
30
31 Index: json_pure-1.8.1.ebuild
32 ===================================================================
33 # Copyright 1999-2013 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/json_pure/json_pure-1.8.1.ebuild,v 1.1 2013/12/27 01:13:22 naota Exp $
36
37 EAPI=5
38
39 USE_RUBY="ruby19 ruby20"
40 RUBY_FAKEGEM_RECIPE_TEST="rake"
41 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
42
43 inherit multilib ruby-fakegem
44
45 DESCRIPTION="a JSON implementation in pure Ruby"
46 HOMEPAGE="http://flori.github.com/json"
47
48 LICENSE="Ruby-BSD"
49 SLOT="0"
50 KEYWORDS="~amd64"
51 IUSE="doc"
52
53 ruby_add_bdepend "test? (
54 dev-ruby/sdoc
55 dev-ruby/permutation
56 )"
57
58 each_ruby_configure() {
59 ${RUBY} -Cext/json/ext/generator extconf.rb || die
60 ${RUBY} -Cext/json/ext/parser extconf.rb || die
61 }
62
63 each_ruby_compile() {
64 emake V=1 -Cext/json/ext/generator
65 emake V=1 -Cext/json/ext/parser
66 cp ext/json/ext/generator/generator$(get_modname) lib/ || die
67 cp ext/json/ext/parser/parser$(get_modname) lib/ || die
68 }
69
70 each_ruby_test() {
71 env JSON=pure ${RUBY} -S rake test_pure || die
72 env JSON=ext ${RUBY} -S rake test_ext || die
73 }
74
75
76
77 1.1 dev-ruby/json_pure/Manifest
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/Manifest?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/Manifest?rev=1.1&content-type=text/plain
81
82 Index: Manifest
83 ===================================================================
84 DIST json_pure-1.8.1.gem 148992 SHA256 324b3fa4223a9b8c0b915aa70cae2e5e91e25958981d428c0ee4053a4a3060ff SHA512 f635b127cf6ba4af07b8bd133696021e3f47e41b743d5a874af7481679a7031a2c3c9ae8bddbe7d84ff72c929da1302b9cf863a075fda6aeca08688d2032a282 WHIRLPOOL 907942de1d8b3324b461813252193c31f7a74e1472a2b42aababb6075236339586cbf04cd34293870197a558eae73bfe2067bbd6186a7273a2c218ef0a96bfcd
85 EBUILD json_pure-1.8.1.ebuild 1023 SHA256 60df6ae9d574adf516936a1f49afcda4367bdb5864511387809ccd2b344b168f SHA512 76645bebba12c96990591842b05663ca010df42f6b18c6a320c0a1aaf1fb09ff9478432c757fbdb82105ee3dfcba5513cd80fc576f9448ef23de5d9fb8ede710 WHIRLPOOL 3df04abff7d249db6ebc7404103fbffc4197f1686a50ea79c5e3a7bd6f9caf50d0de60c8e48295574cc916fed3e628d843e70bc0cd711dd01c43d03dfc39efdb
86 MISC metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c SHA512 0cec73b966de88015ea4c7212723d848d367608aa93658bb945f298a8000c4ba8aba73c9eb8481859fb5bbed45e80dae32c628caf81e027a4ad8eafa7e632851 WHIRLPOOL 4da25c81e21173ad8b7b5f35b056264869d9a16741062aa4422c5ea1aa9e73da8eb700b0d54de84c169d702fbb3f41ed157c9dc7c9daac110849ae84715c051b
87
88
89
90 1.1 dev-ruby/json_pure/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/ChangeLog?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json_pure/ChangeLog?rev=1.1&content-type=text/plain
94
95 Index: ChangeLog
96 ===================================================================
97 *json_pure-1.8.1 (27 Dec 2013)
98
99 27 Dec 2013; Naohiro Aota <naota@g.o> +json_pure-1.8.1.ebuild,
100 +metadata.xml:
101 New package: dev-ruby/json_pure