summaryrefslogtreecommitdiff
blob: 32e3a710060ca9b9f6c41da097d54232621e932f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby22 ruby23 ruby24"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

#RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Run shell commands safely, even with user-supplied values"
HOMEPAGE="https://github.com/thoughtbot/terrapin"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

# posix-spawn is not a mandatory dependency but recommended in the
# README.
ruby_add_rdepend "dev-ruby/climate_control:0 dev-ruby/posix-spawn"

ruby_add_bdepend "
	test? (
		>=dev-ruby/activesupport-3  <dev-ruby/activesupport-5
		dev-ruby/bourne
		dev-ruby/mocha
	)"