public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sequel/
Date: Mon, 07 Jul 2025 11:36:23 +0000 (UTC)	[thread overview]
Message-ID: <1751887950.20c3163ce2fa4d71db11abaab4280fc64b87e6c9.graaff@gentoo> (raw)

commit:     20c3163ce2fa4d71db11abaab4280fc64b87e6c9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  7 11:30:50 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul  7 11:32:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c3163c

dev-ruby/sequel: add 5.94.0

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

 dev-ruby/sequel/Manifest             |  1 +
 dev-ruby/sequel/sequel-5.94.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/sequel/Manifest b/dev-ruby/sequel/Manifest
index 6c6f53ac0520..7e19ac262738 100644
--- a/dev-ruby/sequel/Manifest
+++ b/dev-ruby/sequel/Manifest
@@ -2,3 +2,4 @@ DIST sequel-5.88.0.tar.gz 1802411 BLAKE2B d891fd0eadb3e271017b6167a78cba1f9d8e15
 DIST sequel-5.91.0.tar.gz 1818042 BLAKE2B c46c236bb528d801edd9ce239321fc05f6a160d6c4f49b51e9c657652247e0547600b56ba47b4f66a2686522d37d23d8f332853193d776ac6e793dbbc7718ab0 SHA512 93c18d879d9b097ffe7f2b111f6511bb7938e385d1951140270292dd9e5ca2080facd5e55e44333aaab9ed349d85644f62c45b362425e35947c71879004bd14d
 DIST sequel-5.92.0.tar.gz 1819376 BLAKE2B 364b5c8d077cfaec6e2fe43df6582e319dcad55991693987fd4bac6172cf0e2b062c5b5a90ba68091495814d87f70aa9ed62e2016b1b37e70341c0f685f2a7aa SHA512 281b45f700f61c459163dae31b0bf261566e64c7b07d2aff7762dc7121436d384426547261e5c3a8a18784710d858d998e0befcb44bc09fd7e22d1f1054c62d1
 DIST sequel-5.93.0.tar.gz 1823336 BLAKE2B f1f8a46662ceb72e8d95b7492fe4c1d795fb3b41eeffb7e6522a2eae593b884c6d33d672e0d7412a72e0408865d8610aeb75c98d5d08fbdc447e9b1f526795c8 SHA512 e5a711b8b25aca2d4d2b42ebc5781a6e18ec3bf90e6285cabb5c8f116c1e02ef80d5b65da46dd6f3e29d2981ed25c4388fc85c481f959a7a6d5a03f593a01aab
+DIST sequel-5.94.0.tar.gz 1826856 BLAKE2B f2e6a9158cd1fdd03304211acd700e7477295f42e90fdecf06d6a4cb8a6917af4d0eaba586e68f9f6a0d59a833e5706f9ebe134c1dcd8b9a2625e6c7ed401954 SHA512 25cf5a1ffcfd7110f145876128b9d1441ba31e33c5530696b8a42e3e4be74520f71ffe0e77306014812fa9ca1ccd700e404b369de75cb5e24c24384fbb4f7896

diff --git a/dev-ruby/sequel/sequel-5.94.0.ebuild b/dev-ruby/sequel/sequel-5.94.0.ebuild
new file mode 100644
index 000000000000..c6fb997e145d
--- /dev/null
+++ b/dev-ruby/sequel/sequel-5.94.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+RUBY_FAKEGEM_GEMSPEC="sequel.gemspec"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A lightweight database toolkit for Ruby"
+HOMEPAGE="https://sequel.jeremyevans.net/"
+SRC_URI="https://github.com/jeremyevans/sequel/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/bigdecimal"
+
+ruby_add_bdepend "test? (
+	dev-ruby/activemodel
+	dev-ruby/minitest
+	dev-ruby/minitest-global_expectations
+	dev-ruby/minitest-hooks
+	dev-ruby/nokogiri
+	dev-ruby/tzinfo
+)"


             reply	other threads:[~2025-07-07 11:36 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-07 11:36 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13  6:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sequel/ Hans de Graaff
2025-10-13  6:41 Hans de Graaff
2025-09-16 10:09 Hans de Graaff
2025-08-30  7:07 Hans de Graaff
2025-08-05  9:35 Hans de Graaff
2025-08-05  9:35 Hans de Graaff
2025-07-07 11:36 Hans de Graaff
2025-07-07 11:36 Hans de Graaff
2025-06-03  7:04 Hans de Graaff
2025-06-02 19:27 Jakov Smolić
2025-05-31 20:10 Sam James
2025-05-03  5:43 Hans de Graaff
2025-05-03  5:43 Hans de Graaff
2025-05-03  5:43 Hans de Graaff
2025-04-02  5:26 Hans de Graaff
2025-04-02  5:26 Hans de Graaff
2025-04-02  5:26 Hans de Graaff
2025-03-08 16:49 Hans de Graaff
2025-01-03  8:31 Hans de Graaff
2024-12-07  8:28 Hans de Graaff
2024-11-17  7:44 Hans de Graaff
2024-11-17  7:44 Hans de Graaff
2024-10-06 12:01 Sam James
2024-09-07  8:29 Hans de Graaff
2024-07-05  5:29 Hans de Graaff
2024-07-05  5:29 Hans de Graaff
2024-06-20  5:30 Hans de Graaff
2024-06-20  5:30 Hans de Graaff
2024-03-18  6:41 Hans de Graaff
2024-03-14  5:48 Hans de Graaff
2024-02-10  7:15 Hans de Graaff
2024-01-02  7:11 Hans de Graaff
2024-01-02  7:11 Hans de Graaff
2023-12-02  8:01 Hans de Graaff
2023-11-02  6:51 Hans de Graaff
2023-10-02  5:39 Hans de Graaff
2023-09-02  6:29 Hans de Graaff
2023-08-17 20:03 Hans de Graaff
2023-08-13  8:40 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=1751887950.20c3163ce2fa4d71db11abaab4280fc64b87e6c9.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