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: Fri, 27 Aug 2021 06:46:27
Message-Id: 1630046779.1167948d9cf4ed08d05e441ab8857f9120e82986.graaff@gentoo
1 commit: 1167948d9cf4ed08d05e441ab8857f9120e82986
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 06:43:38 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 06:46:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1167948d
7
8 dev-ruby/fast_gettext: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/fast_gettext/Manifest | 2 -
14 dev-ruby/fast_gettext/fast_gettext-1.1.2.ebuild | 57 -----------------------
15 dev-ruby/fast_gettext/fast_gettext-2.0.2.ebuild | 60 -------------------------
16 3 files changed, 119 deletions(-)
17
18 diff --git a/dev-ruby/fast_gettext/Manifest b/dev-ruby/fast_gettext/Manifest
19 index 9ba19ac62c0..84240408956 100644
20 --- a/dev-ruby/fast_gettext/Manifest
21 +++ b/dev-ruby/fast_gettext/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST fast_gettext-1.1.2.tar.gz 86970 BLAKE2B 62df5aa9407fc4c163d38b107be2b3d39adb775a0354026f369863906ce198823343b1c4d68be367992a509ffa228e6c91cde87f0139f391da7d6f93c2cd5d49 SHA512 abeea38e5ed88dd7527f5a273f27db7605a081935c9b3cc25e301cac8683f320d9231ded986390232f6cc95a3acc0d163fa68e136d6fc58bd104e03ae6fe2afe
24 DIST fast_gettext-1.8.0.tar.gz 89309 BLAKE2B 8ead2922662667c24d07dbc1145002583b1a65edd3cb581ac5bc058560aca38ed083e0470d4834cfdc5abae36f1e8264171b75649343675ab415b28ea2f0e8ab SHA512 0657b5955268166787a32bb74481cd07309018429c21707e061e022d67d5d2448d2d173149f164d16ff5f6c9ffa0feef38369b79daa299e1283fdcdc019ad72e
25 -DIST fast_gettext-2.0.2.tar.gz 92030 BLAKE2B 762f5e5375f29abb6477579aae25c023e7b5db27a41b857523baa3412f8f80f26fc9334ce0937de20cefcf9d845846a362e34540bc5817e9e8ad00c6a7abea8e SHA512 027b35c5d8f93719fbc14cbcd0843f2a0948b49c9cf2fb65e723ba410e6c0c14ce3e42c5ce7abe657946a7da2d20665559b71df1b9855c9a04978946a50beb51
26 DIST fast_gettext-2.0.3.tar.gz 92262 BLAKE2B ebcbb081e8197e3443c2adc0ec6d1b4c3ebc7ccc8623a857705d893aa5e17af4be367802b5feb313256e337c1f751b74b45fd71f6aa5cb2188d6b71fe52718bb SHA512 b9a51c32a8cec8700cc4dea85862b48196aa87a567c813bfa45ecddcb841afbeeac8b061ef7f95a5f6573d78311bf5504e10adee44547b78ae412080bfb258d1
27
28 diff --git a/dev-ruby/fast_gettext/fast_gettext-1.1.2.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.1.2.ebuild
29 deleted file mode 100644
30 index e398213311e..00000000000
31 --- a/dev-ruby/fast_gettext/fast_gettext-1.1.2.ebuild
32 +++ /dev/null
33 @@ -1,57 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -# Re-added to support gettext-setup that specifies ~>1.1.0
38 -
39 -EAPI=6
40 -
41 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
42 -
43 -RUBY_FAKEGEM_TASK_DOC=""
44 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
45 -
46 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!"
51 -HOMEPAGE="https://github.com/grosser/fast_gettext"
52 -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 -
54 -LICENSE="public-domain"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
57 -IUSE=""
58 -
59 -ruby_add_bdepend "test? ( dev-ruby/bundler )"
60 -
61 -all_ruby_prepare() {
62 - rm Gemfile.lock || die
63 -
64 - # Remove jeweler and bump from Gemfile since they are not needed for tests.
65 - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die
66 -
67 - # Avoid unneeded dependency on git and development dependencies.
68 - sed -e '/git ls-files/ s:^:#:' \
69 - -e '/\(wwtd\|bump\|sqlite3\|activerecord\|i18n\)/ s:^:#:' \
70 - -i fast_gettext.gemspec || die
71 -
72 - # Avoid a test dependency on activerecord since this is now in the
73 - # dependency tree for app-admin/puppet and many arches don't have
74 - # rails keyworded.
75 - sed -i -e '/active_record/ s:^:#:' spec/spec_helper.rb || die
76 - rm -f spec/fast_gettext/translation_repository/db_spec.rb || die
77 - sed -i -e '/works with DB repository/,/^ end/ s:^:#:' spec/fast_gettext/storage_spec.rb || die
78 - sed -i -e '/with i18n loaded/,/^ end/ s:^:#:' spec/fast_gettext/vendor/string_spec.rb || die
79 -
80 - # Don't run a test that requires safe mode which we can't provide
81 - # due to insecure directory settings for the portage dir. This spec
82 - # also calls out to ruby which won't work with different ruby
83 - # implementations.
84 - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die
85 -}
86 -
87 -each_ruby_prepare() {
88 - # Make sure the right ruby interpreter is used
89 - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die
90 -}
91
92 diff --git a/dev-ruby/fast_gettext/fast_gettext-2.0.2.ebuild b/dev-ruby/fast_gettext/fast_gettext-2.0.2.ebuild
93 deleted file mode 100644
94 index 193ba2972e9..00000000000
95 --- a/dev-ruby/fast_gettext/fast_gettext-2.0.2.ebuild
96 +++ /dev/null
97 @@ -1,60 +0,0 @@
98 -# Copyright 1999-2020 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=7
102 -
103 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
104 -
105 -RUBY_FAKEGEM_TASK_DOC=""
106 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
107 -
108 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
109 -
110 -RUBY_FAKEGEM_GEMSPEC="fast_gettext.gemspec"
111 -
112 -inherit ruby-fakegem
113 -
114 -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!"
115 -HOMEPAGE="https://github.com/grosser/fast_gettext"
116 -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
117 -
118 -LICENSE="public-domain"
119 -SLOT="2"
120 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
121 -IUSE=""
122 -
123 -ruby_add_bdepend "test? ( dev-ruby/bundler )"
124 -
125 -all_ruby_prepare() {
126 - rm Gemfile.lock || die
127 -
128 - # Remove jeweler and bump from Gemfile since they are not needed for tests.
129 - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die
130 - sed -i -e '/single/I s:^:#:' spec/spec_helper.rb || die
131 - sed -i -e '/SingleCov/ s:^:#:' spec/{*,*/*}/*spec.rb || die
132 -
133 - # Avoid unneeded dependency on git and development dependencies.
134 - sed -e '/git ls-files/ s:^:#:' \
135 - -e '/\(wwtd\|bump\|sqlite3\|activerecord\|i18n\|single_cov\|forking_test_runner\|rubocop\)/ s:^:#:' \
136 - -e 's:require_relative ":require "./:' \
137 - -i fast_gettext.gemspec || die
138 -
139 - # Avoid a test dependency on activerecord since this is now in the
140 - # dependency tree for app-admin/puppet and many arches don't have
141 - # rails keyworded.
142 - sed -i -e '/active_record/ s:^:#:' spec/spec_helper.rb || die
143 - rm -f spec/fast_gettext/translation_repository/db_spec.rb || die
144 - rm -f spec/fast_gettext/storage_spec.rb || die
145 - sed -i -e '/with i18n loaded/,/^ end/ s:^:#:' spec/fast_gettext/vendor/string_spec.rb || die
146 -
147 - # Don't run a test that requires safe mode which we can't provide
148 - # due to insecure directory settings for the portage dir. This spec
149 - # also calls out to ruby which won't work with different ruby
150 - # implementations.
151 - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die
152 -}
153 -
154 -each_ruby_prepare() {
155 - # Make sure the right ruby interpreter is used
156 - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die
157 -}