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: Wed, 02 Apr 2025 05:26:20 +0000 (UTC) [thread overview]
Message-ID: <1743571378.b4a5f3045611bb00d166fd2d2d70e714a097469c.graaff@gentoo> (raw)
commit: b4a5f3045611bb00d166fd2d2d70e714a097469c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 05:22:58 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 05:22:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a5f304
dev-ruby/sequel: add 5.91.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/sequel/Manifest | 1 +
dev-ruby/sequel/sequel-5.91.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ruby/sequel/Manifest b/dev-ruby/sequel/Manifest
index 364e0ec390e4..5f8233267cd1 100644
--- a/dev-ruby/sequel/Manifest
+++ b/dev-ruby/sequel/Manifest
@@ -3,3 +3,4 @@ DIST sequel-5.86.0.tar.gz 1793062 BLAKE2B c249e989e532403a33274c07d63fff1f668d8c
DIST sequel-5.87.0.tar.gz 1796829 BLAKE2B d1c14c541f582175831149030c10da8ca7a0598dbe02f6443361d6ef55c33077515c472a3789af92956e72be493c6a2190cf52af459066c29dca4f3a70a07665 SHA512 8773e6717ba5441cdbd9efecacc7d30fcf5c6cf5765db52786b89f55d5a7b33dd4cbc8ae056b6a5128865b470659983386eb38605406f2c3958790bcfc6e6cf8
DIST sequel-5.88.0.tar.gz 1802411 BLAKE2B d891fd0eadb3e271017b6167a78cba1f9d8e153903e3abaad68a55a22ab15cc9131f62b7cf9fbe11852ba62bf233e6e1bcefb635695ad759276656518e3d382d SHA512 c6d4c8e82049624dc6b32daf2f1ecff47adf7378e439c53e32f98daa8a494ad7a89d5aa0e7a744f94284ed888b713e1fa9542a0cbc1e232f91645008b6000f5c
DIST sequel-5.90.0.tar.gz 1814109 BLAKE2B e2e17a108c18b80f268c63705a0f0de1f33dad74088ea5dabdda96f3e601cb75c00e7355814718d1206525b30999f8188d14fd2c24e7ee54ae03f7a34df20229 SHA512 cca78c033af90ab649ebe68dc849ba0259085423d6a00f562cd29046a1cc726878562e48c8dc1143d20703f7067ac89ca39c1677fba6389dae9b780cbb47d2f8
+DIST sequel-5.91.0.tar.gz 1818042 BLAKE2B c46c236bb528d801edd9ce239321fc05f6a160d6c4f49b51e9c657652247e0547600b56ba47b4f66a2686522d37d23d8f332853193d776ac6e793dbbc7718ab0 SHA512 93c18d879d9b097ffe7f2b111f6511bb7938e385d1951140270292dd9e5ca2080facd5e55e44333aaab9ed349d85644f62c45b362425e35947c71879004bd14d
diff --git a/dev-ruby/sequel/sequel-5.91.0.ebuild b/dev-ruby/sequel/sequel-5.91.0.ebuild
new file mode 100644
index 000000000000..77b300f92de9
--- /dev/null
+++ b/dev-ruby/sequel/sequel-5.91.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="ruby31 ruby32 ruby33"
+
+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"
+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
+)"
next reply other threads:[~2025-04-02 5:26 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-02 5:26 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-02 5:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sequel/ 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=1743571378.b4a5f3045611bb00d166fd2d2d70e714a097469c.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