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 0540A15800D for ; Tue, 4 Jul 2023 09:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 831E2E0896; Tue, 4 Jul 2023 09:41:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 674FEE0896 for ; Tue, 4 Jul 2023 09:41:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7900B340E7C for ; Tue, 4 Jul 2023 09:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12E1ACF for ; Tue, 4 Jul 2023 09:41:12 +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: <1688463667.82c333bbcc8f066759f5566727818947f2574d1d.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.3.1-r1.ebuild X-VCS-Directories: dev-ruby/hocon/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 82c333bbcc8f066759f5566727818947f2574d1d X-VCS-Branch: master Date: Tue, 4 Jul 2023 09:41:12 +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: 040be4eb-2d1d-459c-a745-d54b357e447c X-Archives-Hash: 0985b4d615c79531c6b483fe39388dd7 commit: 82c333bbcc8f066759f5566727818947f2574d1d Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 4 09:02:33 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 4 09:41:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c333bb dev-ruby/hocon: drop 1.3.1-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/hocon/Manifest | 1 - dev-ruby/hocon/hocon-1.3.1-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest index a054377a285f..b4947fb43d3b 100644 --- a/dev-ruby/hocon/Manifest +++ b/dev-ruby/hocon/Manifest @@ -1,2 +1 @@ -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.3.1-r1.ebuild b/dev-ruby/hocon/hocon-1.3.1-r1.ebuild deleted file mode 100644 index 5f7f0a951236..000000000000 --- a/dev-ruby/hocon/hocon-1.3.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -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"