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/fast_gettext/
Date: Wed, 31 May 2017 03:34:51
Message-Id: 1496201487.a2f139224b8249dbc7cf385896eeae161a3a1b7e.graaff@gentoo
1 commit: a2f139224b8249dbc7cf385896eeae161a3a1b7e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 03:31:27 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 03:31:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f13922
7
8 dev-ruby/fast_gettext: cleanup
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ruby/fast_gettext/Manifest | 3 --
13 dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild | 47 -------------------------
14 dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild | 47 -------------------------
15 dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild | 47 -------------------------
16 4 files changed, 144 deletions(-)
17
18 diff --git a/dev-ruby/fast_gettext/Manifest b/dev-ruby/fast_gettext/Manifest
19 index 65c2124a0d6..eb394633a0e 100644
20 --- a/dev-ruby/fast_gettext/Manifest
21 +++ b/dev-ruby/fast_gettext/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST fast_gettext-1.0.0.tar.gz 86573 SHA256 8390793a29d291b4efbad01e4c579fcb86200b91e87a72d667fb5e1d451b53a2 SHA512 f9c1656218fbb8f514e10bac6b2656a39013dc0b745e0741cea727280aa0153f3555badc4cbd18fea6bff27e3542c62bb4a7808b0565d6282aa4444ee154cb8e WHIRLPOOL 0d1d1bca6a87364a5a834ca88a1906ef90fbd353890191cd0865103865be396dd7c9ce5c9f8abbbfaa088178ee1a7eecfd57b8a16291214f767b775f7737c81a
24 -DIST fast_gettext-1.1.0.tar.gz 86909 SHA256 5bf716596f9386550409dca75cb5d2070ee144e3b71b624dfac5324e51862f23 SHA512 ca5e88f24691e7c0bad75205f8e892af4de32ac8a614bd854957b7881133126c2b98b11dae25fc4d0f01421fd8268e111f5811823e2b98edf6abd73f49d6cc2a WHIRLPOOL 68e434aea3cf6aa0bd6d706dc3be8e2cd0a32322fa98c183a40568244a1a15d761ecd542d2ccb215bfa51d6d354f8d35e2cba09d418672f55b24e857424279fa
25 -DIST fast_gettext-1.2.0.tar.gz 87929 SHA256 a4ff6ca4e537e70507ede220e79008e49ea1c21e4120efe02afc997cf42a4b3a SHA512 426e79f386fddfb2aa63b9b294ef14d108edb168a37898373611a34d43943bc112ab2f90a0151c9b8296e0b310e6eb7163a3d3c00d2317f5c489504d39e4887e WHIRLPOOL 874ecd49377a4100f3747c930e9d118c37b39e3fb276878d6bf66e18991b6001d467bcbcf84c8a910b0b437d2272ebca803b74c6703915460a459cdac70315f0
26 DIST fast_gettext-1.3.0.tar.gz 88079 SHA256 4a5d92dda6300d83669af2529a0b632d8d26b8ca873353450545924c37b1628a SHA512 c36656c0e9a23a380ce709d2f60a49d23fe24e511c5eba8cb6649d367c1c13621e92e627dfab353f7160915c73fd878f4b04f7cc44c08996c555bd2c350527ae WHIRLPOOL d28199514529418ed7da5291fd6bce5e6313a84f9e5cbdf23a9e9efa1f34e0fe2bc6ed8dbce72463aef13f0ceb8712171876831680f6e1c766795ce764dc30eb
27 DIST fast_gettext-1.4.0.tar.gz 88222 SHA256 11dd550890ee7a28f8f6ee0774bff7f5e46f7ed5b391ea11966575983a246a07 SHA512 f9d42b4a15fb8f3f6770f2d8bb4cdc7c1a701dd8811c44e25b672aa9adbaa5372a254dc6359058f4540e23f6c6e29a188df7640c06425d3a293f95458ff39ffa WHIRLPOOL a13ca2e42f5c985514395b3e23ab7253cd706ff162d72bb39b4d6659e5ec1b7e491653eacf67a94761a4d11f49f409ad7de6ac6fe7a25a0520468345c191e133
28
29 diff --git a/dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild
30 deleted file mode 100644
31 index aa0da41140a..00000000000
32 --- a/dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild
33 +++ /dev/null
34 @@ -1,47 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -USE_RUBY="ruby20 ruby21 ruby22"
41 -
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
44 -
45 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!"
50 -HOMEPAGE="https://github.com/grosser/fast_gettext"
51 -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 -
53 -LICENSE="public-domain"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 -IUSE=""
57 -
58 -ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )"
59 -
60 -all_ruby_prepare() {
61 - rm Gemfile.lock || die
62 -
63 - # Remove jeweler and bump from Gemfile since they are not needed for tests.
64 - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die
65 -
66 - # Avoid unneeded dependency on git and development dependencies.
67 - sed -e '/git ls-files/ s:^:#:' \
68 - -e '/\(wwtd\|bump\)/ s:^:#:' \
69 - -i fast_gettext.gemspec || die
70 -
71 - # Don't run a test that requires safe mode which we can't provide
72 - # due to insecure directory settings for the portage dir. This spec
73 - # also calls out to ruby which won't work with different ruby
74 - # implementations.
75 - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die
76 -}
77 -
78 -each_ruby_prepare() {
79 - # Make sure the right ruby interpreter is used
80 - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die
81 -}
82
83 diff --git a/dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild
84 deleted file mode 100644
85 index aa0da41140a..00000000000
86 --- a/dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild
87 +++ /dev/null
88 @@ -1,47 +0,0 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -USE_RUBY="ruby20 ruby21 ruby22"
95 -
96 -RUBY_FAKEGEM_TASK_DOC=""
97 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
98 -
99 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
100 -
101 -inherit ruby-fakegem
102 -
103 -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!"
104 -HOMEPAGE="https://github.com/grosser/fast_gettext"
105 -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="public-domain"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE=""
111 -
112 -ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )"
113 -
114 -all_ruby_prepare() {
115 - rm Gemfile.lock || die
116 -
117 - # Remove jeweler and bump from Gemfile since they are not needed for tests.
118 - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die
119 -
120 - # Avoid unneeded dependency on git and development dependencies.
121 - sed -e '/git ls-files/ s:^:#:' \
122 - -e '/\(wwtd\|bump\)/ s:^:#:' \
123 - -i fast_gettext.gemspec || die
124 -
125 - # Don't run a test that requires safe mode which we can't provide
126 - # due to insecure directory settings for the portage dir. This spec
127 - # also calls out to ruby which won't work with different ruby
128 - # implementations.
129 - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die
130 -}
131 -
132 -each_ruby_prepare() {
133 - # Make sure the right ruby interpreter is used
134 - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die
135 -}
136
137 diff --git a/dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild
138 deleted file mode 100644
139 index abd74042265..00000000000
140 --- a/dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild
141 +++ /dev/null
142 @@ -1,47 +0,0 @@
143 -# Copyright 1999-2016 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=5
147 -
148 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
149 -
150 -RUBY_FAKEGEM_TASK_DOC=""
151 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
152 -
153 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
154 -
155 -inherit ruby-fakegem
156 -
157 -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!"
158 -HOMEPAGE="https://github.com/grosser/fast_gettext"
159 -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
160 -
161 -LICENSE="public-domain"
162 -SLOT="0"
163 -KEYWORDS="~amd64"
164 -IUSE=""
165 -
166 -ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )"
167 -
168 -all_ruby_prepare() {
169 - rm Gemfile.lock || die
170 -
171 - # Remove jeweler and bump from Gemfile since they are not needed for tests.
172 - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die
173 -
174 - # Avoid unneeded dependency on git and development dependencies.
175 - sed -e '/git ls-files/ s:^:#:' \
176 - -e '/\(wwtd\|bump\)/ s:^:#:' \
177 - -i fast_gettext.gemspec || die
178 -
179 - # Don't run a test that requires safe mode which we can't provide
180 - # due to insecure directory settings for the portage dir. This spec
181 - # also calls out to ruby which won't work with different ruby
182 - # implementations.
183 - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die
184 -}
185 -
186 -each_ruby_prepare() {
187 - # Make sure the right ruby interpreter is used
188 - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die
189 -}