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: Wed, 07 Feb 2018 07:05:29
Message-Id: 1517987089.3a3d7c973596089851c86f00de634193743438c2.graaff@gentoo
1 commit: 3a3d7c973596089851c86f00de634193743438c2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 06:37:38 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 07:04:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3d7c97
7
8 dev-ruby/omniauth: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/omniauth/Manifest | 2 --
13 dev-ruby/omniauth/omniauth-1.6.1.ebuild | 46 ---------------------------------
14 dev-ruby/omniauth/omniauth-1.7.1.ebuild | 46 ---------------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
18 index f748ec48f82..f6f2ed063c6 100644
19 --- a/dev-ruby/omniauth/Manifest
20 +++ b/dev-ruby/omniauth/Manifest
21 @@ -1,3 +1 @@
22 -DIST omniauth-1.6.1.tar.gz 25094 BLAKE2B 45fa6c9d5eb249d5650adaf5e7a89e35ade8613cbc051b76e57b3332f26b8bc18a1645120a0590828c5dedc3034cf8ce5f107d1bcf88054cf5d27abb8d44c723 SHA512 5cb372ef4c8b78d5d110eb3f2f828ac3af5d14f230ed3a7d81f0464e21f0d3a434604fe2102874a3b6c341cbe9ad4db4af575229c77592c11e756bb38ab3b80b
23 -DIST omniauth-1.7.1.tar.gz 26002 BLAKE2B 180d0eba2a4dc6289411e5a56ee776dc1bb0a799d4f3c735803986b6d47e4de4d50e670157a2996b10e4d80d57f322a296d24af18b87b6c6de669dbd64253fd1 SHA512 ed951394f996eb7eb9ab90fb6e46957f8f85148cc29ffb90697a0f74819014327a8e1fb6e8dbd5be736961c7283dc6132586841d05b87043b8d5a20c12441f68
24 DIST omniauth-1.8.1.tar.gz 26016 BLAKE2B ad7f22a847bd91385ddce44efc89fb312b07ffe43d2b0fab3773e7c809959eb8a8b4567af5ba1a1e9fb9d559b692dec358bf16d6b1cb21b85f13521c20fa3415 SHA512 ad085d067971f3fef40e99be7f2e58a9bb006b404f8d7289c5c00be4ed7314ff9d40409053d2bda0a5072035d6e09295d22b8ae6b5d2a84384b245b5a0ae225a
25
26 diff --git a/dev-ruby/omniauth/omniauth-1.6.1.ebuild b/dev-ruby/omniauth/omniauth-1.6.1.ebuild
27 deleted file mode 100644
28 index ddea4b3b8f5..00000000000
29 --- a/dev-ruby/omniauth/omniauth-1.6.1.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -USE_RUBY="ruby21 ruby22 ruby23"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="README.md"
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
40 -RUBY_FAKEGEM_RECIPE_DOC="none"
41 -RUBY_FAKEGEM_DOCDIR="doc"
42 -
43 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
48 -HOMEPAGE="https://github.com/intridea/omniauth"
49 -SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 -LICENSE="MIT"
51 -KEYWORDS="~amd64"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -ruby_add_rdepend "
56 - >=dev-ruby/rack-1.6.2:* <dev-ruby/rack-3:*
57 - >=dev-ruby/hashie-3.4.6:3 <dev-ruby/hashie-3.6.0:3"
58 -ruby_add_bdepend "doc? ( dev-ruby/yard )
59 - test? ( dev-ruby/rack-test )"
60 -
61 -all_ruby_prepare() {
62 - sed -i -e '/[Bb]undler/d' \
63 - Rakefile ${PN}.gemspec || die "sed failed"
64 - sed -i -e '/RUBY_VERSION/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
65 - # maruku fails, resorting to default markdown implementation
66 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
67 -
68 - sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
69 -}
70 -
71 -all_ruby_compile() {
72 - all_fakegem_compile
73 -
74 - if use doc ; then
75 - yard || die "yard failed"
76 - fi
77 -}
78
79 diff --git a/dev-ruby/omniauth/omniauth-1.7.1.ebuild b/dev-ruby/omniauth/omniauth-1.7.1.ebuild
80 deleted file mode 100644
81 index 2c597ca3030..00000000000
82 --- a/dev-ruby/omniauth/omniauth-1.7.1.ebuild
83 +++ /dev/null
84 @@ -1,46 +0,0 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -USE_RUBY="ruby22 ruby23 ruby24"
90 -
91 -RUBY_FAKEGEM_EXTRADOC="README.md"
92 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
93 -RUBY_FAKEGEM_RECIPE_DOC="none"
94 -RUBY_FAKEGEM_DOCDIR="doc"
95 -
96 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
97 -
98 -inherit ruby-fakegem
99 -
100 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
101 -HOMEPAGE="https://github.com/intridea/omniauth"
102 -SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -LICENSE="MIT"
104 -KEYWORDS="~amd64"
105 -SLOT="0"
106 -IUSE=""
107 -
108 -ruby_add_rdepend "
109 - >=dev-ruby/rack-1.6.2:* <dev-ruby/rack-3:*
110 - >=dev-ruby/hashie-3.4.6:3 <dev-ruby/hashie-3.6.0:3"
111 -ruby_add_bdepend "doc? ( dev-ruby/yard )
112 - test? ( dev-ruby/rack-test )"
113 -
114 -all_ruby_prepare() {
115 - sed -i -e '/[Bb]undler/d' \
116 - Rakefile ${PN}.gemspec || die "sed failed"
117 - sed -i -e '/RUBY_VERSION/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
118 - # maruku fails, resorting to default markdown implementation
119 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
120 -
121 - sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
122 -}
123 -
124 -all_ruby_compile() {
125 - all_fakegem_compile
126 -
127 - if use doc ; then
128 - yard || die "yard failed"
129 - fi
130 -}