mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-25 17:53:24 +01:00
Since ruby-ng.eclass was recently updated, we no longer inherit eutils in the ruby-ng eclass, so we no longer get versionator for free.
24 lines
596 B
Bash
24 lines
596 B
Bash
# 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 )"
|