summaryrefslogtreecommitdiff
path: root/dev-ruby/hocon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ruby/hocon
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ruby/hocon')
-rw-r--r--dev-ruby/hocon/Manifest3
-rw-r--r--dev-ruby/hocon/hocon-1.2.5.ebuild23
-rw-r--r--dev-ruby/hocon/metadata.xml15
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest
new file mode 100644
index 000000000000..0b62e1936445
--- /dev/null
+++ b/dev-ruby/hocon/Manifest
@@ -0,0 +1,3 @@
+DIST hocon-1.2.5.gem 147968 SHA256 33b04b2e4e75a644c170b128df298367ce7278a7444e31382317f148717abe88 SHA512 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd WHIRLPOOL 06ccef09cde2cc231478fcbe8711c00123cc1e70164a3e4a26f04bb58e260463edf5ff80c62df62a495aef69c0d1f626d309b4bfe4a7a352ed67e6ddcd07a91c
+EBUILD hocon-1.2.5.ebuild 543 SHA256 032722eae2095be2de0a4123e79d992624b8842347d66b229412e39ed4f9c21f SHA512 fe95f738ede2621fff6eca03bb43df55f3b815f8303d3df4bd5b6a286d16f158796ce479da6a66bd1db57776b56110ebb8c747960424a43db3a405b4c126edd4 WHIRLPOOL 22cd01d3cdced81042cebee88a2c580735967bebb1521364f302040730947a6251365c30600962dbdf04e0ce951c57094bdbe7e9893f751887e4e95751334efc
+MISC metadata.xml 514 SHA256 2421aa8bc0d0326be1f31461d3a29da12910d4ab676e0a4db16338a72bacf717 SHA512 cfd1c8e9f9eaf4f3cf797e9fb40bdeee6004a38e1d3dac66469dc43944204722720c63798671d3032034dd826f44075257db43021910d31af3333df423064ba3 WHIRLPOOL 47fb327bf4d0a3bb4a0a1cc5a6da05ed460b32a05c50192693863c09b2d15a53ffb5fa68edc3666069f0cab8c2bd1f9d2d38e9730c17c4caf749c527676f4036
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..04859e18c409
--- /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 ~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>