Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/astrolabe: astrolabe-1.3.0.ebuild metadata.xml Manifest ChangeLog
Date: Thu, 04 Sep 2014 02:18:01
Message-Id: 20140904021756.1834A4A57@oystercatcher.gentoo.org
1 mrueg 14/09/04 02:17:56
2
3 Added: astrolabe-1.3.0.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 Initial version.
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.1 dev-ruby/astrolabe/astrolabe-1.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: astrolabe-1.3.0.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild,v 1.1 2014/09/04 02:17:56 mrueg Exp $
21
22 EAPI=5
23 USE_RUBY="ruby19 ruby20 ruby21"
24
25 RUBY_FAKEGEM_RECIPE_DOC="yard"
26 RUBY_FAKEGEM_RECIPE_TEST="rspec"
27 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
28
29 inherit ruby-fakegem
30
31 DESCRIPTION="An object-oriented AST extension for Parser"
32 HOMEPAGE="https://github.com/yujinakayama/astrolabe"
33
34 LICENSE="MIT"
35 SLOT="0"
36 KEYWORDS="~amd64"
37 IUSE=""
38
39 ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3"
40
41 all_ruby_prepare() {
42 sed -i -e "/[Bb]undler/d" Rakefile || die
43 # Fix Specs until RSpec3 is available
44 sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
45 sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
46 }
47
48
49
50 1.1 dev-ruby/astrolabe/metadata.xml
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/metadata.xml?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/metadata.xml?rev=1.1&content-type=text/plain
54
55 Index: metadata.xml
56 ===================================================================
57 <?xml version="1.0" encoding="UTF-8"?>
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 <herd>ruby</herd>
61 </pkgmetadata>
62
63
64
65 1.1 dev-ruby/astrolabe/Manifest
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/Manifest?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/Manifest?rev=1.1&content-type=text/plain
69
70 Index: Manifest
71 ===================================================================
72 DIST astrolabe-1.3.0.gem 16384 SHA256 23f774f5fa164e293bbf3977e42fe0258f49f06a5fd62080fae27d7248fddea1 SHA512 8acc0cd432b2aadff81ae6599a26e1778680d7e8cdd9af0644156e08151e27eabaf6e8bc4afffa0e51930b477823fc6c903f4fe88029989f5096df265df8504e WHIRLPOOL c0a2a55ec4df6cd986e322a8b07dbf9aee629cfb09b991e6ec4f1c1cf342bda8877b7b49f3f1c5298a2707540606bbd9475f0a86675f8a72f8b5dc4840f767ed
73 EBUILD astrolabe-1.3.0.ebuild 863 SHA256 1f4a3905baef37646de55b3bb592c49562040dbcf24523059e5eb5ddf0987658 SHA512 f22a7e7aa9ce7cf8aed4120b1a2e31e5ed176977583c82ff29ce1a78cf8aa9b2c628b00d3296969c0f83af7a371c64c2cf877cc6b12790069aaf05cbe72fca9b WHIRLPOOL ee4caeaa72624ad5ab4de7b4e60b4e055e4f7f896b2000091d9f63a207a98abb3427a98d8107bf1dd37a7b780258050514d82df12b7fdcaf28ae4b1a9994031c
74 MISC metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c SHA512 0cec73b966de88015ea4c7212723d848d367608aa93658bb945f298a8000c4ba8aba73c9eb8481859fb5bbed45e80dae32c628caf81e027a4ad8eafa7e632851 WHIRLPOOL 4da25c81e21173ad8b7b5f35b056264869d9a16741062aa4422c5ea1aa9e73da8eb700b0d54de84c169d702fbb3f41ed157c9dc7c9daac110849ae84715c051b
75
76
77
78 1.1 dev-ruby/astrolabe/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/ChangeLog?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/ChangeLog?rev=1.1&content-type=text/plain
82
83 Index: ChangeLog
84 ===================================================================
85 # ChangeLog for dev-ruby/astrolabe
86 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/astrolabe/ChangeLog,v 1.1 2014/09/04 02:17:56 mrueg Exp $
88
89 *astrolabe-1.3.0 (04 Sep 2014)
90
91 04 Sep 2014; Manuel RĂ¼ger <mrueg@g.o> +astrolabe-1.3.0.ebuild,
92 +metadata.xml:
93 Initial version.