summaryrefslogtreecommitdiff
path: root/dev-ruby/hocon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/hocon
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/hocon')
-rw-r--r--dev-ruby/hocon/Manifest3
-rw-r--r--dev-ruby/hocon/hocon-1.2.5.ebuild24
-rw-r--r--dev-ruby/hocon/metadata.xml15
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest
new file mode 100644
index 000000000000..a3d3a44fa6ff
--- /dev/null
+++ b/dev-ruby/hocon/Manifest
@@ -0,0 +1,3 @@
+DIST hocon-1.2.5.gem 147968 BLAKE2B 9fe004d59cc3e66d770c7c8069ff2934a17befa120ccfb2e382f36f632a186095c3a94eb25e77ba3fff422394444ae85cf3adde2ed045d50f0ac99871c6dd909 SHA512 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd
+EBUILD hocon-1.2.5.ebuild 535 BLAKE2B dd70c64fa87ea29ad167a65f14621ef3ca452b3d5563e52597509c9300f5607c58bded23193c66e66d802369ce53bf594a00bb3040acb1a0b3d38b15bfa96943 SHA512 05db1fc82a0dfb2c54b4c400f34d05c516bcb244be69c05c1028116417d75d7de1b0ac5b4dc62fc001addc7907c668222bcc9a788397a77b6593122c39644cd3
+MISC metadata.xml 514 BLAKE2B 41c8fb2854ca091452e2530a98518581287253088bc3709b9945a47ca1ad06ffeb4ef40a1da8e2843322fde51e805e381a768a8cf3fd14b5d62d660fe975a59e SHA512 cfd1c8e9f9eaf4f3cf797e9fb40bdeee6004a38e1d3dac66469dc43944204722720c63798671d3032034dd826f44075257db43021910d31af3333df423064ba3
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..ccfcd6606a4d
--- /dev/null
+++ b/dev-ruby/hocon/hocon-1.2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+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 ~arm ~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>