diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-24 09:38:11 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-24 09:48:27 +0100 |
commit | f0e452480d59c83bbddd73d69865ef2a0f89262f (patch) | |
tree | 8790140e7a231c8a4b35753ddb059b054bed7c45 /dev-ruby | |
parent | dev-ruby/postgres_ext: remove masked version (diff) | |
download | gentoo-f0e452480d59c83bbddd73d69865ef2a0f89262f.tar.gz gentoo-f0e452480d59c83bbddd73d69865ef2a0f89262f.tar.bz2 gentoo-f0e452480d59c83bbddd73d69865ef2a0f89262f.zip |
dev-ruby/rack: remove masked version
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rack/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/rack/rack-1.4.7.ebuild | 42 | ||||
-rw-r--r-- | dev-ruby/rack/rack-1.5.5.ebuild | 41 |
3 files changed, 0 insertions, 85 deletions
diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest index 5bd253ce2ff5..bc69430b338c 100644 --- a/dev-ruby/rack/Manifest +++ b/dev-ruby/rack/Manifest @@ -1,5 +1,3 @@ -DIST rack-1.4.7.gem 204800 BLAKE2B 4572e736215025900c254781e98de91ea4d533b039215c3dc268f111e8bf6c87a4bd73dbd7c4d4cb90a8d2c6375dc3c5a4792a15c6992addecaca516c470c0d4 SHA512 26391faec30b12981413eb1f433bfc9be5d124689bc3ae6e32de7d544917f2330fa4f9255c6879632f2edae5a05a4198454b8fe1310bcdb3d2e0b8b336a20359 -DIST rack-1.5.5.gem 216576 BLAKE2B 4fd13cb14630f6f3afbaac76bb554f46520c125b50d4bdb12fbd939c83af1e189e6f2fb55565a4d3790258e28bc830dbcaa0465622eb9f78b8b9220ae0c9e11d SHA512 7b8ea669c55fa94801aae20612076db702837194bc602c64bec1085836712806a081504b37e4c545bcccf0337e7afc0ad9dca3c1258260fde5f3ec505247056a DIST rack-1.6.7.gem 229888 BLAKE2B b4ea51d9a0606c92c6cc199bcaf3f7068e6360dd972417af7fe8784a5b23a8de1288347431f08d9af1d19f1409f18035d668d6e80f0b2080d761a3e703259d0c SHA512 e1cc22d78a61998c034bbf9217cad5cc0e614697e787f58aed9cfb1c3a12f69b557c9e95a4b09fcc1509cb607332a8655a66159b2492ea6fdc2bda21f588a59e DIST rack-2.0.3.gem 254464 BLAKE2B c7052ae0210d2c8d9aeaa6e3b5b10b272ea48d6c2601aecd524eeab141d3987b7905d9511814d0ac7a62413ef5eb01e847168a278bafb5a0e8f882c526cdfcc9 SHA512 c48e6681544c2f37797ee697f5c4f0d4de6008a3df2506665b52c248fca1ef7321a892dd28475e4d7b461a0b2d12112903a67e1bed7c7397742833fce85167e1 DIST rack-2.0.4.gem 254976 BLAKE2B e816bda9969117525d061b2de2e9172d831a1fd0654ee5f4ff0293a95c01b8451204cab034816f7b2382b77cae3c9a735184f3f1c8f5b9e8cb43963001f815da SHA512 d6624d52c456654ab4c98554d544c6cb0bd15fad5a494575ad329bd1892dca2ac612b5730f4e3f6eddf2c0496afc393f215fb7d60795c264d2251896c27f450a diff --git a/dev-ruby/rack/rack-1.4.7.ebuild b/dev-ruby/rack/rack-1.4.7.ebuild deleted file mode 100644 index 518e1116c544..000000000000 --- a/dev-ruby/rack/rack-1.4.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="KNOWN-ISSUES README.rdoc SPEC" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem eutils versionator - -DESCRIPTION="A modular Ruby webserver interface" -HOMEPAGE="https://rack.github.com/" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.4.5-fix-test-ruby20.patch ) - -ruby_add_rdepend "virtual/ruby-ssl" - -# The gem has automagic dependencies over mongrel, ruby-openid, -# memcache-client, thin, mongrel and camping; not sure if we should -# make them dependencies at all. We do add the fcgi dependency because -# that spec isn't optional. -ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/fcgi )" - -# Block against versions in older slots that also try to install a binary. -RDEPEND="${RDEPEND} !<dev-ruby/rack-1.1.3-r1:0 !<dev-ruby/rack-1.2.5:1.2 !<dev-ruby/rack-1.3.6-r1:1.3" - -each_ruby_test() { - # Since the Rakefile calls specrb directly rather than loading it, we - # cannot use it to launch the tests or only the currently-selected - # RUBY interpreter will be tested. - ${RUBY} -S bacon -Ilib -w -a \ - -q -t '^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Server)' \ - || die "test failed for ${RUBY}" -} diff --git a/dev-ruby/rack/rack-1.5.5.ebuild b/dev-ruby/rack/rack-1.5.5.ebuild deleted file mode 100644 index 7e90b68a6c6d..000000000000 --- a/dev-ruby/rack/rack-1.5.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="KNOWN-ISSUES README.rdoc SPEC" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem eutils versionator - -DESCRIPTION="A modular Ruby webserver interface" -HOMEPAGE="https://rack.github.com/" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ) - -ruby_add_rdepend "virtual/ruby-ssl" - -# The gem has automagic dependencies over mongrel, ruby-openid, -# memcache-client, thin, mongrel and camping; not sure if we should -# make them dependencies at all. -ruby_add_bdepend "test? ( dev-ruby/bacon )" - -# Block against versions in older slots that also try to install a binary. -RDEPEND="${RDEPEND} !<dev-ruby/rack-1.4.5-r1:1.4" - -each_ruby_test() { - # Since the Rakefile calls specrb directly rather than loading it, we - # cannot use it to launch the tests or only the currently-selected - # RUBY interpreter will be tested. - ${RUBY} -S bacon -Ilib -w -a \ - -q -t '^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Server)' \ - || die "test failed for ${RUBY}" -} |