dev-ruby/rack-openid: treeclean

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-10-01 23:22:59 +03:00
parent d4679990e1
commit c93fa2d7e0
4 changed files with 0 additions and 48 deletions

View File

@@ -1 +0,0 @@
DIST rack-openid-1.4.2.tar.gz 9444 BLAKE2B 0aa675ff4b6a67fe21b93d245111415f5e483f7b4a210f819a1f1eb6b242f6d75a1c182a2965a57350eb6bf2a088989c90d4b3c0348a4643a3889639759be3c0 SHA512 7b651899c7afc10d11358bd6de075f2f902c2188ce5f9d7bb6d1fb75ec77d1c53b11926ee254eead2229ac00312382540dd550debfc5fdc137e009011eadd321

View File

@@ -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>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">grosser/rack-openid</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,35 +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="Readme.md"
RUBY_FAKEGEM_GEMSPEC="rack-openid.gemspec"
inherit ruby-fakegem
DESCRIPTION="Provides a more HTTPish API around the ruby-openid library"
SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/grosser/rack-openid"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0:*"
all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' -e '/minitest\/rg/d' -e '/[Ll]og/d' test/helper.rb || die
sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
}
each_ruby_test() {
${RUBY} -Ilib test/test_rack_openid.rb || die
# Needs unpackaged rots dependency https://github.com/roman/rots
# No release available right now
#${RUBY} -Ilib test/test_integration.rb || die
}

View File

@@ -225,7 +225,6 @@ media-sound/pulseaudio
# 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/rack-openid
dev-ruby/ruby-openid
# Eli Schwartz <eschwartz@gentoo.org> (2025-07-18)