commit: 5ee4bd4a649d4f859b4fb275787b151c50131ad1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 20:23:16 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 20:23:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee4bd4a
dev-ruby/ruby-openid: treeclean Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-ruby/ruby-openid/Manifest | 1 - dev-ruby/ruby-openid/metadata.xml | 11 -------- dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild | 39 --------------------------- profiles/package.mask | 6 ----- 4 files changed, 57 deletions(-) diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest deleted file mode 100644 index f3c3817e0965..000000000000 --- a/dev-ruby/ruby-openid/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780 SHA512 5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075 diff --git a/dev-ruby/ruby-openid/metadata.xml b/dev-ruby/ruby-openid/metadata.xml deleted file mode 100644 index eb082c4ef34f..000000000000 --- a/dev-ruby/ruby-openid/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">openid/ruby-openid</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild deleted file mode 100644 index ffcefcbc6ac1..000000000000 --- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md" - -RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A robust library for verifying and serving OpenID identities" -HOMEPAGE="https://github.com/openid/ruby-openid" -SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/webrick )" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die - - # Avoid test failing due to new sematics in ruby 3 - sed -i -e '/test_no_host/askip "Ruby 3 incompatibility"' test/test_discover.rb || die - - # Fix Bignum deprecation in tests - sed -i -e 's/Bignum/Integer/' test/test_cryptutil.rb || die -} - -all_ruby_install() { - all_fakegem_install - - dodoc -r examples -} diff --git a/profiles/package.mask b/profiles/package.mask index 8d974c3a3845..b6aef0005110 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -221,12 +221,6 @@ media-sound/pulseaudio # Version yanked due to "unintended change in behavior". =dev-python/click-8.2.2 -# Hans de Graaff <[email protected]> (2025-08-08) -# ruby-openid fails tests and is archived upstream. Last release 6 years -# ago. rack-openid is the only reverse dependency. -# Removal on 2025-09-08 -dev-ruby/ruby-openid - # Eli Schwartz <[email protected]> (2025-07-18) # End of life software. Relies on a commercial internet service which removed # suppor for the old APIs this package needs. Impossible to use anymore.
