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 5EDC815802E for ; Wed, 3 Jul 2024 04:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B7FFE2B5B; Wed, 3 Jul 2024 04:55:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23A99E2B5B for ; Wed, 3 Jul 2024 04:55: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 0EA56335C2E for ; Wed, 3 Jul 2024 04:55:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 679BF1D9A for ; Wed, 3 Jul 2024 04:55:15 +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: <1719982499.1972fdc489b70e9c38e44bee8555662b6b0789d9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-inflector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dry-inflector/Manifest dev-ruby/dry-inflector/dry-inflector-1.1.0.ebuild X-VCS-Directories: dev-ruby/dry-inflector/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1972fdc489b70e9c38e44bee8555662b6b0789d9 X-VCS-Branch: master Date: Wed, 3 Jul 2024 04:55:15 +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: 320ec391-016a-4514-bcbd-84aca9d6560e X-Archives-Hash: be8a154cabe7bba1901eb02e9d9e7cca commit: 1972fdc489b70e9c38e44bee8555662b6b0789d9 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 3 04:49:55 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 3 04:54:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1972fdc4 dev-ruby/dry-inflector: add 1.1.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/dry-inflector/Manifest | 1 + dev-ruby/dry-inflector/dry-inflector-1.1.0.ebuild | 30 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ruby/dry-inflector/Manifest b/dev-ruby/dry-inflector/Manifest index 3e5e59e74b71..9e18d2b77e33 100644 --- a/dev-ruby/dry-inflector/Manifest +++ b/dev-ruby/dry-inflector/Manifest @@ -1 +1,2 @@ DIST dry-inflector-1.0.0.tar.gz 25030 BLAKE2B 628f5af9ac1517e6711242b6678808c0b64f1f1bb3391e0792fe85ccebfe4c334e2ee62370bd3a13f842a435028b684c09b8215c78ab7fbe2742679863f8e27d SHA512 34b5e723982621e3e090fe9273310d6dfd6e8145c274d7eefe2e7c3bdcc2c6222c2a6bc6e0bbd70d79226b81f1cd89d8364692421ef3dd361432a03b1a8d1c06 +DIST dry-inflector-1.1.0.tar.gz 26360 BLAKE2B 2b918590372d9ae1591e08420a5e3c926934188e96541c238a6ee6275f293a02d2148b69544e77f6935012f600f709db22cb78688dcbed49b68dd8fe37285cc6 SHA512 cb01f251ea7ce9ea6339f528e2eb146e81fb74ffd36ff93b6375718677e33e4c29711fa3699cdab881916b0b8caea15740aae1b3dc418da04cf74ba852e8a568 diff --git a/dev-ruby/dry-inflector/dry-inflector-1.1.0.ebuild b/dev-ruby/dry-inflector/dry-inflector-1.1.0.ebuild new file mode 100644 index 000000000000..deb2fb494679 --- /dev/null +++ b/dev-ruby/dry-inflector/dry-inflector-1.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="dry-inflector.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="String inflections for dry-rb" + +HOMEPAGE="https://dry-rb.org/gems/dry-inflector/" +SRC_URI="https://github.com/dry-rb/dry-inflector/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/warning )" + +all_ruby_prepare() { + sed -i -e '/\(bundler\|coverage\)/ s/^/#/' spec/spec_helper.rb || die +}