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/cri/
Date: Tue, 15 Sep 2020 06:00:55
Message-Id: 1600149383.3a9dfe2d00313d7c279ae4f205a4fc1d1c4820f9.graaff@gentoo
1 commit: 3a9dfe2d00313d7c279ae4f205a4fc1d1c4820f9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 05:56:23 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 05:56:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9dfe2d
7
8 dev-ruby/cri: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/cri/Manifest | 4 ----
14 dev-ruby/cri/cri-2.15.5.ebuild | 32 --------------------------------
15 dev-ruby/cri/cri-2.15.6.ebuild | 32 --------------------------------
16 dev-ruby/cri/cri-2.15.7.ebuild | 32 --------------------------------
17 dev-ruby/cri/cri-2.15.9.ebuild | 32 --------------------------------
18 5 files changed, 132 deletions(-)
19
20 diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
21 index 4f9bd9d152a..036ea668d82 100644
22 --- a/dev-ruby/cri/Manifest
23 +++ b/dev-ruby/cri/Manifest
24 @@ -1,5 +1 @@
25 DIST cri-2.15.10.gem 35328 BLAKE2B fe5618f86300381232f071e552020da6186e1908ded3703e645fc6067080a215cfff8d4f468f522ff801d6608cc7560379db2b18eaefb5509ed0db1eacb9342d SHA512 577ee6ba07f08d46e67420fb2e579647857207a2d88f1782545b28e6f26cd6b93d554c904e00af38d7f87eb0fd476c66552ec6b1469fa268faad1ff5d1ab8f15
26 -DIST cri-2.15.5.gem 33792 BLAKE2B 90724633a26acce78e8d041df96d91ea6db21c9d96558cb2f14c458880f4e2fc3a99de2242340cd2d8e4a3c1f68eb7dcf3877c67b4ce6dbc590b4dcf3ef4b41c SHA512 7519fb6eb79e3f818eb66be8344ee10ec61e09f81b3d70c4e0fd29736c957d1e760384661d018833015307a83b5155bb5c146bd6ea67fe929ab96d665279d6a9
27 -DIST cri-2.15.6.gem 33792 BLAKE2B 901bd6a1812b258b2ef26f5dc534f2249f813a00dbffff0a651dcd48dabedd02c49fb101026bd33ede14ab730d253decee8dc6e4e915fce1c5b1b28f153b281a SHA512 3d997c90c46b4d787f2411e5c2eea5aadc4eb6837948920a93b42e2ecf01637d1589e864b59e60002bfe6ac80fdfa9d0473c0d4b4d94493a998af47f3818014b
28 -DIST cri-2.15.7.gem 34304 BLAKE2B a472c8ccb01ca4d744343dfc96b08fa16ceb2b2f06abcdc88c19ec7584f54f52cd7d422a56c8d74c38ce6e7a42aaac48433f0a27a6a2a8758c4b85ef0c022749 SHA512 d9567b83f9ac17deffb0e9b1300c69fc827f7568ca6789f06c7933284cd9e620223337fdcfbe1b251207034d7c2cbb003fbfdb1da07cfe8c87a42c962fd91635
29 -DIST cri-2.15.9.gem 35328 BLAKE2B 9a7cb1337903c153af6d9a4ce7fe5c060ccf476fcd1f68e2beff08abf4169a407103ca67d9f720810092decdb0ac42d1afc8d2a9e0f67160ceda8baf2e658a9e SHA512 a46b78b08f855c4f1062ea213cbecd0a094395c974186fe74f7cd7da9b4a51e81cc9bea350d5a3c13a713c5f57d445f5437e4d1268a7e620036741c7223fab20
30
31 diff --git a/dev-ruby/cri/cri-2.15.5.ebuild b/dev-ruby/cri/cri-2.15.5.ebuild
32 deleted file mode 100644
33 index 43822a9171c..00000000000
34 --- a/dev-ruby/cri/cri-2.15.5.ebuild
35 +++ /dev/null
36 @@ -1,32 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -USE_RUBY="ruby24 ruby25 ruby26"
42 -
43 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
44 -
45 -RUBY_FAKEGEM_TASK_DOC="doc"
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
50 -HOMEPAGE="https://rubygems.org/gems/cri"
51 -LICENSE="MIT"
52 -
53 -KEYWORDS="~amd64 ~x86"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -ruby_add_bdepend "doc? ( dev-ruby/yard )
58 - test? ( dev-ruby/yard dev-ruby/minitest )"
59 -
60 -all_ruby_prepare() {
61 - sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
62 - sed -i -e '/rubocop/ s:^:#:' \
63 - -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
64 -}
65 -
66 -each_ruby_test() {
67 - ${RUBY} -Ilib -S rake test_unit || die
68 -}
69
70 diff --git a/dev-ruby/cri/cri-2.15.6.ebuild b/dev-ruby/cri/cri-2.15.6.ebuild
71 deleted file mode 100644
72 index 43822a9171c..00000000000
73 --- a/dev-ruby/cri/cri-2.15.6.ebuild
74 +++ /dev/null
75 @@ -1,32 +0,0 @@
76 -# Copyright 1999-2019 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -USE_RUBY="ruby24 ruby25 ruby26"
81 -
82 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
83 -
84 -RUBY_FAKEGEM_TASK_DOC="doc"
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
89 -HOMEPAGE="https://rubygems.org/gems/cri"
90 -LICENSE="MIT"
91 -
92 -KEYWORDS="~amd64 ~x86"
93 -SLOT="0"
94 -IUSE=""
95 -
96 -ruby_add_bdepend "doc? ( dev-ruby/yard )
97 - test? ( dev-ruby/yard dev-ruby/minitest )"
98 -
99 -all_ruby_prepare() {
100 - sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
101 - sed -i -e '/rubocop/ s:^:#:' \
102 - -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
103 -}
104 -
105 -each_ruby_test() {
106 - ${RUBY} -Ilib -S rake test_unit || die
107 -}
108
109 diff --git a/dev-ruby/cri/cri-2.15.7.ebuild b/dev-ruby/cri/cri-2.15.7.ebuild
110 deleted file mode 100644
111 index 43822a9171c..00000000000
112 --- a/dev-ruby/cri/cri-2.15.7.ebuild
113 +++ /dev/null
114 @@ -1,32 +0,0 @@
115 -# Copyright 1999-2019 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=6
119 -USE_RUBY="ruby24 ruby25 ruby26"
120 -
121 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
122 -
123 -RUBY_FAKEGEM_TASK_DOC="doc"
124 -
125 -inherit ruby-fakegem
126 -
127 -DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
128 -HOMEPAGE="https://rubygems.org/gems/cri"
129 -LICENSE="MIT"
130 -
131 -KEYWORDS="~amd64 ~x86"
132 -SLOT="0"
133 -IUSE=""
134 -
135 -ruby_add_bdepend "doc? ( dev-ruby/yard )
136 - test? ( dev-ruby/yard dev-ruby/minitest )"
137 -
138 -all_ruby_prepare() {
139 - sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
140 - sed -i -e '/rubocop/ s:^:#:' \
141 - -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
142 -}
143 -
144 -each_ruby_test() {
145 - ${RUBY} -Ilib -S rake test_unit || die
146 -}
147
148 diff --git a/dev-ruby/cri/cri-2.15.9.ebuild b/dev-ruby/cri/cri-2.15.9.ebuild
149 deleted file mode 100644
150 index 43822a9171c..00000000000
151 --- a/dev-ruby/cri/cri-2.15.9.ebuild
152 +++ /dev/null
153 @@ -1,32 +0,0 @@
154 -# Copyright 1999-2019 Gentoo Authors
155 -# Distributed under the terms of the GNU General Public License v2
156 -
157 -EAPI=6
158 -USE_RUBY="ruby24 ruby25 ruby26"
159 -
160 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
161 -
162 -RUBY_FAKEGEM_TASK_DOC="doc"
163 -
164 -inherit ruby-fakegem
165 -
166 -DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
167 -HOMEPAGE="https://rubygems.org/gems/cri"
168 -LICENSE="MIT"
169 -
170 -KEYWORDS="~amd64 ~x86"
171 -SLOT="0"
172 -IUSE=""
173 -
174 -ruby_add_bdepend "doc? ( dev-ruby/yard )
175 - test? ( dev-ruby/yard dev-ruby/minitest )"
176 -
177 -all_ruby_prepare() {
178 - sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
179 - sed -i -e '/rubocop/ s:^:#:' \
180 - -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
181 -}
182 -
183 -each_ruby_test() {
184 - ${RUBY} -Ilib -S rake test_unit || die
185 -}