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/treetop/
Date: Mon, 22 Feb 2016 06:28:19
Message-Id: 1456122481.389ad4efedeb85809cd4d4a4a15979816a4dfaed.graaff@gentoo
1 commit: 389ad4efedeb85809cd4d4a4a15979816a4dfaed
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 06:18:05 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 06:28:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ad4ef
7
8 dev-ruby/treetop: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/treetop/Manifest | 2 --
13 dev-ruby/treetop/treetop-1.4.15-r1.ebuild | 38 -------------------------------
14 dev-ruby/treetop/treetop-1.5.3.ebuild | 38 -------------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
18 index 6a5b645..cbc985f 100644
19 --- a/dev-ruby/treetop/Manifest
20 +++ b/dev-ruby/treetop/Manifest
21 @@ -1,3 +1 @@
22 -DIST treetop-1.4.15.gem 78336 SHA256 ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff SHA512 350e3b4fc5236f5523e7ba7486699192a689d680e60687519ffdb8707241fce493a86713d1a0a1e243654c609e221b194e151c29bee9aa7cff71ab397223791b WHIRLPOOL a474c3bb9fe43ce73c32cd795214fce168b9d8116746075ef982728b4ded802f5f5995efacf20501c42ddb90fe7e766880dd3e05dd7e8dc815cd804180007b74
23 -DIST treetop-1.5.3.gem 78336 SHA256 ab3c49c3a39e7c9bea88a90524545e39bed032758a130295f8d6a433c62ff472 SHA512 517ca72fe9c6d27c1ef6722a33b2639fdeb0867ad68b02a7d8795ec1b2bc3b9c9d56aaf400a4159c06c4714065c6a17e44bc985573cb11523d52b53b3a9ec9bf WHIRLPOOL b8b3300a99f65e837dabfd5beaa19d4d83c21b237736f8d675edf4a39ca8061e980b8ea4ccdab1f3c2cba0de0d25ec88db75bbd738258f1e1af2e5b4c632f345
24 DIST treetop-1.6.3.gem 81920 SHA256 8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb SHA512 a4018f551ae74e84d126c4aa7e3bbcd2b2765175d1999bfac328b0b653cb6e5a5e599e51925575024af55092700bd40fd19c20c16d6cb2374d2f8d4b5f7a6229 WHIRLPOOL 20d8d302c309979fb0572c3d8388b3a39afcea31e29555a5173c78f2528a2943540587a059b087a3a380163fbac6f138ffb10e7df5dd48b0cfc42f00fe581461
25
26 diff --git a/dev-ruby/treetop/treetop-1.4.15-r1.ebuild b/dev-ruby/treetop/treetop-1.4.15-r1.ebuild
27 deleted file mode 100644
28 index a1cf685..0000000
29 --- a/dev-ruby/treetop/treetop-1.4.15-r1.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -# jruby fails tests, not investigated yet.
39 -USE_RUBY="ruby19 ruby20 ruby21"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_DOCDIR="doc"
44 -RUBY_FAKEGEM_EXTRADOC="README.md"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="Treetop is a language for describing languages"
49 -HOMEPAGE="http://treetop.rubyforge.org/"
50 -LICENSE="Ruby"
51 -
52 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -ruby_add_bdepend "test? ( >=dev-ruby/rr-0.10.2 dev-ruby/activesupport )"
57 -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1"
58 -
59 -all_ruby_prepare() {
60 - # Use a ruby18 compatible regexp, already fixed upstream.
61 - sed -i -e 's/\[:\^space:\]/\^[:space:]/' spec/compiler/character_class_spec.rb || die
62 -}
63 -
64 -all_ruby_install() {
65 - all_fakegem_install
66 -
67 - insinto /usr/share/doc/${PF}/examples
68 - doins -r examples/*
69 -}
70
71 diff --git a/dev-ruby/treetop/treetop-1.5.3.ebuild b/dev-ruby/treetop/treetop-1.5.3.ebuild
72 deleted file mode 100644
73 index 3861c29..0000000
74 --- a/dev-ruby/treetop/treetop-1.5.3.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 1999-2014 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -
83 -# jruby fails tests, not investigated yet.
84 -USE_RUBY="ruby19 ruby20 ruby21"
85 -
86 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
87 -RUBY_FAKEGEM_TASK_DOC=""
88 -RUBY_FAKEGEM_DOCDIR="doc"
89 -RUBY_FAKEGEM_EXTRADOC="README.md"
90 -
91 -inherit ruby-fakegem
92 -
93 -DESCRIPTION="Treetop is a language for describing languages"
94 -HOMEPAGE="https://github.com/cjheath/treetop"
95 -LICENSE="Ruby"
96 -
97 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
98 -SLOT="0"
99 -IUSE=""
100 -
101 -ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
102 -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1"
103 -
104 -all_ruby_prepare() {
105 - # Use a ruby18 compatible regexp, already fixed upstream.
106 - sed -i -e 's/\[:\^space:\]/\^[:space:]/' spec/compiler/character_class_spec.rb || die
107 -}
108 -
109 -all_ruby_install() {
110 - all_fakegem_install
111 -
112 - insinto /usr/share/doc/${PF}/examples
113 - doins -r examples/*
114 -}