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/oauth2/
Date: Thu, 07 May 2020 04:33:03
Message-Id: 1588825905.c001b3dce2ef1f7705c4e08923921f890d553a80.graaff@gentoo
1 commit: c001b3dce2ef1f7705c4e08923921f890d553a80
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 04:27:46 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 04:31:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c001b3dc
7
8 dev-ruby/oauth2: cleanup
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/oauth2/Manifest | 3 ---
14 dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild | 49 ----------------------------------
15 dev-ruby/oauth2/oauth2-1.4.1.ebuild | 49 ----------------------------------
16 dev-ruby/oauth2/oauth2-1.4.2.ebuild | 49 ----------------------------------
17 4 files changed, 150 deletions(-)
18
19 diff --git a/dev-ruby/oauth2/Manifest b/dev-ruby/oauth2/Manifest
20 index fe889b26544..4d2978b3295 100644
21 --- a/dev-ruby/oauth2/Manifest
22 +++ b/dev-ruby/oauth2/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST oauth2-1.4.0.tar.gz 21299 BLAKE2B 1fe4640b374450279e556477c23972030d3aecac4c96e9174e57458deaccfbfa012e3bb66fe3db5e845a4004b91b763dab6f68b885ed7c1ddb2710cda29a8486 SHA512 2db67cba2403be8ea5d6f88f9818f295c29c08201f8ea5876c55cffe2fa926be465a11061654adffd77d13da9c7e56353ece7e4595cd9501acdcfeb58573b300
25 -DIST oauth2-1.4.1.tar.gz 27946 BLAKE2B e6edd113db26bdad09697c45efa5490bfb49b5c3fafdb7337c5f5c2b135025cc43fe7de450b3e106c6abfb8acb3afd676181ebd6aa1c18f6c5255597b04006df SHA512 14c039d19bcd177506e2f6189797b1791b54bd3fbe53973ad471c44744e3179c02e2f7a855a0cafe332e66819f1708d86c1dd89cbe57668ad642efa49e924b25
26 -DIST oauth2-1.4.2.tar.gz 27168 BLAKE2B 687149a111247a9636985447e82f5776ed42333e85bea6e0c61ff8f05759ba66dd1d418ca6efd7f1b5de5b56a731f889fc53f3413f5fd426b73ee6d4ef9ca929 SHA512 14075637431c6636a51d49930eae14c0328b0325add4829703d539c70b8cc35285acb02948a90717ab44f9153a0a9425b2d1b6559641b790ec133935904391f6
27 DIST oauth2-1.4.3.tar.gz 28278 BLAKE2B 6d0055875073dca48e94a0449a5fff22b7be280c5b2f8e0b5b3234b3c8b079fde0671e211b0eb8d562bfc0cb437917adccb3f13c38450a8cd6a43f0f1a2373a5 SHA512 6ffdc7675ed301cd52e3320c01723fe2530a9dedc2b1fe534b42d01dacb7d4b017d79dbe0f9768f06ed8ace7ba596f9824a38d5509e82d09a3456f3a6b1fe453
28 DIST oauth2-1.4.4.tar.gz 28477 BLAKE2B 925008fcf4dd48da3b17c539713bf0f05f649d431ab1676293de625bef4165f31153271d48bbb0c6265c67d7bb6a3cbc7217ce155ba331b22a00d572a855a8ef SHA512 5398a25664e53d1942b0ecbe5d74ca9cc8f04a928c96073f40cfff207c4bf220634185320954a0d1f36944547fb48264855c9523318fbb79dd4a3779a7a46e79
29
30 diff --git a/dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild b/dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild
31 deleted file mode 100644
32 index 283663a9010..00000000000
33 --- a/dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild
34 +++ /dev/null
35 @@ -1,49 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -USE_RUBY="ruby23 ruby24 ruby25"
42 -
43 -RUBY_FAKEGEM_TASK_TEST="none"
44 -RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
45 -
46 -RUBY_FAKEGEM_DOCDIR="rdoc"
47 -RUBY_FAKEGEM_EXTRADOC="README.md"
48 -
49 -RUBY_FAKEGEM_GEMSPEC="oauth2.gemspec"
50 -
51 -inherit ruby-fakegem eutils
52 -
53 -DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the OAuth gem"
54 -HOMEPAGE="https://github.com/intridea/oauth2"
55 -SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60 -IUSE=""
61 -
62 -ruby_add_rdepend ">=dev-ruby/faraday-0.8 <dev-ruby/faraday-0.16
63 - >=dev-ruby/jwt-1.0 =dev-ruby/jwt-1*
64 - >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
65 - >=dev-ruby/multi_xml-0.5:0
66 - >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*"
67 -ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
68 -
69 -all_ruby_prepare() {
70 - sed -i -e '/faraday/ s/0.13/0.16/' ${RUBY_FAKEGEM_GEMSPEC} || die
71 -
72 - sed -i -e '/simplecov/,/^ end/ s:^:#:' \
73 - -e '1irequire "uri"' spec/helper.rb || die
74 -
75 - sed -i -e '/yardstick/,/^end/ s:^:#:' \
76 - -e '/bundler/I s:^:#:' Rakefile || die
77 -
78 - # Avoid spec that is too fragile in relation to ENV
79 - sed -i -e '/outputs to $stdout when OAUTH_DEBUG=true/a skip "fragile ENV stubbing"' spec/oauth2/client_spec.rb || die
80 -}
81 -
82 -each_ruby_test() {
83 - CI=true ${RUBY} -S rspec-3 spec || die
84 -}
85
86 diff --git a/dev-ruby/oauth2/oauth2-1.4.1.ebuild b/dev-ruby/oauth2/oauth2-1.4.1.ebuild
87 deleted file mode 100644
88 index 93742d94245..00000000000
89 --- a/dev-ruby/oauth2/oauth2-1.4.1.ebuild
90 +++ /dev/null
91 @@ -1,49 +0,0 @@
92 -# Copyright 1999-2019 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -
97 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
98 -
99 -RUBY_FAKEGEM_TASK_TEST="none"
100 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
101 -
102 -RUBY_FAKEGEM_DOCDIR="rdoc"
103 -RUBY_FAKEGEM_EXTRADOC="README.md"
104 -
105 -RUBY_FAKEGEM_GEMSPEC="oauth2.gemspec"
106 -
107 -inherit ruby-fakegem eutils
108 -
109 -DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the OAuth gem"
110 -HOMEPAGE="https://github.com/intridea/oauth2"
111 -SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
112 -
113 -LICENSE="MIT"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
116 -IUSE=""
117 -
118 -ruby_add_rdepend ">=dev-ruby/faraday-0.8 <dev-ruby/faraday-0.16
119 - || ( dev-ruby/jwt:2 dev-ruby/jwt:0 )
120 - >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
121 - >=dev-ruby/multi_xml-0.5:0
122 - >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*"
123 -ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
124 -
125 -all_ruby_prepare() {
126 - sed -i -e '/simplecov/,/^ end/ s:^:#:' \
127 - -e '1irequire "uri"' spec/helper.rb || die
128 -
129 - sed -i -e '/yardstick/,/^end/ s:^:#:' \
130 - -e '/bundler/I s:^:#:' Rakefile || die
131 -
132 - # Avoid spec that is too fragile in relation to ENV
133 - sed -i -e '/outputs to $stdout when OAUTH_DEBUG=true/a skip "fragile ENV stubbing"' spec/oauth2/client_spec.rb || die
134 -
135 - sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
136 -}
137 -
138 -each_ruby_test() {
139 - CI=true ${RUBY} -S rspec-3 spec || die
140 -}
141
142 diff --git a/dev-ruby/oauth2/oauth2-1.4.2.ebuild b/dev-ruby/oauth2/oauth2-1.4.2.ebuild
143 deleted file mode 100644
144 index f046e1a04dd..00000000000
145 --- a/dev-ruby/oauth2/oauth2-1.4.2.ebuild
146 +++ /dev/null
147 @@ -1,49 +0,0 @@
148 -# Copyright 1999-2020 Gentoo Authors
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=7
152 -
153 -USE_RUBY="ruby24 ruby25 ruby26"
154 -
155 -RUBY_FAKEGEM_TASK_TEST="none"
156 -
157 -RUBY_FAKEGEM_DOCDIR="rdoc"
158 -RUBY_FAKEGEM_EXTRADOC="README.md"
159 -
160 -RUBY_FAKEGEM_GEMSPEC="oauth2.gemspec"
161 -
162 -inherit ruby-fakegem eutils
163 -
164 -DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the OAuth gem"
165 -HOMEPAGE="https://github.com/intridea/oauth2"
166 -SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
167 -
168 -LICENSE="MIT"
169 -SLOT="0"
170 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
171 -IUSE=""
172 -
173 -ruby_add_rdepend ">=dev-ruby/faraday-0.8 <dev-ruby/faraday-2.0
174 - || ( dev-ruby/jwt:2 dev-ruby/jwt:0 )
175 - >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
176 - >=dev-ruby/multi_xml-0.5:0
177 - >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*"
178 -ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
179 -
180 -all_ruby_prepare() {
181 - sed -i -e '/simplecov/,/^ end/ s:^:#:' \
182 - -e '/silent/I s:^:#:' \
183 - -e '1irequire "uri"' spec/helper.rb || die
184 -
185 - sed -i -e '/yardstick/,/^end/ s:^:#:' \
186 - -e '/bundler/I s:^:#:' Rakefile || die
187 -
188 - # Avoid spec that is too fragile in relation to ENV
189 - sed -i -e '/outputs to $stdout when OAUTH_DEBUG=true/a skip "fragile ENV stubbing"' spec/oauth2/client_spec.rb || die
190 -
191 - sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
192 -}
193 -
194 -each_ruby_test() {
195 - CI=true ${RUBY} -S rspec-3 spec || die
196 -}