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: Tue,  2 Jan 2024 07:11:13 +0000 (UTC)	[thread overview]
Message-ID: <1704179459.74700869afc421c9b98dd4e88cf9fa90bbcc054e.graaff@gentoo> (raw)

commit:     74700869afc421c9b98dd4e88cf9fa90bbcc054e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 07:10:59 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 07:10:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74700869

dev-ruby/sequel: drop 5.71.0, 5.72.0, 5.73.0

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

 dev-ruby/sequel/Manifest             |  3 ---
 dev-ruby/sequel/sequel-5.71.0.ebuild | 31 -------------------------------
 dev-ruby/sequel/sequel-5.72.0.ebuild | 33 ---------------------------------
 dev-ruby/sequel/sequel-5.73.0.ebuild | 33 ---------------------------------
 4 files changed, 100 deletions(-)

diff --git a/dev-ruby/sequel/Manifest b/dev-ruby/sequel/Manifest
index 6f0d4220ce0d..da8f7569974e 100644
--- a/dev-ruby/sequel/Manifest
+++ b/dev-ruby/sequel/Manifest
@@ -1,6 +1,3 @@
-DIST sequel-5.71.0.tar.gz 1738648 BLAKE2B 88837e479680695bdac2e4dbabe824052820ce3061b0fa128fc8083389ce3f94caebf9d17e5349a0bda7d171c22fc13b09048ea8cd36d8631df6f51e1181723b SHA512 283d5a8783d9fd87dd394131c23422d10071cce3f6c0797a7be26cc2d2934309dc867d0479a1c525fe2422a3ab1137452218a259897eaf66d4afce44c06b1882
-DIST sequel-5.72.0.tar.gz 1743121 BLAKE2B 8c5211ba20e8cf58d469d05ad02664cae9669c7d13211a1f96e4e8be2b7dde50316d3755d1673c7c419dc9559716d5bcae1235053e2d0afb51b8764400c04048 SHA512 4f0e65dc85d1a59f0801cf0735ce777683227423d6acec1d28e652f2ca8b34c704177898a5aed108dbc1a7834903493ecda40cdc8ea399eab5d39c930e3f927f
-DIST sequel-5.73.0.tar.gz 1749172 BLAKE2B 8d2e637d06b9e6e8813ceab47e3d3b062d94fc17a9627a025e5fcd25e2e61b960da2a57bcc6b1cbbf69094a27fe458b29cd625138743607e833ca191eac975d2 SHA512 a86cb1441d3f4f3d2a48b924bc029dcec215268be98d62be1a69bbd4aaee48bc720cce52d93e890997b459e8ff26eeddab456d63f309149cb4c84314e275f08e
 DIST sequel-5.74.0.tar.gz 1751332 BLAKE2B 2f75703fce84e987ddffe5049f75a656ebc1363e62f350059feb1ac986f5c0e48a7712817f5ac654128055c4fa753b74d7b69b781c1f4b4de74d904c61d56aab SHA512 4f4c11ffedf6dad79fc8b89e601bcda2061bfc3d8f67c41559630d1b7c83ab0da0ad1fb2c7f1ad3999e0db541b5da4df2413de00e1947211d8013eeaf1a34307
 DIST sequel-5.75.0.tar.gz 1753433 BLAKE2B 9315198887f267010a5d325a880c974681ac080f822c5191ccf4bdeaa3cd64bfc0cd54736e5ced1ae0c3f5cc77da1a721e631aaf7e344b39fc752f3f91ec5dba SHA512 ecef39140d3b15d309f06aac36f7196dd46e2c737732a95843f50e91fb0cf998c39749d8dd7d0f6352d676c82aef0bbb23bfb75e6b4ace301ac37a61fd9bef78
 DIST sequel-5.76.0.tar.gz 1758202 BLAKE2B f8b28d5cb5f03281a7649f654e65d809134421aff68e363d5f887113fa9b5f7a8ccf64c9f96d4451c274ebdedd3996d0504c65abc40ce942c5be12ac69865b21 SHA512 71da653013ba27e32288ed801cf45096b2878cb50bdae9db14b82554aed4a70743b49de3453c35f68726bec91a2ff57503c040e3e7b2f66beac30bf2b8bbe2e6

diff --git a/dev-ruby/sequel/sequel-5.71.0.ebuild b/dev-ruby/sequel/sequel-5.71.0.ebuild
deleted file mode 100644
index 68c8a597de1b..000000000000
--- a/dev-ruby/sequel/sequel-5.71.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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_bdepend "test? (
-	dev-ruby/activemodel
-	dev-ruby/minitest
-	dev-ruby/minitest-global_expectations
-	dev-ruby/minitest-hooks
-	dev-ruby/nokogiri
-	dev-ruby/tzinfo
-)"

diff --git a/dev-ruby/sequel/sequel-5.72.0.ebuild b/dev-ruby/sequel/sequel-5.72.0.ebuild
deleted file mode 100644
index 9cffa9a08213..000000000000
--- a/dev-ruby/sequel/sequel-5.72.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32"
-
-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
-)"

diff --git a/dev-ruby/sequel/sequel-5.73.0.ebuild b/dev-ruby/sequel/sequel-5.73.0.ebuild
deleted file mode 100644
index 9cffa9a08213..000000000000
--- a/dev-ruby/sequel/sequel-5.73.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32"
-
-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-01-02  7:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02  7:11 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-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
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=1704179459.74700869afc421c9b98dd4e88cf9fa90bbcc054e.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