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/activestorage/
Date: Mon, 18 Feb 2019 19:06:43
Message-Id: 1550516778.f561778b984da9556fb3317c23e42946b2ee43d4.graaff@gentoo
1 commit: f561778b984da9556fb3317c23e42946b2ee43d4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 18:59:28 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 19:06:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f561778b
7
8 dev-ruby/activestorage: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/activestorage/Manifest | 3 --
14 dev-ruby/activestorage/activestorage-5.2.0.ebuild | 56 ----------------------
15 .../activestorage/activestorage-5.2.1.1.ebuild | 56 ----------------------
16 dev-ruby/activestorage/activestorage-5.2.1.ebuild | 56 ----------------------
17 4 files changed, 171 deletions(-)
18
19 diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
20 index 7c59ab77dd1..0bfd03a662f 100644
21 --- a/dev-ruby/activestorage/Manifest
22 +++ b/dev-ruby/activestorage/Manifest
23 @@ -1,4 +1 @@
24 -DIST rails-5.2.0.tgz 9233349 BLAKE2B 8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409 SHA512 0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
25 -DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e SHA512 bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
26 -DIST rails-5.2.1.tgz 8795554 BLAKE2B 712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43 SHA512 4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e
27 DIST rails-5.2.2.tgz 8794009 BLAKE2B ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5 SHA512 ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792
28
29 diff --git a/dev-ruby/activestorage/activestorage-5.2.0.ebuild b/dev-ruby/activestorage/activestorage-5.2.0.ebuild
30 deleted file mode 100644
31 index fe2105d6a97..00000000000
32 --- a/dev-ruby/activestorage/activestorage-5.2.0.ebuild
33 +++ /dev/null
34 @@ -1,56 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -USE_RUBY="ruby23 ruby24 ruby25"
41 -
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_DOCDIR=""
44 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
47 -
48 -RUBY_FAKEGEM_BINWRAP=""
49 -
50 -inherit ruby-fakegem versionator
51 -
52 -DESCRIPTION="Attach cloud and local files in Rails applications"
53 -HOMEPAGE="https://github.com/rails/rails"
54 -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
55 -
56 -LICENSE="MIT"
57 -SLOT="$(get_version_component_range 1-2)"
58 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
59 -IUSE=""
60 -
61 -RUBY_S="rails-${PV}/${PN}"
62 -
63 -DEPEND+=" test? ( app-text/mupdf ) "
64 -
65 -ruby_add_rdepend "
66 - ~dev-ruby/actionpack-${PV}:*
67 - ~dev-ruby/activerecord-${PV}:*
68 - >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
69 -"
70 -
71 -ruby_add_bdepend "
72 - test? (
73 - ~dev-ruby/railties-${PV}
74 - dev-ruby/test-unit:2
75 - dev-ruby/mini_magick
76 - dev-ruby/mocha
77 - dev-ruby/rake
78 - dev-ruby/sqlite3
79 - )"
80 -
81 -all_ruby_prepare() {
82 - # Remove items from the common Gemfile that we don't need for this
83 - # test run. This also requires handling some gemspecs.
84 - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/ s:^:#:" \
85 - -e '/dalli/ s/2.7.7/2.7.9/' \
86 - -e '/:job/,/end/ s:^:#:' \
87 - -e '/:test/,/^end/ s:^:#:' \
88 - -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
89 - rm ../Gemfile.lock || die
90 -}
91
92 diff --git a/dev-ruby/activestorage/activestorage-5.2.1.1.ebuild b/dev-ruby/activestorage/activestorage-5.2.1.1.ebuild
93 deleted file mode 100644
94 index 73eab3a2fa7..00000000000
95 --- a/dev-ruby/activestorage/activestorage-5.2.1.1.ebuild
96 +++ /dev/null
97 @@ -1,56 +0,0 @@
98 -# Copyright 1999-2018 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -USE_RUBY="ruby23 ruby24 ruby25"
104 -
105 -RUBY_FAKEGEM_TASK_DOC=""
106 -RUBY_FAKEGEM_DOCDIR=""
107 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
108 -
109 -RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
110 -
111 -RUBY_FAKEGEM_BINWRAP=""
112 -
113 -inherit ruby-fakegem eapi7-ver
114 -
115 -DESCRIPTION="Attach cloud and local files in Rails applications"
116 -HOMEPAGE="https://github.com/rails/rails"
117 -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
118 -
119 -LICENSE="MIT"
120 -SLOT="$(ver_cut 1-2)"
121 -KEYWORDS="~amd64 ~ppc64 ~x86"
122 -IUSE=""
123 -
124 -RUBY_S="rails-${PV}/${PN}"
125 -
126 -DEPEND+=" test? ( app-text/mupdf ) "
127 -
128 -ruby_add_rdepend "
129 - ~dev-ruby/actionpack-${PV}:*
130 - ~dev-ruby/activerecord-${PV}:*
131 - >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
132 -"
133 -
134 -ruby_add_bdepend "
135 - test? (
136 - ~dev-ruby/railties-${PV}
137 - dev-ruby/test-unit:2
138 - dev-ruby/mini_magick
139 - dev-ruby/mocha
140 - dev-ruby/rake
141 - dev-ruby/sqlite3
142 - )"
143 -
144 -all_ruby_prepare() {
145 - # Remove items from the common Gemfile that we don't need for this
146 - # test run. This also requires handling some gemspecs.
147 - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/ s:^:#:" \
148 - -e '/dalli/ s/2.7.7/2.7.9/' \
149 - -e '/:job/,/end/ s:^:#:' \
150 - -e '/:test/,/^end/ s:^:#:' \
151 - -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
152 - rm ../Gemfile.lock || die
153 -}
154
155 diff --git a/dev-ruby/activestorage/activestorage-5.2.1.ebuild b/dev-ruby/activestorage/activestorage-5.2.1.ebuild
156 deleted file mode 100644
157 index 6968309d3f3..00000000000
158 --- a/dev-ruby/activestorage/activestorage-5.2.1.ebuild
159 +++ /dev/null
160 @@ -1,56 +0,0 @@
161 -# Copyright 1999-2018 Gentoo Foundation
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=6
165 -
166 -USE_RUBY="ruby23 ruby24 ruby25"
167 -
168 -RUBY_FAKEGEM_TASK_DOC=""
169 -RUBY_FAKEGEM_DOCDIR=""
170 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
171 -
172 -RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
173 -
174 -RUBY_FAKEGEM_BINWRAP=""
175 -
176 -inherit ruby-fakegem eapi7-ver
177 -
178 -DESCRIPTION="Attach cloud and local files in Rails applications"
179 -HOMEPAGE="https://github.com/rails/rails"
180 -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
181 -
182 -LICENSE="MIT"
183 -SLOT="$(ver_cut 1-2)"
184 -KEYWORDS="~amd64 ~ppc64 ~x86"
185 -IUSE=""
186 -
187 -RUBY_S="rails-${PV}/${PN}"
188 -
189 -DEPEND+=" test? ( app-text/mupdf ) "
190 -
191 -ruby_add_rdepend "
192 - ~dev-ruby/actionpack-${PV}:*
193 - ~dev-ruby/activerecord-${PV}:*
194 - >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
195 -"
196 -
197 -ruby_add_bdepend "
198 - test? (
199 - ~dev-ruby/railties-${PV}
200 - dev-ruby/test-unit:2
201 - dev-ruby/mini_magick
202 - dev-ruby/mocha
203 - dev-ruby/rake
204 - dev-ruby/sqlite3
205 - )"
206 -
207 -all_ruby_prepare() {
208 - # Remove items from the common Gemfile that we don't need for this
209 - # test run. This also requires handling some gemspecs.
210 - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/ s:^:#:" \
211 - -e '/dalli/ s/2.7.7/2.7.9/' \
212 - -e '/:job/,/end/ s:^:#:' \
213 - -e '/:test/,/^end/ s:^:#:' \
214 - -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
215 - rm ../Gemfile.lock || die
216 -}