commit: a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Jun 29 02:51:11 2017 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Jun 29 03:02:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b5dfac
dev-ruby/hocon: initial add for puppet-5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/hocon/Manifest | 1 + dev-ruby/hocon/hocon-1.2.5.ebuild | 23 +++++++++++++++++++++++ dev-ruby/hocon/metadata.xml | 15 +++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest new file mode 100644 index 00000000000..2243c16d4d5 --- /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 00000000000..0fc8d477524 --- /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 00000000000..35e550cdf3f --- /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>[email protected]</email> + </maintainer> + <maintainer type="person"> + <email>[email protected]</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>
