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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7418115864F for ; Sun, 26 Mar 2023 06:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FEBDE07A9; Sun, 26 Mar 2023 06:35:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 291B9E07A9 for ; Sun, 26 Mar 2023 06:35:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EDE3335DE9 for ; Sun, 26 Mar 2023 06:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB4D8EB for ; Sun, 26 Mar 2023 06:35:07 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1679812182.5617fb5538cfd20ff75d1371603cd7794c401abc.graaff@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.4.0.ebuild X-VCS-Directories: dev-ruby/hocon/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5617fb5538cfd20ff75d1371603cd7794c401abc X-VCS-Branch: master Date: Sun, 26 Mar 2023 06:35:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfc4e8aa-6c7b-41ae-87a3-46551f4422a0 X-Archives-Hash: a8479f0a57400e2c5b67558c6f108eae commit: 5617fb5538cfd20ff75d1371603cd7794c401abc Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 25 07:36:38 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Mar 26 06:29:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5617fb55 dev-ruby/hocon: add 1.4.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/hocon/Manifest | 1 + dev-ruby/hocon/hocon-1.4.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest index 1e95dce65ed2..a054377a285f 100644 --- a/dev-ruby/hocon/Manifest +++ b/dev-ruby/hocon/Manifest @@ -1 +1,2 @@ DIST hocon-1.3.1.tar.gz 146330 BLAKE2B 4eaa791f148347cf30cea04c79ed63fbc804a0ef7f4bdf1640da706f857a46a99342d338a8444b2df316ef972e11d5a3e10aae8d82f464b2964aa30c2086274c SHA512 c73cfd8d6c77751d1d2a35d85cad2f2eef700a01e8b8de9449c0c9dfefe8d4a80c4a79dd3db8ee4a6d2c3649f26d6780cbe05fe9b067de05ee3711b00faf4255 +DIST hocon-1.4.0.tar.gz 147184 BLAKE2B 7a072b2c4e5bc0dda80b836a6b905888e2a8cf6da87403c738f62ffebc9bae6dfa71125c68f90c4b2608a36f1491f17ceb55b4628e54b44b8acb3933c2a748a9 SHA512 735cd6344d96e5e5e42a94da875476483c6cb993c9d2f6c144b74713e1eb5cbdadcd8a2c73414d456ff9fa565a6dcc575507ee1a6df339ffe1c1944ed6d15e33 diff --git a/dev-ruby/hocon/hocon-1.4.0.ebuild b/dev-ruby/hocon/hocon-1.4.0.ebuild new file mode 100644 index 000000000000..993b80b25b9d --- /dev/null +++ b/dev-ruby/hocon/hocon-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_BINWRAP="hocon" + +RUBY_FAKEGEM_GEMSPEC="hocon.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="This is a port of the Typesafe Config library to Ruby" +HOMEPAGE="https://github.com/puppetlabs/ruby-hocon" +SRC_URI="https://github.com/puppetlabs/ruby-hocon/archive/${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="ruby-hocon-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"