Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-openid/
Date: Thu, 25 Nov 2021 09:10:04
Message-Id: 1637831391.f32d202190a7c86886169a5f69d698758b112a8c.graaff@gentoo
1 commit: f32d202190a7c86886169a5f69d698758b112a8c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 07:53:02 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 09:09:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32d2021
7
8 dev-ruby/rack-openid: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rack-openid/rack-openid-1.4.2.ebuild | 33 ---------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild b/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild
17 deleted file mode 100644
18 index 9428dfa1bafe..000000000000
19 --- a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_TASK_DOC=""
30 -RUBY_FAKEGEM_EXTRADOC="Readme.md"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Provides a more HTTPish API around the ruby-openid library"
35 -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -HOMEPAGE="https://github.com/grosser/rack-openid"
37 -LICENSE="MIT"
38 -
39 -KEYWORDS="~amd64 ~x86"
40 -SLOT="0"
41 -IUSE=""
42 -
43 -ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0:*"
44 -
45 -all_ruby_prepare() {
46 - sed -i -e '/[Bb]undler/d' -e '/minitest\/rg/d' -e '/[Ll]og/d' test/helper.rb || die
47 -}
48 -
49 -each_ruby_test() {
50 - ${RUBY} -Ilib test/test_rack_openid.rb || die
51 - # Needs unpackaged rots dependency https://github.com/roman/rots
52 - # No release available right now
53 - #${RUBY} -Ilib test/test_integration.rb || die
54 -}