diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-12-27 16:31:30 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-12-28 15:00:19 -0800 |
commit | 32920efa2f3c62e02984626bb79e29a33dfff699 (patch) | |
tree | 5f83056693fcc422b41805b371b3251a6caf7964 /dev-ruby/hiera-eyaml-plaintext | |
parent | dev-ruby/gpgme: bump for ruby targets (diff) | |
download | gentoo-32920efa2f3c62e02984626bb79e29a33dfff699.tar.gz gentoo-32920efa2f3c62e02984626bb79e29a33dfff699.tar.bz2 gentoo-32920efa2f3c62e02984626bb79e29a33dfff699.zip |
dev-ruby/hiera-eyaml-plaintext: bump for ruby targets
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/hiera-eyaml-plaintext')
-rw-r--r-- | dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild new file mode 100644 index 000000000000..a4a5ee2fdd19 --- /dev/null +++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A plaintext backend for hiera-eyaml" +HOMEPAGE="https://github.com/gtmtechltd/hiera-eyaml-plaintext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |