Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/racc/
Date: Wed, 25 Nov 2015 06:21:27
Message-Id: 1448432250.d124b541166114a6df6648cbca121d6599a32c41.graaff@gentoo
1 commit: d124b541166114a6df6648cbca121d6599a32c41
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 06:17:30 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 06:17:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d124b541
7
8 dev-ruby/racc: add 1.4.14
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-ruby/racc/Manifest | 1 +
13 dev-ruby/racc/racc-1.4.14.ebuild | 66 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 67 insertions(+)
15
16 diff --git a/dev-ruby/racc/Manifest b/dev-ruby/racc/Manifest
17 index e917561..5db8e52 100644
18 --- a/dev-ruby/racc/Manifest
19 +++ b/dev-ruby/racc/Manifest
20 @@ -1,3 +1,4 @@
21 DIST racc-1.4.11.gem 113664 SHA256 1e2e420d5e2e4b9f2b352e9b2828448a2ee13a16fdebf6a7e863252b5054c840 SHA512 147c3c0ade40ec5544397a9dbf8579514d97145c2cc9f4e16508d41265c1b5cd6fc986c09367792592b5ab6b274e271eb7dded02ea9c398eadafb8addda4ef0c WHIRLPOOL e54b553547bf13816033c103a4de79e7e5bd50bf30b58a7525a059ce0556071f01ee6658ad00febbc024314f322ce114b41864d1833ce8bc282519fe5c868f40
22 DIST racc-1.4.12.gem 115712 SHA256 bd9a6b06cf502abfdd7823c833ba69b74d038e8d365a5ce42d502f528f531db0 SHA512 7ae244127ba80ef07e1e2cabc1ec4c7c306b93d155d89e95ba425139c3ca24fdbc3c8cef3958b344a0b821fdfc36e25524d8b27de7f8a01ae2f1732edb11987f WHIRLPOOL 5c34ab9ab841f2062d697f7005e05a4b5bc54c8e210543ac4cc917f0a331cc8c823da9976b1f013b2a54664009e5bdc57d04da86d06882ec288438a304583642
23 DIST racc-1.4.13.gem 115712 SHA256 1da7f490ab9df37109d44f7d626d63354bb4188d02ebf94a7181c652914ffd75 SHA512 f4ad94087afd115aa9c61de72d8fc2ae4a9f5cf4529bba3de02fd53a8e5ceb4ffc7180334bbbebbec162ddd27f5c98865812dd08e268be5a008d251bdfb65f4b WHIRLPOOL 518891400ae4a86de5dceef170e52d09cb388603337a6822fe1b78a128230f128da975813c162d89e09c2c7329ca2681d4f3d762d718222fca3f0a5729519853
24 +DIST racc-1.4.14.gem 116224 SHA256 f4876d08e9bfb560ec281301347a3550ef9526b46b6e5c07dac5fbf394d0d003 SHA512 7401ad1722c92101c24f881226e44bd8b21033c7bae8b13cbf329f9b426c312ce61d14ce584b4f94d6863b77f30d6ebccf26f9fca2de724f8e0659f0e2d2173f WHIRLPOOL f8fa70a6967218ec5364aa9e7b56fc01b2c1b6e2b82ad50282cf2974dfc66e233eae07ba01fa2d832116284a6ab3c940d22f469e9d70538ca571cf4d3eacf062
25
26 diff --git a/dev-ruby/racc/racc-1.4.14.ebuild b/dev-ruby/racc/racc-1.4.14.ebuild
27 new file mode 100644
28 index 0000000..364e8e5
29 --- /dev/null
30 +++ b/dev-ruby/racc/racc-1.4.14.ebuild
31 @@ -0,0 +1,66 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +USE_RUBY="ruby20 ruby21 ruby22"
39 +
40 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 +RUBY_FAKEGEM_TASK_DOC="docs"
42 +RUBY_FAKEGEM_EXTRADOC="README.rdoc README.ja.rdoc TODO ChangeLog"
43 +
44 +inherit multilib ruby-fakegem
45 +
46 +DESCRIPTION="A LALR(1) parser generator for Ruby"
47 +HOMEPAGE="https://github.com/tenderlove/racc"
48 +
49 +LICENSE="LGPL-2.1"
50 +SLOT="0"
51 +
52 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 +IUSE="doc test"
54 +
55 +ruby_add_bdepend "dev-ruby/rake
56 + test? ( >=dev-ruby/minitest-4.0:0 )"
57 +
58 +all_ruby_prepare() {
59 + sed -i -e 's|/tmp/out|${TMPDIR:-/tmp}/out|' test/helper.rb || die "tests fix failed"
60 +
61 + # Avoid depending on rake-compiler since we don't use it to compile
62 + # the extension.
63 + sed -i -e '/rake-compiler/ s:^:#:' -e '/extensiontask/ s:^:#:' Rakefile
64 + sed -i -e '/ExtensionTask/,/^ end/ s:^:#:' Rakefile
65 +
66 + # Avoid isolation since dependencies are not properly declared.
67 + sed -i -e 's/, :isolate//' Rakefile || die
68 +
69 + # Use a version of the minitest gem that works consistently accross
70 + # all ruby versions.
71 + sed -i -e '2i gem "minitest", "~>4.0"' test/helper.rb || die
72 +}
73 +
74 +each_ruby_prepare() {
75 + ${RUBY} -Cext/racc extconf.rb || die
76 +}
77 +
78 +each_ruby_compile() {
79 + emake V=1 -Cext/racc
80 + # Copy over the file here so that we don't have to do
81 + # special ruby install for JRuby and the other
82 + # implementations.
83 + cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
84 +}
85 +
86 +each_ruby_test() {
87 + ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
88 +}
89 +
90 +all_ruby_install() {
91 + all_fakegem_install
92 +
93 + dodoc -r rdoc
94 +
95 + docinto examples
96 + dodoc -r sample
97 +}