sinatra-contrib: delete, no longer required

This commit is contained in:
blshkv 2019-08-25 19:28:15 +08:00
parent acd00902f9
commit fd6bbfe557
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 0 additions and 25 deletions

View file

@ -1 +0,0 @@
DIST sinatra-contrib-2.0.5.gem 33792 BLAKE2B ebeb3d0c06a8364541203c897f1ac352645ec031fe36bbb3c3e7e91fcc52095e169b06060bac9143a48dd1d14f25b10d6acbd2a262bc03c676f70ada4ece5d6a SHA512 b5a051f68d6eef42c7aa9aa3bb5adefc0b1ef8068c5eb46c8c0332f8d432cb7055cb784ea2b7c72b638bdc80bc8a869cbcd1ca80c3a18559ce97ffba434557ac

View file

@ -1,24 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby23 ruby24 ruby25"
inherit versionator 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/activesupport:4.0
>=dev-ruby/backports-2.8.2
dev-ruby/multi_json
>=dev-ruby/mustermann-1.0
dev-ruby/rack-protection
>=dev-ruby/sinatra-2.0.4
|| ( dev-ruby/tilt:0 dev-ruby/tilt:2 )"