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
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')
-rw-r--r--dev-ruby/hocon/Manifest1
-rw-r--r--dev-ruby/hocon/hocon-1.2.5.ebuild23
-rw-r--r--dev-ruby/hocon/metadata.xml15
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest
new file mode 100644
index 000000000000..2243c16d4d52
--- /dev/null
+++ b/dev-ruby/hocon/Manifest
@@ -0,0 +1 @@
+DIST hocon-1.2.5.gem 147968 SHA256 33b04b2e4e75a644c170b128df298367ce7278a7444e31382317f148717abe88 SHA512 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd WHIRLPOOL 06ccef09cde2cc231478fcbe8711c00123cc1e70164a3e4a26f04bb58e260463edf5ff80c62df62a495aef69c0d1f626d309b4bfe4a7a352ed67e6ddcd07a91c
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+=""
diff --git a/dev-ruby/hocon/metadata.xml b/dev-ruby/hocon/metadata.xml
new file mode 100644
index 000000000000..35e550cdf3fd
--- /dev/null
+++ b/dev-ruby/hocon/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is a port of the Typesafe Config library to Ruby.
+ The library provides Ruby support for the HOCON configuration file format.
+ </longdescription>
+</pkgmetadata>