commit:     fc744bb6ec200efda1721933d3795b3c0432f8cf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 13:12:06 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 13:27:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc744bb6

dev-ruby/jwt: drop 2.9.3, 2.10.0

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

 dev-ruby/jwt/Manifest          |  2 --
 dev-ruby/jwt/jwt-2.10.0.ebuild | 35 -----------------------------------
 dev-ruby/jwt/jwt-2.9.3.ebuild  | 35 -----------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
index 61c0b02f8977..cafb8a119a56 100644
--- a/dev-ruby/jwt/Manifest
+++ b/dev-ruby/jwt/Manifest
@@ -1,3 +1 @@
-DIST jwt-2.10.0.tar.gz 88175 BLAKE2B 
ab8c5253708fe4ddd9d4b01a2815a8e1555489899ca12f2caad3ca088514b4ffdeee4220aa7f92b6221b6212958c75e8f202755ab822fee4f9f1bca4161ec551
 SHA512 
6f8072acd2f76692805662aa08d9e2ba735a4f2f7328124049ebf1d1b7f508cadbbecfceb2a7df1a3e921436925c936a8a5a601e66bc188ea2774dc5d3802dbf
 DIST jwt-2.10.1.tar.gz 88211 BLAKE2B 
765f166ef7bbde77c47e66e04778ab6ad0f2d66aaa2b79deb153117488c171cf655f5660d96a6f2aaa7887f699d1527eb6ff2ba93465533547f6a86259d66ae8
 SHA512 
f7ad9597d83c26af110f48217494f606362f33947f9ffeb1219c9c5b412b6ab5098a4ccb9198648b0bf5f9bcc79d3435ee339504411f3c32cd0c2b104fa2c73e
-DIST jwt-2.9.3.tar.gz 80775 BLAKE2B 
1bf84271f548213feefd45e3dee36b897e71c64e5dcd3a35060ec833cf832cd9d821b0ab1767ba3b957ba73ed870608aecbd73840a9de24489547a2ae5d919c4
 SHA512 
56f242a665d997cae4ae5e2ed361fd8b0a3fe181e122f3df61c9ff110104c2f558a8a8e6ee5f0594d8c10fe9823564df295d4045b5f37b857fcb22b9a99685fc

diff --git a/dev-ruby/jwt/jwt-2.10.0.ebuild b/dev-ruby/jwt/jwt-2.10.0.ebuild
deleted file mode 100644
index 3d4c89f1258e..000000000000
--- a/dev-ruby/jwt/jwt-2.10.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
-HOMEPAGE="https://github.com/jwt/ruby-jwt";
-SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="eddsa test"
-
-RUBY_S="ruby-jwt-${PV}"
-
-ruby_add_rdepend "dev-ruby/base64 eddsa? ( dev-ruby/rbnacl )"
-
-ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
-
-all_ruby_prepare() {
-       sed -i -e "/simplecov/ s:^:#:" \
-               -e '/^SimpleCov.start/,/^end/ s:^:#:' \
-               spec/spec_helper.rb || die
-
-       sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

diff --git a/dev-ruby/jwt/jwt-2.9.3.ebuild b/dev-ruby/jwt/jwt-2.9.3.ebuild
deleted file mode 100644
index 3d4c89f1258e..000000000000
--- a/dev-ruby/jwt/jwt-2.9.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
-HOMEPAGE="https://github.com/jwt/ruby-jwt";
-SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="eddsa test"
-
-RUBY_S="ruby-jwt-${PV}"
-
-ruby_add_rdepend "dev-ruby/base64 eddsa? ( dev-ruby/rbnacl )"
-
-ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
-
-all_ruby_prepare() {
-       sed -i -e "/simplecov/ s:^:#:" \
-               -e '/^SimpleCov.start/,/^end/ s:^:#:' \
-               spec/spec_helper.rb || die
-
-       sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

Reply via email to