dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / dev-ruby / rspec-stubbed_env / rspec-stubbed_env-1.0.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
6
7 # Gem does not contain tests and upstream releases are not tagged
8 RUBY_FAKEGEM_RECIPE_TEST="none"
9 RUBY_FAKEGEM_EXTRADOC="README.md"
10
11 RUBY_FAKEGEM_BINWRAP=""
12
13 inherit ruby-fakegem
14
15 DESCRIPTION="Stub environment variables in a scoped context for testing"
16 HOMEPAGE="https://github.com/pboling/rspec-stubbed_env"
17 IUSE=""
18 SLOT="1"
19
20 LICENSE="MIT"
21 KEYWORDS="~amd64"
22
23 ruby_add_rdepend ">=dev-ruby/rspec-3.0"