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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE6A5158003 for ; Sun, 30 Apr 2023 06:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1001DE07EC; Sun, 30 Apr 2023 06:59:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BAD4BE07EC for ; Sun, 30 Apr 2023 06:59:18 +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 A3618340940 for ; Sun, 30 Apr 2023 06:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC988AC for ; Sun, 30 Apr 2023 06:59:16 +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: <1682837949.135a5befaa0ff940c5cce63685bed43e6758de45.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/snaky_hash/Manifest dev-ruby/snaky_hash/metadata.xml dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild X-VCS-Directories: dev-ruby/snaky_hash/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 135a5befaa0ff940c5cce63685bed43e6758de45 X-VCS-Branch: master Date: Sun, 30 Apr 2023 06:59:16 +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: 50ac48e3-07f3-48e4-b3e9-ba4483dfa5cc X-Archives-Hash: b3a3265ad962d67886c01b101e1699f3 commit: 135a5befaa0ff940c5cce63685bed43e6758de45 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 30 06:54:38 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 30 06:59:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135a5bef dev-ruby/snaky_hash: new package, add 2.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/snaky_hash/Manifest | 1 + dev-ruby/snaky_hash/metadata.xml | 11 +++++++++ dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 35 +++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-ruby/snaky_hash/Manifest b/dev-ruby/snaky_hash/Manifest new file mode 100644 index 000000000000..a4c2ff91aebb --- /dev/null +++ b/dev-ruby/snaky_hash/Manifest @@ -0,0 +1 @@ +DIST snaky_hash-2.0.1.tar.bz2 15275 BLAKE2B 77a7ee4bb4194b991a54e359c53a5a6ab45134026185e976c197737746e20842cff6ecf526d773711ed403cb80a50593429038a6194cd4360cbc7907336335a3 SHA512 8d618410106fcab5b986de5047db8bd6e4192b3ee27926107428e82aba905a66203c0cb1dd83de50b89aeffe0e29e93ae0c36b175d7751b8f68249c8014061d5 diff --git a/dev-ruby/snaky_hash/metadata.xml b/dev-ruby/snaky_hash/metadata.xml new file mode 100644 index 000000000000..69f62d1504e8 --- /dev/null +++ b/dev-ruby/snaky_hash/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + oauth-xx/snaky_hash + + diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild new file mode 100644 index 000000000000..98090a1bfc83 --- /dev/null +++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby30 ruby31" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="snaky_hash.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="A Hashie::Mash joint to make #snakelife better" +HOMEPAGE="https://gitlab.com/oauth-xx/snaky_hash" +SRC_URI="https://gitlab.com/oauth-xx/snaky_hash/-/archive/v${PV}/snaky_hash-v${PV}.tar.bz2 -> ${P}.tar.bz2" +RUBY_S="snaky_hash-v${PV}" +IUSE="" +SLOT="1" + +LICENSE="MIT" +KEYWORDS="~amd64" + +ruby_add_rdepend " + dev-ruby/hashie:* + >=dev-ruby/version_gem-1.1.1:1 +" + +ruby_add_depend "test? ( >=dev-ruby/rspec-pending_for-0.1:0 )" + +all_ruby_prepare() { + sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -i -e 's/if RUN_COVERAGE/if false/' spec/spec_helper.rb || die +}