From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 544DC139694 for ; Thu, 29 Jun 2017 03:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8306125405C; Thu, 29 Jun 2017 03:02:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5970D224119 for ; Thu, 29 Jun 2017 03:02:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49D3634170B for ; Thu, 29 Jun 2017 03:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 940657466 for ; Thu, 29 Jun 2017 03:02:56 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1498705354.a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hocon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hocon/Manifest dev-ruby/hocon/hocon-1.2.5.ebuild dev-ruby/hocon/metadata.xml X-VCS-Directories: dev-ruby/hocon/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7 X-VCS-Branch: master Date: Thu, 29 Jun 2017 03:02:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1479ebf2-4a08-41ba-b371-f7d36ca41dcf X-Archives-Hash: 5e3b7cfd301116a58d8bea9e1a258abd commit: a0b5dfac8a17fc3fa279c6c16d3b2048cbb1c9c7 Author: Matthew Thode gentoo org> AuthorDate: Thu Jun 29 02:51:11 2017 +0000 Commit: Matt Thode gentoo 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 @@ + + + + + ruby@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + This is a port of the Typesafe Config library to Ruby. + The library provides Ruby support for the HOCON configuration file format. + +