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

commit:     af5fa73fce1a4680f715a4cdae4436a36cceb8a7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 14:49:50 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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 @@
+<?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-types</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-types/
@ 2024-04-09 15:51 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2024-04-09 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     87aa45d9b8740667f4f73593d7d177aec15dd1ba
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:48:10 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 15:48:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87aa45d9

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

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

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

diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
index f04a3008de96..5ad028a60c15 100644
--- a/dev-ruby/dry-types/dry-types-1.7.2.ebuild
+++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
@@ -35,4 +35,5 @@ ruby_add_rdepend "
 ruby_add_bdepend "test? (
 	dev-ruby/dry-monads
 	dev-ruby/dry-struct
+	dev-ruby/warning
 )"


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

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

commit:     39430bac443ff3d6d8493955c07edd6f074f1147
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Apr 26 23:05:45 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=39430bac

dev-ruby/dry-types: Keyword 1.7.2 arm64, #928668

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

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

diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
index e4617116c8c7..ae42c397df03 100644
--- a/dev-ruby/dry-types/dry-types-1.7.2.ebuild
+++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
@@ -19,7 +19,7 @@ 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 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


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

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

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

dev-ruby/dry-types: Stabilize 1.7.2 x86, #941067

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

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

diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
index ae42c397df03..ba497cb2106f 100644
--- a/dev-ruby/dry-types/dry-types-1.7.2.ebuild
+++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
@@ -19,7 +19,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


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

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

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

dev-ruby/dry-types: Stabilize 1.7.2 amd64, #941067

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

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

diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
index ba497cb2106f..5163289a97e9 100644
--- a/dev-ruby/dry-types/dry-types-1.7.2.ebuild
+++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
@@ -19,7 +19,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


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

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

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

dev-ruby/dry-types: Stabilize 1.7.2 ppc64, #941067

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

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

diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
index 5163289a97e9..c34f76bdede2 100644
--- a/dev-ruby/dry-types/dry-types-1.7.2.ebuild
+++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild
@@ -19,7 +19,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


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

end of thread, other threads:[~2024-10-06 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-types/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 11:18 Sam James
2024-10-06 11:11 Sam James
2024-04-28 19:11 Ionen Wolkens
2024-04-09 15:51 Hans de Graaff
2024-03-15  6:08 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