dev-ruby/ethon: cleanup
[gentoo.git] / dev-ruby / hiera-eyaml-gpg / hiera-eyaml-gpg-0.7.2.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 USE_RUBY="ruby24 ruby25"
6
7 RUBY_FAKEGEM_TASK_TEST=""
8
9 RUBY_FAKEGEM_TASK_DOC=""
10 RUBY_FAKEGEM_EXTRADOC="README.md"
11
12 inherit ruby-fakegem
13
14 DESCRIPTION="A GPG backend for hiera-eyaml"
15 HOMEPAGE="https://github.com/sihil/hiera-eyaml-gpg"
16
17 LICENSE="MIT"
18 SLOT="0"
19 KEYWORDS="~amd64 ~x86"
20 IUSE=""
21
22 ruby_add_rdepend "
23         >=dev-ruby/hiera-eyaml-1.3.8:*
24         >=dev-ruby/gpgme-2.0.0
25 "