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/omniauth/
Date: Fri, 29 Sep 2017 14:20:13
Message-Id: 1506694780.01d5fd905b1121512ac8871101c2e9fddc065490.graaff@gentoo
1 commit: 01d5fd905b1121512ac8871101c2e9fddc065490
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 08:16:47 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 14:19:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d5fd90
7
8 dev-ruby/omniauth: cleanup
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 dev-ruby/omniauth/Manifest | 3 ---
13 dev-ruby/omniauth/omniauth-1.3.1.ebuild | 45 --------------------------------
14 dev-ruby/omniauth/omniauth-1.3.2.ebuild | 46 ---------------------------------
15 dev-ruby/omniauth/omniauth-1.4.0.ebuild | 46 ---------------------------------
16 4 files changed, 140 deletions(-)
17
18 diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
19 index f5a6e90828f..2db4fd0907a 100644
20 --- a/dev-ruby/omniauth/Manifest
21 +++ b/dev-ruby/omniauth/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST omniauth-1.3.1.tar.gz 23759 SHA256 a5043cd38442600320cfd92672f9985be3dc556f51fef63989f46bc21d69aa9e SHA512 4959d568cf8d2b4e874fd2a5a8e842a8be4705a5df525ad691a1a1d31de0d702023327cc8f9bc934539c25bcde06dc65714f830eaeb8f97b323fc297b99c4c0a WHIRLPOOL 5363a764e2526b9ffab9b17c939ccc31d5fb5fec365566b6b1bb90918f5c0bc8a9daee5075719a6c61a57d3610c466553443d7988249bb9ada73e0407a85f1b4
24 -DIST omniauth-1.3.2.tar.gz 23598 SHA256 d3780cc9c945ab74362d2aa93250ce84a2c18f940b3a42cde1c6dfbb1f873a13 SHA512 43b27f370f8ea86105952c61a087534f19328680303e1c5e9ad9877420b4f4086d463dae17722a7a13f55ef28d7cef508c52b25e0279961b1f6dc3e133696f3a WHIRLPOOL 65e8dd2ec1c1ed74f4cc7aa16c9561a6d097a98952ee64dfe6a56e16e2036ad8a2b5f7a677453310465dc56c9d8072cf07bfc6dfe61a56d567a9adc7ecd5ad39
25 -DIST omniauth-1.4.0.tar.gz 24476 SHA256 6998cca7fb2ed620f5ae400b9d88ae54a26def8bd714a0f2eb495efed24494fd SHA512 8953c0cd451d622ff9ace3324187081e405f50c5d89c35a2ab3151f491dc0108757ba1be40546cfb74bb8e179d2a25563c0f5713d72a8e012ceec33d184eaaec WHIRLPOOL 27bd779015982aff510cd1e0c96428c78e6a8c290bc8f19a269eda792d47ff0aadc16d47723c63e0aa2e1e48b49799c6d9219c801dba3ad1848da52a704aff1c
26 DIST omniauth-1.6.0.tar.gz 25205 SHA256 9eae49f049f47f646540d21c257b596a25179cd4466927362a97dc852fe4664c SHA512 fb989ba7aef74bd3d2c185d6401cf263ef6169abc3018f51ae7ed99921b9f339c60fc2735582f559a0e0726338bb8d114973588155239fde2bff5805ad520bc2 WHIRLPOOL 33a83c09a775297fdc9346530e0935ccdb7985075e9e520dd8e6d30eb16a33fcc69baa7d9479c12689755122452cff1c8cf1cb1e8f390da3270bb2900b8d6834
27 DIST omniauth-1.6.1.tar.gz 25094 SHA256 9a6cb873857f30468cff0024b73ead30ac46bd5da98be2db0b2e72a20b73f0d4 SHA512 5cb372ef4c8b78d5d110eb3f2f828ac3af5d14f230ed3a7d81f0464e21f0d3a434604fe2102874a3b6c341cbe9ad4db4af575229c77592c11e756bb38ab3b80b WHIRLPOOL b7711d6f5526e96e2d249cd2bc83e01b65d7fc8feb4f46bf660ce8f43979177168d9a9065876db6c9062f282907e6750649cfb350d1aa56cd7b3ec168f64e096
28
29 diff --git a/dev-ruby/omniauth/omniauth-1.3.1.ebuild b/dev-ruby/omniauth/omniauth-1.3.1.ebuild
30 deleted file mode 100644
31 index 73d34a33945..00000000000
32 --- a/dev-ruby/omniauth/omniauth-1.3.1.ebuild
33 +++ /dev/null
34 @@ -1,45 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
40 -
41 -RUBY_FAKEGEM_EXTRADOC="README.md"
42 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
43 -RUBY_FAKEGEM_RECIPE_DOC="none"
44 -RUBY_FAKEGEM_DOCDIR="doc"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
51 -HOMEPAGE="https://github.com/intridea/omniauth"
52 -SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 -LICENSE="MIT"
54 -KEYWORDS="~amd64"
55 -SLOT="0"
56 -IUSE=""
57 -
58 -ruby_add_rdepend "dev-ruby/rack:*
59 - >=dev-ruby/hashie-1.2:* <dev-ruby/hashie-4:*"
60 -ruby_add_bdepend "doc? ( dev-ruby/yard )
61 - test? ( dev-ruby/rack-test )"
62 -
63 -all_ruby_prepare() {
64 - sed -i -e '/[Bb]undler/d' \
65 - Rakefile ${PN}.gemspec || die "sed failed"
66 - sed -i -e '/RUBY_VERSION/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
67 - # maruku fails, resorting to default markdown implementation
68 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
69 -
70 - sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
71 -}
72 -
73 -all_ruby_compile() {
74 - all_fakegem_compile
75 -
76 - if use doc ; then
77 - yard || die "yard failed"
78 - fi
79 -}
80
81 diff --git a/dev-ruby/omniauth/omniauth-1.3.2.ebuild b/dev-ruby/omniauth/omniauth-1.3.2.ebuild
82 deleted file mode 100644
83 index 43734a052d2..00000000000
84 --- a/dev-ruby/omniauth/omniauth-1.3.2.ebuild
85 +++ /dev/null
86 @@ -1,46 +0,0 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -USE_RUBY="ruby21 ruby22 ruby23"
92 -
93 -RUBY_FAKEGEM_EXTRADOC="README.md"
94 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
95 -RUBY_FAKEGEM_RECIPE_DOC="none"
96 -RUBY_FAKEGEM_DOCDIR="doc"
97 -
98 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
99 -
100 -inherit ruby-fakegem
101 -
102 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
103 -HOMEPAGE="https://github.com/intridea/omniauth"
104 -SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
105 -LICENSE="MIT"
106 -KEYWORDS="~amd64"
107 -SLOT="0"
108 -IUSE=""
109 -
110 -ruby_add_rdepend "
111 - >=dev-ruby/rack-1.0:* <dev-ruby/rack-3:*
112 - >=dev-ruby/hashie-1.2:* <dev-ruby/hashie-4:*"
113 -ruby_add_bdepend "doc? ( dev-ruby/yard )
114 - test? ( dev-ruby/rack-test )"
115 -
116 -all_ruby_prepare() {
117 - sed -i -e '/[Bb]undler/d' \
118 - Rakefile ${PN}.gemspec || die "sed failed"
119 - sed -i -e '/RUBY_VERSION/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
120 - # maruku fails, resorting to default markdown implementation
121 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
122 -
123 - sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
124 -}
125 -
126 -all_ruby_compile() {
127 - all_fakegem_compile
128 -
129 - if use doc ; then
130 - yard || die "yard failed"
131 - fi
132 -}
133
134 diff --git a/dev-ruby/omniauth/omniauth-1.4.0.ebuild b/dev-ruby/omniauth/omniauth-1.4.0.ebuild
135 deleted file mode 100644
136 index aa4ec863907..00000000000
137 --- a/dev-ruby/omniauth/omniauth-1.4.0.ebuild
138 +++ /dev/null
139 @@ -1,46 +0,0 @@
140 -# Copyright 1999-2017 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=5
144 -USE_RUBY="ruby21 ruby22 ruby23"
145 -
146 -RUBY_FAKEGEM_EXTRADOC="README.md"
147 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
148 -RUBY_FAKEGEM_RECIPE_DOC="none"
149 -RUBY_FAKEGEM_DOCDIR="doc"
150 -
151 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
152 -
153 -inherit ruby-fakegem
154 -
155 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
156 -HOMEPAGE="https://github.com/intridea/omniauth"
157 -SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
158 -LICENSE="MIT"
159 -KEYWORDS="~amd64"
160 -SLOT="0"
161 -IUSE=""
162 -
163 -ruby_add_rdepend "
164 - >=dev-ruby/rack-1.0:* <dev-ruby/rack-3:*
165 - >=dev-ruby/hashie-1.2:* <dev-ruby/hashie-4:*"
166 -ruby_add_bdepend "doc? ( dev-ruby/yard )
167 - test? ( dev-ruby/rack-test )"
168 -
169 -all_ruby_prepare() {
170 - sed -i -e '/[Bb]undler/d' \
171 - Rakefile ${PN}.gemspec || die "sed failed"
172 - sed -i -e '/RUBY_VERSION/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
173 - # maruku fails, resorting to default markdown implementation
174 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
175 -
176 - sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
177 -}
178 -
179 -all_ruby_compile() {
180 - all_fakegem_compile
181 -
182 - if use doc ; then
183 - yard || die "yard failed"
184 - fi
185 -}