From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD7E2158087 for ; Thu, 25 Nov 2021 09:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A422CE07D0; Thu, 25 Nov 2021 09:10:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 098BFE07B2 for ; Thu, 25 Nov 2021 09:10:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4D1F3430F7 for ; Thu, 25 Nov 2021 09:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF7A11E2 for ; Thu, 25 Nov 2021 09:09:58 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1637831391.f32d202190a7c86886169a5f69d698758b112a8c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-openid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-openid/rack-openid-1.4.2.ebuild X-VCS-Directories: dev-ruby/rack-openid/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f32d202190a7c86886169a5f69d698758b112a8c X-VCS-Branch: master Date: Thu, 25 Nov 2021 09:09:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c18da55c-b261-431c-921b-01f49f55f03a X-Archives-Hash: 29589eb0eab746f3a5f5aeaae3476a76 commit: f32d202190a7c86886169a5f69d698758b112a8c Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 25 07:53:02 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Nov 25 09:09:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32d2021 dev-ruby/rack-openid: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rack-openid/rack-openid-1.4.2.ebuild | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild b/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild deleted file mode 100644 index 9428dfa1bafe..000000000000 --- a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="Readme.md" - -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" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -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 -} - -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 -}