mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-26 10:15:32 +01:00
24 lines
501 B
Bash
24 lines
501 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
USE_RUBY="ruby18 ruby19"
|
|
|
|
inherit multilib ruby-fakegem
|
|
|
|
DESCRIPTION="Collection of useful Sinatra extensions"
|
|
HOMEPAGE="https://rubygems.org/gems/sinatra-contrib"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
ruby_add_rdepend "
|
|
>=dev-ruby/backports-2.0
|
|
dev-ruby/eventmachine
|
|
dev-ruby/rack-protection
|
|
dev-ruby/rack-test
|
|
=dev-ruby/sinatra-1.3*
|
|
=dev-ruby/tilt-1.3*
|
|
"
|