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/hashie/
Date: Sat, 03 Feb 2018 18:22:39
Message-Id: 1517682103.223bd08bab06ba218dcfe7e2168d903255fe99e5.graaff@gentoo
1 commit: 223bd08bab06ba218dcfe7e2168d903255fe99e5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 18:13:29 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 18:21:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223bd08b
7
8 dev-ruby/hashie: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/hashie/Manifest | 3 ---
13 dev-ruby/hashie/hashie-3.4.6.ebuild | 37 ----------------------------------
14 dev-ruby/hashie/hashie-3.5.1.ebuild | 40 -------------------------------------
15 dev-ruby/hashie/hashie-3.5.5.ebuild | 40 -------------------------------------
16 4 files changed, 120 deletions(-)
17
18 diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
19 index 4b1d2a8d96d..b7c414815e5 100644
20 --- a/dev-ruby/hashie/Manifest
21 +++ b/dev-ruby/hashie/Manifest
22 @@ -1,6 +1,3 @@
23 DIST hashie-2.1.2.gem 34816 BLAKE2B 7406fece6c731f62ab8b73095b6c61d4d79cc3811ba20db68d2d6c54a780e8b37ce92ffa97ddc6c9ae2b802fbdbb04cc0d9c752761c9032739f3548f05696757 SHA512 6f72998710da58a2584939b4e74a114ae54168902020dc16ec5ea0422a91316b84aa6835fffb36a2985634f24ff5b0d01bcdb50134a414a269a4881ebcd728ac
24 -DIST hashie-3.4.6.gem 62464 BLAKE2B 4e9913141cf49573badbd492a6902f1323fa8caa092e520fdfd470a048479e27fe39378527470bedd3e80dfcd9f875f533a011abeededc235e84100def6d055c SHA512 68782865411a21a32e8b81f5d1dd29cdd9e934ffe18a7222a9631df00275cb5ba6c6cfd8b87be510a0ec202e9286660c17e4ead6e35697bb15b8c72b30971797
25 -DIST hashie-3.5.1.gem 66048 BLAKE2B d3fdae5bb5e24ba16bd3a277b182a7382a4b0a3fd4fc91ca10b8a6bc1d945829f9f16777daf0d3376692f05897246c9ee933e148a03e3c294e1eee46f89439fb SHA512 73025d479ec379a7afdea161208f66ae3b7a6c29ac3334fe31ce116edd40476432307950433dde40a86b8ef547313ec3d1ead495ff8425ea957dac3e4287f2f4
26 -DIST hashie-3.5.5.gem 71680 BLAKE2B e956e0dafb2a020075486d7ca1129937963754b90b29034353e7cf1eda7bcdab45253fd6e91344b97905e25fb26661fc696a12fc8ec11dd504b05db3ecb1caaa SHA512 60853f1a0ef274a6cd5b13b6a4085c11d867a0e5a83ebf1f1b210b7635db5789cda515710e2b794e67933f71a579a41b75923e6aff872389b205caf04c4ecc3d
27 DIST hashie-3.5.6.gem 71680 BLAKE2B 51029f134abbc2b1894ca06e74d355f11cd507d720278b8aee7bad0ec49cd883868f48d2f3569bd62b4a5bd9b649a986a6afbd997fb06dfef03b2b8483c83746 SHA512 86d9ff56ced3a9458d48119f928be565d2022ee97424d864166e908e2cca7b2155ffc5d35af14cb33741aedc88435e2c5f7d3cad3e98e0ce4e48469673615572
28 DIST hashie-3.5.7.gem 71680 BLAKE2B 8f03e190cf299f3597e0fe1b991fd07e00af0ecff757ef56648f97e8a3091a1445441d4e00f59c9b93d5db0d21636d9e5352175e49692f7b28a5612c87da9163 SHA512 c7ae610de5fe9b19a724068c26c184b44f951b29b56e3c5240074a372ad24d0ea70e39541812cbd82d5516d9e00e86a33d935b90e086b7db305b9b34b8f44f23
29
30 diff --git a/dev-ruby/hashie/hashie-3.4.6.ebuild b/dev-ruby/hashie/hashie-3.4.6.ebuild
31 deleted file mode 100644
32 index 4c7e58f4450..00000000000
33 --- a/dev-ruby/hashie/hashie-3.4.6.ebuild
34 +++ /dev/null
35 @@ -1,37 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
42 -
43 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
44 -
45 -RUBY_FAKEGEM_TASK_DOC=""
46 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
51 -HOMEPAGE="http://intridea.com/posts/hashie-the-hash-toolkit"
52 -
53 -LICENSE="MIT"
54 -SLOT="3"
55 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
56 -IUSE=""
57 -
58 -ruby_add_bdepend "test? ( dev-ruby/activesupport )"
59 -
60 -all_ruby_prepare() {
61 - # Remove bundler and fix one spec that depends on its requires
62 - #rm Gemfile || die
63 - sed -i -e '/[Bb]undler/d' Rakefile || die
64 - sed -e '/pry/ s:^:#:' \
65 - -e '1irequire "pathname"; require "tempfile"' -i spec/spec_helper.rb || die
66 -
67 - # Avoid dependency on rspec-pending_for and its dependencies
68 - sed -i -e '/pending_for/ s:^:#:' \
69 - spec/spec_helper.rb \
70 - spec/hashie/mash_spec.rb \
71 - spec/hashie/extensions/strict_key_access_spec.rb || die
72 -}
73
74 diff --git a/dev-ruby/hashie/hashie-3.5.1.ebuild b/dev-ruby/hashie/hashie-3.5.1.ebuild
75 deleted file mode 100644
76 index a49c6d6b05b..00000000000
77 --- a/dev-ruby/hashie/hashie-3.5.1.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -
85 -USE_RUBY="ruby21 ruby22 ruby23"
86 -
87 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
88 -
89 -RUBY_FAKEGEM_TASK_DOC=""
90 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
95 -HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/"
96 -
97 -LICENSE="MIT"
98 -SLOT="3"
99 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
100 -IUSE=""
101 -
102 -ruby_add_bdepend "test? ( dev-ruby/activesupport )"
103 -
104 -all_ruby_prepare() {
105 - # Remove bundler and fix one spec that depends on its requires
106 - #rm Gemfile || die
107 - sed -i -e '/[Bb]undler/d' Rakefile || die
108 - sed -e '/pry/ s:^:#:' \
109 - -e '1irequire "pathname"; require "tempfile"' -i spec/spec_helper.rb || die
110 -
111 - # Avoid dependency on rspec-pending_for and its dependencies
112 - sed -i -e '/pending_for/ s:^:#:' \
113 - spec/spec_helper.rb \
114 - spec/hashie/mash_spec.rb \
115 - spec/hashie/extensions/strict_key_access_spec.rb || die
116 -
117 - # Avoid circular dependency on omniauth
118 - rm spec/integration/omniauth/integration_spec.rb || die
119 -}
120
121 diff --git a/dev-ruby/hashie/hashie-3.5.5.ebuild b/dev-ruby/hashie/hashie-3.5.5.ebuild
122 deleted file mode 100644
123 index 6820a40ff43..00000000000
124 --- a/dev-ruby/hashie/hashie-3.5.5.ebuild
125 +++ /dev/null
126 @@ -1,40 +0,0 @@
127 -# Copyright 1999-2017 Gentoo Foundation
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=5
131 -
132 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
133 -
134 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
135 -
136 -RUBY_FAKEGEM_TASK_DOC=""
137 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
138 -
139 -inherit ruby-fakegem
140 -
141 -DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
142 -HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/"
143 -
144 -LICENSE="MIT"
145 -SLOT="3"
146 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
147 -IUSE=""
148 -
149 -ruby_add_bdepend "test? ( dev-ruby/activesupport )"
150 -
151 -all_ruby_prepare() {
152 - # Remove bundler and fix one spec that depends on its requires
153 - #rm Gemfile || die
154 - sed -i -e '/[Bb]undler/d' Rakefile || die
155 - sed -e '/pry/ s:^:#:' \
156 - -e '1irequire "pathname"; require "tempfile"' -i spec/spec_helper.rb || die
157 -
158 - # Avoid dependency on rspec-pending_for and its dependencies
159 - sed -i -e '/pending_for/ s:^:#:' \
160 - spec/spec_helper.rb \
161 - spec/hashie/mash_spec.rb \
162 - spec/hashie/extensions/strict_key_access_spec.rb || die
163 -
164 - # Avoid integration specs to avoid complicated dependencies
165 - rm spec/integration/{omniauth*,rails}/integration_spec.rb || die
166 -}