public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-02-02  7:04 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2024-02-02  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6b152fb9f02999e5d80c5d1eb2bd9ea60feb1fcb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 07:04:09 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 07:04:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b152fb9

dev-ruby/dry-core: new package, add 1.0.1

Dependency for dry-types, which is a new dependency for
dev-ruby/highline.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/dry-core/Manifest              |  1 +
 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 35 +++++++++++++++++++++++++++++++++
 dev-ruby/dry-core/metadata.xml          | 12 +++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-ruby/dry-core/Manifest b/dev-ruby/dry-core/Manifest
new file mode 100644
index 000000000000..150f22cc25c2
--- /dev/null
+++ b/dev-ruby/dry-core/Manifest
@@ -0,0 +1 @@
+DIST dry-core-1.0.1.tar.gz 44746 BLAKE2B fb85107dd68dfb2a8d3ee2e66b4bb8b416ac325be4d28bcbbf5605e0a90992eb8aa85a8fad3cba8f228a5a7e50109cd2c1dbf920eebc3423d282055204c6b0a5 SHA512 d769795459a0ffc007eb66e2b9af9be4e635c620a5ca54a76113057b495e1126600a572761d8ff33a3ee6a4fca948f6fc29d3200e7ba0b56c1bb600a4749bbd4

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
new file mode 100644
index 000000000000..001c2b5367f1
--- /dev/null
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -0,0 +1,35 @@
+# 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"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+
+# Skip tests for now to avoid circular dependencies.
+RESTRICT=test
+
+ruby_add_rdepend "
+	dev-ruby/concurrent-ruby:1
+	>=dev-ruby/zeitwerk-2.6:2
+"
+
+#ruby_add_bdepend "test? (
+#	dev-ruby/dry-types
+#)"

diff --git a/dev-ruby/dry-core/metadata.xml b/dev-ruby/dry-core/metadata.xml
new file mode 100644
index 000000000000..20009da5e66c
--- /dev/null
+++ b/dev-ruby/dry-core/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">dry-rb/dry-core</remote-id>
+    <remote-id type="rubygems">dry-core</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-04-28 19:11 Ionen Wolkens
  0 siblings, 0 replies; 9+ messages in thread
From: Ionen Wolkens @ 2024-04-28 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3aa4865e12e8572114897d20a1b2f56f6eda0492
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Apr 26 23:05:43 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 19:10:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa4865e

dev-ruby/dry-core: Keyword 1.0.1 arm64, #928668

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
index 32b81e55c219..eda7de9aa7b0 100644
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -19,7 +19,7 @@ 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"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 
 # Skip tests for now to avoid circular dependencies.


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-10-06 11:11 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-10-06 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     19898beb635990d07224831a5862d441385dc612
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 11:10:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 11:10:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19898beb

dev-ruby/dry-core: Stabilize 1.0.1 x86, #941067

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
index eda7de9aa7b0..886b72ddd035 100644
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -19,7 +19,7 @@ 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"
 
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 
 # Skip tests for now to avoid circular dependencies.


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-10-06 11:11 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-10-06 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     94e0894018bcd3b59489d638b586f3a5dd4a19fa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 11:10:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 11:10:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e08940

dev-ruby/dry-core: Stabilize 1.0.1 amd64, #941067

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
index 886b72ddd035..80f6ec26c633 100644
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -19,7 +19,7 @@ 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"
 
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 
 # Skip tests for now to avoid circular dependencies.


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-10-06 11:18 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-10-06 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d0d63cf809be9d779e04197afc4e66a8d1db5e78
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 11:17:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 11:17:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d63cf8

dev-ruby/dry-core: Stabilize 1.0.1 ppc64, #941067

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
index 80f6ec26c633..1c61e693fff7 100644
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -19,7 +19,7 @@ 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"
 
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 
 # Skip tests for now to avoid circular dependencies.


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-10-09  2:53 Jakov Smolić
  0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2024-10-09  2:53 UTC (permalink / raw
  To: gentoo-commits

commit:     75281a5ea6f28931eb2a639250c3addae4a2f668
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 02:52:44 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 02:52:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75281a5e

dev-ruby/dry-core: Stabilize 1.0.1 ppc, #941067

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
index 1c61e693fff7..0132259e5dd2 100644
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -19,7 +19,7 @@ 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"
 
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 
 # Skip tests for now to avoid circular dependencies.


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-10-15  5:22 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-10-15  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bedfabd210b20d261390b5dbbf5e31f76820f7d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 05:21:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 05:21:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfabd2

dev-ruby/dry-core: Stabilize 1.0.1 sparc, #941067

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
index 0132259e5dd2..54a511318637 100644
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
@@ -19,7 +19,7 @@ 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"
 
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
 SLOT="$(ver_cut 1)"
 
 # Skip tests for now to avoid circular dependencies.


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-10-30  6:17 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2024-10-30  6:17 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/
@ 2024-11-12 12:41 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2024-11-12 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0dac4531616c5cc4d8cbcf8908ce23caf3f13bec
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 12:40:26 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 12:40:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dac4531

dev-ruby/dry-core: add missing test dependency

Closes: https://bugs.gentoo.org/943274
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/dry-core/dry-core-1.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/dry-core/dry-core-1.0.2.ebuild b/dev-ruby/dry-core/dry-core-1.0.2.ebuild
index e0e88ae5d1ee..0fba63c69070 100644
--- a/dev-ruby/dry-core/dry-core-1.0.2.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.0.2.ebuild
@@ -29,6 +29,7 @@ ruby_add_rdepend "
 "
 
 ruby_add_bdepend "test? (
+	dev-ruby/activesupport
 	dev-ruby/dry-inflector
 	dev-ruby/dry-logic
 	dev-ruby/dry-types


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-11-12 12:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30  6:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-core/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox