summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-06-28 21:51:11 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-06-28 22:02:34 -0500
commita0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7 (patch)
tree2b11244694d30f7fd17c3dc71e3a4f0f5e7a5d05 /dev-ruby/hocon/hocon-1.2.5.ebuild
parentvirtual/perl-Devel-PPPort: Add x86-fbsd keywords from dev-lang/perl (diff)
downloadgentoo-a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7.tar.gz
gentoo-a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7.tar.bz2
gentoo-a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7.zip
dev-ruby/hocon: initial add for puppet-5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/hocon/hocon-1.2.5.ebuild')
-rw-r--r--dev-ruby/hocon/hocon-1.2.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/hocon/hocon-1.2.5.ebuild b/dev-ruby/hocon/hocon-1.2.5.ebuild
new file mode 100644
index 000000000000..0fc8d4775242
--- /dev/null
+++ b/dev-ruby/hocon/hocon-1.2.5.ebuild
@@ -0,0 +1,23 @@
+# 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_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_BINWRAP="hocon"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This is a port of the Typesafe Config library to Ruby."
+HOMEPAGE="https://github.com/puppetlabs/ruby-hocon"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND+=""
+DEPEND+=""