mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 19:20:56 +02:00
Remove old sinatra-contribs that rely on no-longer-in-tree versions of ruby.
This commit is contained in:
parent
1a62320ef5
commit
37b07b3169
3 changed files with 0 additions and 50 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST sinatra-contrib-1.4.6.gem 54272 BLAKE2B 65162210b57e1ed3c8998e231e92725bf833d41d21cfaead0643c2e8f571a562288e8abd563ab65f2cec76077fa72d962e3b93320bfeaf6a54e4f400e5d6d65f SHA512 d291824d7a3ebe3ea94ac85eca58f21da8d7fd7d13e5923732dc69894e5ef8783aa3515acc61e3ec2b359708400a3fb43c71a422bb9a4453f8e1ef8f7537a5e7
|
||||
DIST sinatra-contrib-1.4.7.gem 53760 BLAKE2B 8895fe76eef68ade82bf82aac62aca3186ba25a63ed7a492a469a17e3e6562878b6956544775801259f23a31697ba323de1f3b427c4e1a80b27ea783684752dc SHA512 dbb4deaed6844a70352e4fbe0f7b71d000acd525a3f6a20c2dc66d3ddc87b93a3b9c33ac315a0a5f4e30b82631c14196fefc9b6fe29c0aee29ea6db4d000361c
|
||||
DIST sinatra-contrib-2.0.5.gem 33792 BLAKE2B ebeb3d0c06a8364541203c897f1ac352645ec031fe36bbb3c3e7e91fcc52095e169b06060bac9143a48dd1d14f25b10d6acbd2a262bc03c676f70ada4ece5d6a SHA512 b5a051f68d6eef42c7aa9aa3bb5adefc0b1ef8068c5eb46c8c0332f8d432cb7055cb784ea2b7c72b638bdc80bc8a869cbcd1ca80c3a18559ce97ffba434557ac
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
|
||||
inherit multilib ruby-fakegem
|
||||
|
||||
DESCRIPTION="Collection of useful Sinatra extensions"
|
||||
HOMEPAGE="https://rubygems.org/gems/sinatra-contrib"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="$(get_version_component_range 1-2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/backports-2.0
|
||||
dev-ruby/multi_json
|
||||
dev-ruby/rack-protection
|
||||
dev-ruby/rack-test
|
||||
>=dev-ruby/sinatra-1.4.6
|
||||
|| ( dev-ruby/tilt:0 dev-ruby/tilt:2 )"
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
|
||||
inherit multilib ruby-fakegem
|
||||
|
||||
DESCRIPTION="Collection of useful Sinatra extensions"
|
||||
HOMEPAGE="https://rubygems.org/gems/sinatra-contrib"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="$(get_version_component_range 1-2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/backports-2.0
|
||||
dev-ruby/multi_json
|
||||
dev-ruby/rack-protection
|
||||
dev-ruby/rack-test
|
||||
>=dev-ruby/sinatra-1.4.6
|
||||
|| ( dev-ruby/tilt:0 dev-ruby/tilt:2 )"
|
||||
Loading…
Reference in a new issue