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/oauth/
Date: Mon, 05 Jul 2021 11:51:44
Message-Id: 1625485885.3b98c326191927cbca3220712d53100dc3794c45.graaff@gentoo
1 commit: 3b98c326191927cbca3220712d53100dc3794c45
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 06:12:09 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 11:51:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b98c326
7
8 dev-ruby/oauth: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/oauth/Manifest | 2 --
14 dev-ruby/oauth/oauth-0.5.4.ebuild | 39 ---------------------------------------
15 dev-ruby/oauth/oauth-0.5.5.ebuild | 39 ---------------------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/dev-ruby/oauth/Manifest b/dev-ruby/oauth/Manifest
19 index 0b8ec66c9ae..45230fd3af3 100644
20 --- a/dev-ruby/oauth/Manifest
21 +++ b/dev-ruby/oauth/Manifest
22 @@ -1,3 +1 @@
23 -DIST oauth-0.5.4.tar.gz 59141 BLAKE2B 1e588d411795b7c5b4ae5b7b3c9928b69aaa005bef858137759757e9f06d6de144408e4dba33d7fbf82a3f2586238a71b85b89c681f5d633453dfe0da954a2fb SHA512 f114f80255944934a276d0f9556ed37e4a0a72b221269cf7792f2c3a5a1504c5ec726fd5b7437b1102c648a6cf451a1c83de4689f53d30ea8c6a1d62662de535
24 -DIST oauth-0.5.5.tar.gz 60289 BLAKE2B 28a283bdb251b791ab6e0d50e6ed7db09445177bcaf5a99258c465e3783c5535f7d6acee356ec2f7559a942d1146ae8487260f8945f3138de670c20c60d7068c SHA512 9db8d68950b46b469777e320dea88e14506be846233f7c24e7dcdf9b57e761c43a7b715fa70f32a41b15ac7936a586e8b49a33af971fd0e9509d62827c69571f
25 DIST oauth-0.5.6.tar.gz 60887 BLAKE2B 8dea7bc6b1a3c9d5befa5badbda105fed28004d6627624fedaf1572cc261421e3a8636019bb0a600a28fb6aa933d2b1be5faf613ae3062f7d50b314b86059b17 SHA512 dcb516b90d6cf0ff3f1071fa7bf1e1b30cd998c79205f9a6df001d5c04784ad23ecd430b4e04565a6351efcc780b552dfc38ea962d0a938c9e19a6e5bd3fe070
26
27 diff --git a/dev-ruby/oauth/oauth-0.5.4.ebuild b/dev-ruby/oauth/oauth-0.5.4.ebuild
28 deleted file mode 100644
29 index f8e8976472f..00000000000
30 --- a/dev-ruby/oauth/oauth-0.5.4.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -
41 -RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="A RubyGem for implementing both OAuth clients and servers"
46 -HOMEPAGE="https://github.com/oauth-xx/oauth-ruby"
47 -SRC_URI="https://github.com/oauth-xx/oauth-ruby/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -RUBY_S="${PN}-ruby-${PV}"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~ppc ~x86"
53 -IUSE=""
54 -
55 -ruby_add_bdepend "test? (
56 - dev-ruby/bundler
57 - dev-ruby/test-unit:2
58 - dev-ruby/mocha:1.0
59 - dev-ruby/webmock
60 - dev-ruby/rack
61 - dev-ruby/actionpack:5.2
62 - dev-ruby/railties:5.2
63 -)"
64 -
65 -all_ruby_prepare() {
66 - # Require a compatible version of mocha
67 - sed -i -e '1igem "mocha", "~> 1.0"; gem "railties", "~>5.2.0" ; gem "actionpack", "~>5.2.0"' \
68 - -e '2i gem "test-unit"; require "test/unit"' \
69 - -e '/mocha/ s/mini_test/minitest/' \
70 - -e '/\(byebug\|minitest_helpers\|simplecov\)/I s:^:#:' test/test_helper.rb || die
71 -}
72
73 diff --git a/dev-ruby/oauth/oauth-0.5.5.ebuild b/dev-ruby/oauth/oauth-0.5.5.ebuild
74 deleted file mode 100644
75 index 7fdf4be49c4..00000000000
76 --- a/dev-ruby/oauth/oauth-0.5.5.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -USE_RUBY="ruby25 ruby26 ruby27"
84 -
85 -RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO"
86 -
87 -RUBY_FAKEGEM_GEMSPEC="oauth.gemspec"
88 -
89 -inherit ruby-fakegem
90 -
91 -DESCRIPTION="A RubyGem for implementing both OAuth clients and servers"
92 -HOMEPAGE="https://github.com/oauth-xx/oauth-ruby"
93 -SRC_URI="https://github.com/oauth-xx/oauth-ruby/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94 -RUBY_S="${PN}-ruby-${PV}"
95 -
96 -LICENSE="MIT"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~ppc ~x86"
99 -IUSE=""
100 -
101 -ruby_add_bdepend "test? (
102 - dev-ruby/bundler
103 - dev-ruby/test-unit:2
104 - dev-ruby/mocha:1.0
105 - dev-ruby/webmock
106 - dev-ruby/rack
107 - dev-ruby/actionpack:6.0
108 - dev-ruby/railties:6.0
109 -)"
110 -
111 -all_ruby_prepare() {
112 - # Require a compatible version of mocha
113 - sed -i -e '1igem "mocha", "~> 1.0"; gem "railties", "~>6.0.0" ; gem "actionpack", "~>6.0.0"' \
114 - -e '2i gem "test-unit"; require "test/unit"' \
115 - -e '/mocha/ s/mini_test/minitest/' \
116 - -e '/\(byebug\|minitest_helpers\|simplecov\)/I s:^:#:' test/test_helper.rb || die
117 -}