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/stringex/
Date: Mon, 26 Sep 2016 05:04:27
Message-Id: 1474866055.f1f9f001e808d6cbd667b92c2bc6957b05040644.graaff@gentoo
1 commit: f1f9f001e808d6cbd667b92c2bc6957b05040644
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 05:00:55 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 05:00:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f9f001
7
8 dev-ruby/stringex: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/stringex/Manifest | 2 --
13 dev-ruby/stringex/stringex-2.5.2.ebuild | 51 ------------------------------
14 dev-ruby/stringex/stringex-2.6.0-r1.ebuild | 40 -----------------------
15 dev-ruby/stringex/stringex-2.6.0.ebuild | 51 ------------------------------
16 4 files changed, 144 deletions(-)
17
18 diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
19 index 3f52e80..de6252c 100644
20 --- a/dev-ruby/stringex/Manifest
21 +++ b/dev-ruby/stringex/Manifest
22 @@ -1,3 +1 @@
23 -DIST stringex-2.5.2.gem 128000 SHA256 27a8ee92a808a83284438e51ed391f3539ae6b39731b95cb4ad940974f6d0a94 SHA512 06905b5d59b40f59c0901bbaacbf303cd906be110cd69a4b8cc29cecd69b6aa73d80cee0c9c0e2014f662b9fca1611c0fe334fcba3c4fa686224dac94f4e0d41 WHIRLPOOL 21a66f7babd2424035e4874d9f5168736c81f6da8388764633d9618064998bfeb076076cfd0d9125583903be25070fa329c4e8fccd81ebb8f801c4447e6be7b4
24 -DIST stringex-2.6.0.gem 129536 SHA256 15611e3765430e6e4cb794d289be6bb7b8a8c873d3ff6fd7dbf8c222c68f7ff6 SHA512 a54bf6ab9fcb0a11f6e27a125e6b1d8a49fa0ef4ca703d512c99a20ad59316184017a30e8fede5e7df3449cac53a395f530dde2033d6b15ca540b2c51aab92eb WHIRLPOOL f9102672888332145cc7548f971d5cde6550391e155c4a27ec5796cfd6aa2cc92dcedd51d431705362fd5b7fe362a713aa718d5741eb35a56348a885f41426f6
25 DIST stringex-2.6.1.gem 130048 SHA256 e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841 WHIRLPOOL 41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1
26
27 diff --git a/dev-ruby/stringex/stringex-2.5.2.ebuild b/dev-ruby/stringex/stringex-2.5.2.ebuild
28 deleted file mode 100644
29 index c38d197..00000000
30 --- a/dev-ruby/stringex/stringex-2.5.2.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -USE_RUBY="ruby20 ruby21"
39 -
40 -RUBY_FAKEGEM_DOC_DIR="rdoc"
41 -RUBY_FAKEGEM_EXTRADOC="README.rdoc"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Extensions for Ruby's String class"
46 -HOMEPAGE="https://github.com/rsl/stringex"
47 -LICENSE="MIT"
48 -
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
51 -IUSE="test"
52 -
53 -# we could rely on activerecord[sqlite3], but since we do not remove the
54 -# sqlite3 adapter from activerecord when building -sqlite3, it's easier
55 -# to just add another dependency, so the user doesn't have to change the
56 -# USE flags at all.
57 -ruby_add_bdepend "
58 - test? (
59 - >=dev-ruby/i18n-0.6.9:0.6
60 - dev-ruby/redcloth
61 - dev-ruby/test-unit:2
62 - )"
63 -
64 -USE_RUBY=${USE_RUBY/ruby22/} ruby_add_bdepend "test? ( >=dev-ruby/activerecord-3 dev-ruby/sqlite3 )"
65 -
66 -all_ruby_prepare() {
67 - sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
68 -}
69 -
70 -each_ruby_prepare() {
71 - case ${RUBY} in
72 - *ruby22)
73 - # Avoid tests depending on Rails until we have a version
74 - # keyworded.
75 - rm -rf test/unit/{acts_as_url,localization}* || die
76 - ;;
77 - esac
78 -}
79 -
80 -each_ruby_test() {
81 - # rake seems to break this
82 - ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb test/performance/*_test.rb || die "tests failed"
83 -}
84
85 diff --git a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild b/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
86 deleted file mode 100644
87 index 5d8da22..00000000
88 --- a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
89 +++ /dev/null
90 @@ -1,40 +0,0 @@
91 -# Copyright 1999-2016 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=5
96 -USE_RUBY="ruby20 ruby21 ruby22"
97 -
98 -RUBY_FAKEGEM_DOC_DIR="rdoc"
99 -RUBY_FAKEGEM_EXTRADOC="README.rdoc"
100 -
101 -inherit ruby-fakegem
102 -
103 -DESCRIPTION="Extensions for Ruby's String class"
104 -HOMEPAGE="https://github.com/rsl/stringex"
105 -LICENSE="MIT"
106 -
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
109 -IUSE="test"
110 -
111 -# we could rely on activerecord[sqlite3], but since we do not remove the
112 -# sqlite3 adapter from activerecord when building -sqlite3, it's easier
113 -# to just add another dependency, so the user doesn't have to change the
114 -# USE flags at all.
115 -ruby_add_bdepend "
116 - test? (
117 - >=dev-ruby/i18n-0.6.9:0.6
118 - dev-ruby/redcloth
119 - dev-ruby/test-unit:2
120 - >=dev-ruby/activerecord-3
121 - dev-ruby/sqlite3 )"
122 -
123 -all_ruby_prepare() {
124 - sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
125 -}
126 -
127 -each_ruby_test() {
128 - # rake seems to break this
129 - ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb test/performance/*_test.rb || die "tests failed"
130 -}
131
132 diff --git a/dev-ruby/stringex/stringex-2.6.0.ebuild b/dev-ruby/stringex/stringex-2.6.0.ebuild
133 deleted file mode 100644
134 index c38d197..00000000
135 --- a/dev-ruby/stringex/stringex-2.6.0.ebuild
136 +++ /dev/null
137 @@ -1,51 +0,0 @@
138 -# Copyright 1999-2016 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -# $Id$
141 -
142 -EAPI=5
143 -USE_RUBY="ruby20 ruby21"
144 -
145 -RUBY_FAKEGEM_DOC_DIR="rdoc"
146 -RUBY_FAKEGEM_EXTRADOC="README.rdoc"
147 -
148 -inherit ruby-fakegem
149 -
150 -DESCRIPTION="Extensions for Ruby's String class"
151 -HOMEPAGE="https://github.com/rsl/stringex"
152 -LICENSE="MIT"
153 -
154 -SLOT="0"
155 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
156 -IUSE="test"
157 -
158 -# we could rely on activerecord[sqlite3], but since we do not remove the
159 -# sqlite3 adapter from activerecord when building -sqlite3, it's easier
160 -# to just add another dependency, so the user doesn't have to change the
161 -# USE flags at all.
162 -ruby_add_bdepend "
163 - test? (
164 - >=dev-ruby/i18n-0.6.9:0.6
165 - dev-ruby/redcloth
166 - dev-ruby/test-unit:2
167 - )"
168 -
169 -USE_RUBY=${USE_RUBY/ruby22/} ruby_add_bdepend "test? ( >=dev-ruby/activerecord-3 dev-ruby/sqlite3 )"
170 -
171 -all_ruby_prepare() {
172 - sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
173 -}
174 -
175 -each_ruby_prepare() {
176 - case ${RUBY} in
177 - *ruby22)
178 - # Avoid tests depending on Rails until we have a version
179 - # keyworded.
180 - rm -rf test/unit/{acts_as_url,localization}* || die
181 - ;;
182 - esac
183 -}
184 -
185 -each_ruby_test() {
186 - # rake seems to break this
187 - ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb test/performance/*_test.rb || die "tests failed"
188 -}