Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov/
Date: Wed, 24 Feb 2016 21:37:24
Message-Id: 1456349819.807e23d3b2bc6e24387cd1b0e629871af9c3b2c7.mrueg@gentoo
1 commit: 807e23d3b2bc6e24387cd1b0e629871af9c3b2c7
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 21:35:44 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 21:36:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807e23d3
7
8 dev-ruby/simplecov: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/simplecov/Manifest | 3 --
13 dev-ruby/simplecov/simplecov-0.8.2.ebuild | 48 -------------------------------
14 dev-ruby/simplecov/simplecov-0.9.0.ebuild | 48 -------------------------------
15 dev-ruby/simplecov/simplecov-0.9.1.ebuild | 47 ------------------------------
16 4 files changed, 146 deletions(-)
17
18 diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest
19 index 0a19f07..4c7f5bb 100644
20 --- a/dev-ruby/simplecov/Manifest
21 +++ b/dev-ruby/simplecov/Manifest
22 @@ -1,5 +1,2 @@
23 DIST simplecov-0.11.1.gem 54272 SHA256 90b822809b69f25a39a44719e6b6d163570be58ff2739b91e92126f0a3f52fb7 SHA512 b7132a7ba76aa35d6961925d68dda240fc3efab8f0c0ad87403a49bf5f7324bef7b3a368fd9047c6b5561a532f12f9b42f743f56385af53ae64871407be29f33 WHIRLPOOL 65226e18886c04bcd61eaf6a0f853c30b8d633e7b7f025495b0d6e9d96c1a3d6e5e319a7fdc8d497f456e9e406e602e5a68bae31125fd71cd09ea1339f98440f
24 DIST simplecov-0.11.2.gem 54784 SHA256 82e330864f84955d6c443e7d233474e91731b2850ba35b21997a8aad798712dc SHA512 c93ea47a6e3c9b62fd83adf1e480da66fc82ce50106b1749a9d94b7e90ef2aaf34c14c67b1ac12268765695da62895b12f060051a05c26dac41ed7df7575e3f3 WHIRLPOOL 34b891f608fcf3c2d021a96952be0f19c45b643ee8b5d58dfb102f8211a1fbd07e6a8a54a296a8ef0ae39f22bfcf797aad9ea979e1a9d0654335c272cec33be2
25 -DIST simplecov-0.8.2.gem 48128 SHA256 6ef2e7c8d14c931f09ea2542d0bea6281ca766aa229bc68bc7a7d40df9647cf9 SHA512 01ed1bfa587b1c3cc6d62bbde55f0c27dac2f60d43f8b9c8c3737f68c5161e755428dfc2bca44707f84f0ffbf716006c38d63c7a8802e5a0d613c04f0ef591a4 WHIRLPOOL 1c0f9786fb1494db09eb4af20c085b49f9cc5f8fedf025207b080d980a00ee677c31a312a9dcb6dd2eb7f4bf67208ce489b07df01c326a49896ce4c373deb3a8
26 -DIST simplecov-0.9.0.gem 49664 SHA256 4f205752a4f3730fd4c58678bbab4c83f4e2a6ca3bbea4cdf18cd86a70589eb7 SHA512 4c27e512ca7ad6c63716ca180f56fdb1d004f1b98c33ea23e8a1eb1d0fd8a5462fe3deed0e7607858eb03861c935a281f224995c6df3fbb22a7fca5806960988 WHIRLPOOL e2c22d6224c019a695d9418326d51749cba287e9b9341ff2ceb813da3191d7dab5bb33d8e33d6e2bc8aadabac07d65208eb0d8890ab5c521726016f818764722
27 -DIST simplecov-0.9.1.gem 49152 SHA256 ce9ffc797f9e4493bf97bbf5e88073ad7351d8234561b56ea3bd2baa68a71e1a SHA512 f988224f28d6fcb58ef609dcb1e74bec37c6fe05787d1e6b4ac58f23e7c6ca9e10aad417b731dfb414f64d6fc4555f1719aebf1e4434130aa45b3650b2a1d9fa WHIRLPOOL 8bbb35d659d2d0a4e0c0657879f5c45d3a989309c8332906737c3015a6d4f8a6858344c63daa5494d51ddf424b5ec09b36035ba2cab1a6324fa56d096b7ad7ab
28
29 diff --git a/dev-ruby/simplecov/simplecov-0.8.2.ebuild b/dev-ruby/simplecov/simplecov-0.8.2.ebuild
30 deleted file mode 100644
31 index 3efa133..0000000
32 --- a/dev-ruby/simplecov/simplecov-0.8.2.ebuild
33 +++ /dev/null
34 @@ -1,48 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -USE_RUBY="ruby19 ruby20"
41 -
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
43 -
44 -RUBY_FAKEGEM_DOCDIR="doc"
45 -RUBY_FAKEGEM_TASK_DOC=""
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="Code coverage with a configuration library and automatic merging of coverage across test suites"
50 -HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov"
51 -LICENSE="MIT"
52 -
53 -KEYWORDS="~amd64"
54 -SLOT="0.8"
55 -IUSE="doc"
56 -
57 -ruby_add_rdepend ">=dev-ruby/multi_json-1.0
58 - >=dev-ruby/lockfile-2.1.0
59 - dev-ruby/simplecov-html:0.8
60 - >=dev-ruby/docile-1.1.0"
61 -
62 -ruby_add_bdepend "test? (
63 - dev-ruby/rspec
64 - dev-ruby/shoulda
65 - dev-ruby/test-unit:2
66 - dev-util/cucumber
67 - dev-util/aruba
68 - dev-ruby/capybara
69 -)"
70 -
71 -all_ruby_prepare() {
72 - sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb || die
73 -
74 - # Avoid currently failing test, needs further research.
75 - rm test/test_merge_helpers.rb || die
76 -}
77 -
78 -each_ruby_test() {
79 - ruby-ng_testrb-2 -Ilib test/test_*.rb
80 -
81 -# ${RUBY} -S cucumber features || die
82 -}
83
84 diff --git a/dev-ruby/simplecov/simplecov-0.9.0.ebuild b/dev-ruby/simplecov/simplecov-0.9.0.ebuild
85 deleted file mode 100644
86 index 3efa133..0000000
87 --- a/dev-ruby/simplecov/simplecov-0.9.0.ebuild
88 +++ /dev/null
89 @@ -1,48 +0,0 @@
90 -# Copyright 1999-2014 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -# $Id$
93 -
94 -EAPI=5
95 -USE_RUBY="ruby19 ruby20"
96 -
97 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
98 -
99 -RUBY_FAKEGEM_DOCDIR="doc"
100 -RUBY_FAKEGEM_TASK_DOC=""
101 -
102 -inherit ruby-fakegem
103 -
104 -DESCRIPTION="Code coverage with a configuration library and automatic merging of coverage across test suites"
105 -HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov"
106 -LICENSE="MIT"
107 -
108 -KEYWORDS="~amd64"
109 -SLOT="0.8"
110 -IUSE="doc"
111 -
112 -ruby_add_rdepend ">=dev-ruby/multi_json-1.0
113 - >=dev-ruby/lockfile-2.1.0
114 - dev-ruby/simplecov-html:0.8
115 - >=dev-ruby/docile-1.1.0"
116 -
117 -ruby_add_bdepend "test? (
118 - dev-ruby/rspec
119 - dev-ruby/shoulda
120 - dev-ruby/test-unit:2
121 - dev-util/cucumber
122 - dev-util/aruba
123 - dev-ruby/capybara
124 -)"
125 -
126 -all_ruby_prepare() {
127 - sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb || die
128 -
129 - # Avoid currently failing test, needs further research.
130 - rm test/test_merge_helpers.rb || die
131 -}
132 -
133 -each_ruby_test() {
134 - ruby-ng_testrb-2 -Ilib test/test_*.rb
135 -
136 -# ${RUBY} -S cucumber features || die
137 -}
138
139 diff --git a/dev-ruby/simplecov/simplecov-0.9.1.ebuild b/dev-ruby/simplecov/simplecov-0.9.1.ebuild
140 deleted file mode 100644
141 index 5279fb7..0000000
142 --- a/dev-ruby/simplecov/simplecov-0.9.1.ebuild
143 +++ /dev/null
144 @@ -1,47 +0,0 @@
145 -# Copyright 1999-2014 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -# $Id$
148 -
149 -EAPI=5
150 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
151 -
152 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
153 -
154 -RUBY_FAKEGEM_DOCDIR="doc"
155 -RUBY_FAKEGEM_TASK_DOC=""
156 -
157 -inherit ruby-fakegem
158 -
159 -DESCRIPTION="Code coverage with a configuration library and automatic merging of coverage across test suites"
160 -HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov"
161 -LICENSE="MIT"
162 -
163 -KEYWORDS="~amd64"
164 -SLOT="0.8"
165 -IUSE="doc"
166 -
167 -ruby_add_rdepend ">=dev-ruby/multi_json-1.0
168 - dev-ruby/simplecov-html:0.8
169 - >=dev-ruby/docile-1.1.0"
170 -
171 -ruby_add_bdepend "test? (
172 - dev-ruby/rspec
173 - dev-ruby/shoulda
174 - dev-ruby/test-unit:2
175 - dev-util/cucumber
176 - dev-util/aruba
177 - dev-ruby/capybara
178 -)"
179 -
180 -all_ruby_prepare() {
181 - sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb || die
182 -
183 - # Avoid currently failing test, needs further research.
184 - rm test/test_merge_helpers.rb || die
185 -}
186 -
187 -each_ruby_test() {
188 - ruby-ng_testrb-2 -Ilib test/test_*.rb
189 -
190 -# ${RUBY} -S cucumber features || die
191 -}