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 AAA60158041 for ; Fri, 15 Mar 2024 06:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F136E29CB; Fri, 15 Mar 2024 06:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 10CC6E29CB for ; Fri, 15 Mar 2024 06:08: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03CDE33D3C2 for ; Fri, 15 Mar 2024 06:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82C991518 for ; Fri, 15 Mar 2024 06:08: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: <1710482870.af5fa73fce1a4680f715a4cdae4436a36cceb8a7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dry-types/Manifest dev-ruby/dry-types/dry-types-1.7.2.ebuild dev-ruby/dry-types/metadata.xml X-VCS-Directories: dev-ruby/dry-types/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: af5fa73fce1a4680f715a4cdae4436a36cceb8a7 X-VCS-Branch: master Date: Fri, 15 Mar 2024 06:08: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: 6119b44e-c696-49b3-800f-3b5596546d2e X-Archives-Hash: be2f561de1b9c69f489fdd70f499b671 commit: af5fa73fce1a4680f715a4cdae4436a36cceb8a7 Author: Hans de Graaff gentoo org> AuthorDate: Thu Mar 14 14:49:50 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 15 06:07:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5fa73f dev-ruby/dry-types: new package, add 1.7.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/dry-types/Manifest | 1 + dev-ruby/dry-types/dry-types-1.7.2.ebuild | 38 +++++++++++++++++++++++++++++++ dev-ruby/dry-types/metadata.xml | 11 +++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-ruby/dry-types/Manifest b/dev-ruby/dry-types/Manifest new file mode 100644 index 000000000000..5fe862332caf --- /dev/null +++ b/dev-ruby/dry-types/Manifest @@ -0,0 +1 @@ +DIST dry-types-1.7.2.tar.gz 101450 BLAKE2B e0ebd390bea2178a9a348b65bc7cb5af8657d61f66a77ba52ba26e64aab44c2bd6d142c164c023002244aded5da7175199108c069635b1031d469d7e678f0ed1 SHA512 401372b73b55947d1ba6619903cacd422be1a04ffdd3746d3323a68afa98fcea3d87a4bf1d81a9e9a389b2dcd8dd3a9d096f6982d168528d9fadf60e0fc33076 diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild new file mode 100644 index 000000000000..f04a3008de96 --- /dev/null +++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild @@ -0,0 +1,38 @@ +# 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-types.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Type system for Ruby supporting coercions, constraints and complex types." + +HOMEPAGE="https://dry-rb.org/gems/dry-types/" +SRC_URI="https://github.com/dry-rb/dry-types/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="$(ver_cut 1)" +IUSE="test" + +ruby_add_rdepend " + dev-ruby/bigdecimal:0 + dev-ruby/concurrent-ruby:1 + dev-ruby/dry-core:1 + dev-ruby/dry-inflector:1 + >=dev-ruby/dry-logic-1.4:1 + >=dev-ruby/zeitwerk-2.6:2 +" + +ruby_add_bdepend "test? ( + dev-ruby/dry-monads + dev-ruby/dry-struct +)" diff --git a/dev-ruby/dry-types/metadata.xml b/dev-ruby/dry-types/metadata.xml new file mode 100644 index 000000000000..8cb474b108c3 --- /dev/null +++ b/dev-ruby/dry-types/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + dry-rb/dry-types + +