From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
Date: Wed, 30 Oct 2024 06:17:26 +0000 (UTC) [thread overview]
Message-ID: <1730268034.fcac00d5162b2f9a3961b9ae0798395482ef2586.graaff@gentoo> (raw)
commit: fcac00d5162b2f9a3961b9ae0798395482ef2586
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 06:00:34 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 06:00:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcac00d5
dev-ruby/dry-core: add 1.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/dry-core/Manifest | 1 +
dev-ruby/dry-core/dry-core-1.0.2.ebuild | 41 +++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-ruby/dry-core/Manifest b/dev-ruby/dry-core/Manifest
index 150f22cc25c2..028684b4143a 100644
--- a/dev-ruby/dry-core/Manifest
+++ b/dev-ruby/dry-core/Manifest
@@ -1 +1,2 @@
DIST dry-core-1.0.1.tar.gz 44746 BLAKE2B fb85107dd68dfb2a8d3ee2e66b4bb8b416ac325be4d28bcbbf5605e0a90992eb8aa85a8fad3cba8f228a5a7e50109cd2c1dbf920eebc3423d282055204c6b0a5 SHA512 d769795459a0ffc007eb66e2b9af9be4e635c620a5ca54a76113057b495e1126600a572761d8ff33a3ee6a4fca948f6fc29d3200e7ba0b56c1bb600a4749bbd4
+DIST dry-core-1.0.2.tar.gz 44646 BLAKE2B 0ae5a3d2bd245d7f42b9f500841dc47e8baf827e78a89d3a2f1edd5e4821470b26eb9180079886bcbb007d2ab86369ddb1855a465a88fe04e30a6dbe557b2a92 SHA512 4d4ba37f3c7d25047cd0b4d5f28a358ed98e664ac5397476f3999dae26674a63d5e70fc9f64f0a8b863149ba9978d6dd87af89f55fc6ad43236c09c235550345
diff --git a/dev-ruby/dry-core/dry-core-1.0.2.ebuild b/dev-ruby/dry-core/dry-core-1.0.2.ebuild
new file mode 100644
index 000000000000..e0e88ae5d1ee
--- /dev/null
+++ b/dev-ruby/dry-core/dry-core-1.0.2.ebuild
@@ -0,0 +1,41 @@
+# 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-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A toolset of small support modules used throughout the dry-rb ecosystem"
+
+HOMEPAGE="https://dry-rb.org/gems/dry-core/"
+SRC_URI="https://github.com/dry-rb/dry-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_rdepend "
+ dev-ruby/concurrent-ruby:1
+ dev-ruby/logger
+ >=dev-ruby/zeitwerk-2.6:2
+"
+
+ruby_add_bdepend "test? (
+ dev-ruby/dry-inflector
+ dev-ruby/dry-logic
+ dev-ruby/dry-types
+)"
+
+all_ruby_prepare() {
+ # Inflecto is not packaged
+ sed -e '/with Inflecto/ s/context/xcontext/' \
+ -i spec/dry/core/inflector_spec.rb || die
+}
next reply other threads:[~2024-10-30 6:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 6:17 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 11:04 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/ Hans de Graaff
2024-11-12 12:41 Hans de Graaff
2024-10-15 5:22 Sam James
2024-10-09 2:53 Jakov Smolić
2024-10-06 11:18 Sam James
2024-10-06 11:11 Sam James
2024-10-06 11:11 Sam James
2024-04-28 19:11 Ionen Wolkens
2024-02-02 7:04 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1730268034.fcac00d5162b2f9a3961b9ae0798395482ef2586.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox