mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
24 lines
547 B
Bash
24 lines
547 B
Bash
# 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 )"
|