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/addressable/
Date: Tue, 13 Jul 2021 09:21:34
Message-Id: 1626168087.17e291053af44313a8475243500f326c8e7ac003.graaff@gentoo
1 commit: 17e291053af44313a8475243500f326c8e7ac003
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 09:21:27 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 09:21:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e29105
7
8 dev-ruby/addressable: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/addressable/Manifest | 2 --
14 dev-ruby/addressable/addressable-2.6.0.ebuild | 43 ---------------------------
15 dev-ruby/addressable/addressable-2.7.0.ebuild | 42 --------------------------
16 3 files changed, 87 deletions(-)
17
18 diff --git a/dev-ruby/addressable/Manifest b/dev-ruby/addressable/Manifest
19 index 993a5a8e10d..d73e546c52a 100644
20 --- a/dev-ruby/addressable/Manifest
21 +++ b/dev-ruby/addressable/Manifest
22 @@ -1,3 +1 @@
23 -DIST addressable-2.6.0.gem 104448 BLAKE2B 664365962533d31786e2a362b61879fee544867b7aadc2ceb1ae6709374015a7f0f5c0bd32a81c8f2ae711a4ce1a07cd8f84821e74c3b6aa56b7474800567737 SHA512 71aa0ce8b61a07c1d01298dcd29cb2ba73d06ed1578908cae60351214f7d0bc6c9b8b0db7a78044fb1bed258bf00f2f093aa4e2bcb32575f4db2a79ee36b2648
24 -DIST addressable-2.7.0.gem 104960 BLAKE2B 4bca65d54ef1d3556cf4017ae68082635c0398b6f604eb3edc18da8f8e1e49e38b46485a8716da3c407fe0605dcc9a12c7a95be49a91c4198c2e2b1cab568805 SHA512 4c438bbfa8874fdcf11eef1d1f7cceb1855ea85948daff13615a0af129d35f92cc918f4bd5bbe4cd6ebccc67a86fc582265f915dc39831ec64209de0bdeeb732
25 DIST addressable-2.8.0.gem 105984 BLAKE2B 82f053c9ad052ce1ed1b6927674bd5bcda86a3f70d46b63bfc1185d51b402996fd446647d705418791c5443a1767b4ecd0b891f26de63fbe737c62f7586bd57c SHA512 c684f17940f717c2a65f9716ab9b3659948d6d51a60c38a7295fcf6fdc1c5785d2d315d2de7dab9f66a6c31f62247177d78d5d6eb556f5bb49926d4f00f8e4c8
26
27 diff --git a/dev-ruby/addressable/addressable-2.6.0.ebuild b/dev-ruby/addressable/addressable-2.6.0.ebuild
28 deleted file mode 100644
29 index 3915b0e20a5..00000000000
30 --- a/dev-ruby/addressable/addressable-2.6.0.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
43 -
44 -RUBY_FAKEGEM_EXTRAINSTALL="data"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library"
49 -HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/addressable"
50 -
51 -LICENSE="Apache-2.0"
52 -
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
55 -IUSE="doc test"
56 -
57 -ruby_add_rdepend ">=dev-ruby/public_suffix-2.0.2:* <dev-ruby/public_suffix-4:*"
58 -
59 -ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
60 -
61 -all_ruby_prepare() {
62 - # Remove spec-related tasks so that we don't need to require rspec
63 - # just to build the documentation, bug 383611.
64 - sed -i -e '/spectask/d' Rakefile || die
65 - rm -f tasks/rspec.rake || die
66 - sed -i -e '/bundler/ s:^:#:' \
67 - -e '/^begin/,/^end/ s:^:#:' \
68 - spec/spec_helper.rb || die
69 -
70 - # Remove specs requiring network connectivity
71 - rm -f spec/addressable/net_http_compat_spec.rb || die
72 -
73 - # Remove spec that tests against an unreleased github fork
74 - rm -f spec/addressable/rack_mount_compat_spec.rb || die
75 -}
76
77 diff --git a/dev-ruby/addressable/addressable-2.7.0.ebuild b/dev-ruby/addressable/addressable-2.7.0.ebuild
78 deleted file mode 100644
79 index 444a23a8b9e..00000000000
80 --- a/dev-ruby/addressable/addressable-2.7.0.ebuild
81 +++ /dev/null
82 @@ -1,42 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
88 -
89 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
90 -
91 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
92 -
93 -RUBY_FAKEGEM_EXTRAINSTALL="data"
94 -
95 -inherit ruby-fakegem
96 -
97 -DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library"
98 -HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/addressable"
99 -
100 -LICENSE="Apache-2.0"
101 -
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
104 -IUSE="doc test"
105 -
106 -ruby_add_rdepend "|| ( dev-ruby/public_suffix:4 dev-ruby/public_suffix:3 )"
107 -
108 -ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
109 -
110 -all_ruby_prepare() {
111 - # Remove spec-related tasks so that we don't need to require rspec
112 - # just to build the documentation, bug 383611.
113 - sed -i -e '/spectask/d' Rakefile || die
114 - rm -f tasks/rspec.rake || die
115 - sed -i -e '/bundler/ s:^:#:' \
116 - -e '/^begin/,/^end/ s:^:#:' \
117 - spec/spec_helper.rb || die
118 -
119 - # Remove specs requiring network connectivity
120 - rm -f spec/addressable/net_http_compat_spec.rb || die
121 -
122 - # Remove spec that tests against an unreleased github fork
123 - rm -f spec/addressable/rack_mount_compat_spec.rb || die
124 -}