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: Thu, 20 Jun 2024 05:30:31 +0000 (UTC)	[thread overview]
Message-ID: <1718861316.a1bfe9247c2460fb17e66d10ede0419a6c36cbb0.graaff@gentoo> (raw)

commit:     a1bfe9247c2460fb17e66d10ede0419a6c36cbb0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 05:28:36 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 05:28:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bfe924

dev-ruby/sequel: add 5.81.0

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

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

diff --git a/dev-ruby/sequel/Manifest b/dev-ruby/sequel/Manifest
index 89917ef2a49e..1e7cc5036491 100644
--- a/dev-ruby/sequel/Manifest
+++ b/dev-ruby/sequel/Manifest
@@ -3,3 +3,4 @@ DIST sequel-5.75.0.tar.gz 1753433 BLAKE2B 9315198887f267010a5d325a880c974681ac08
 DIST sequel-5.76.0.tar.gz 1758202 BLAKE2B f8b28d5cb5f03281a7649f654e65d809134421aff68e363d5f887113fa9b5f7a8ccf64c9f96d4451c274ebdedd3996d0504c65abc40ce942c5be12ac69865b21 SHA512 71da653013ba27e32288ed801cf45096b2878cb50bdae9db14b82554aed4a70743b49de3453c35f68726bec91a2ff57503c040e3e7b2f66beac30bf2b8bbe2e6
 DIST sequel-5.77.0.tar.gz 1761861 BLAKE2B d3a99213a7862ff7a585ed07b2ab8645464cfc118da0120281d8d725cc3426983d3518fdc3050541a3b7a714e2d7b0754132a208fdddd126be385de1a13b25a3 SHA512 ead09479da174737cfdab79cf3bef42b801e2b7b351a8fa6b4000e984cbb7dad9c0e71ddb3f45afbed1829d32923673de4f3f62f0c278da4f85c3fbc65a7201b
 DIST sequel-5.78.0.tar.gz 1765505 BLAKE2B 5841d1eeb6065188855f40ff8f1812f694c5d2851a30911265eeb37d111e7df442e3888d22567470569bd0c7d0fced4bdb8b778a14a69f643b42ce2d7b6efb94 SHA512 f706e57cd9dfcb1ea304abe47d2eed40ad412767f3ac58b83e4904e38cb7e970faabe3e40c5c34a44369a7e8b9e526fa06b566eb3768eedd245c0878246a0b8e
+DIST sequel-5.81.0.tar.gz 1772506 BLAKE2B 45ae3cb98210818aa14ac6c540859f49e34b5ae79795fce1bbc81d2327c2086c5f8c87f40ded98fc25ecdcf123c25ef65450a124926faecf258f74962e1e7e6a SHA512 1b534ebb0346a0b0140e30975c7eebee4ae4eaed3e05fd9b2914e55b484cdc30e902821ef3092b20603d825989b72b7b767704a2c2936480d75893a2ba9f19ed

diff --git a/dev-ruby/sequel/sequel-5.81.0.ebuild b/dev-ruby/sequel/sequel-5.81.0.ebuild
new file mode 100644
index 000000000000..79946a650e04
--- /dev/null
+++ b/dev-ruby/sequel/sequel-5.81.0.ebuild
@@ -0,0 +1,33 @@
+# 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_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
+)"


             reply	other threads:[~2024-06-20  5:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20  5:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sequel/ 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-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=1718861316.a1bfe9247c2460fb17e66d10ede0419a6c36cbb0.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