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: Sat, 12 Dec 2015 07:36:05
Message-Id: 1449905732.14eee1e0b8f6da2b596716892696f456fee01c89.graaff@gentoo
1 commit: 14eee1e0b8f6da2b596716892696f456fee01c89
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 12 07:21:52 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 12 07:35:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14eee1e0
7
8 dev-ruby/omniauth: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/omniauth/Manifest | 1 -
13 dev-ruby/omniauth/omniauth-1.2.1.ebuild | 40 ---------------------------------
14 dev-ruby/omniauth/omniauth-1.2.2.ebuild | 40 ---------------------------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
18 index 0f11744..d8ac736 100644
19 --- a/dev-ruby/omniauth/Manifest
20 +++ b/dev-ruby/omniauth/Manifest
21 @@ -1,2 +1 @@
22 -DIST omniauth-1.2.1.gem 33280 SHA256 fd545593bd19b506d41e39dd830c62fd541eb4df0861a1bc99b6e357456ed9fe SHA512 4a06bc7a473240a17de15b55c10cbc6150eaa98aa0efd66e7c7b2ef5abb55248776ce88a3de5e576a7517498847b02249d084136f9209051b1ee8c07831c8da1 WHIRLPOOL 09953f36a2999f357fac557435f91e5555851bdcb3ab15f2aa04afd4980c5b32ca7b18b3bbfe9b59d06c89ca95fe422b78461739e2e7667c41a83a87c03a7f03
23 DIST omniauth-1.2.2.gem 27648 SHA256 939eabc200dc19d624ad02020b9f9258a69429b2250b883e47ce2cf76c6a10b8 SHA512 5451ad281be5cd1dc45c66d295476f182904d08818c23a08a6245dbb517eeb49b29ff5810f67680073fb4cde2407eee164a2aae2b06397d7ea71b149fb86789e WHIRLPOOL d7ca6d180eea30583163a2eb60d14498c09fbd1baf78b1e6539e187028a5f943c7f7dd0f3a47a9b95acb59995f8c7bf39eb6a53b69cfb1fa9d39e87010975c7b
24
25 diff --git a/dev-ruby/omniauth/omniauth-1.2.1.ebuild b/dev-ruby/omniauth/omniauth-1.2.1.ebuild
26 deleted file mode 100644
27 index dd74ebf..0000000
28 --- a/dev-ruby/omniauth/omniauth-1.2.1.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -USE_RUBY="ruby19 ruby20"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="README.md"
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
40 -RUBY_FAKEGEM_RECIPE_DOC="none"
41 -RUBY_FAKEGEM_DOCDIR="doc"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
46 -HOMEPAGE="https://github.com/intridea/omniauth"
47 -LICENSE="MIT"
48 -KEYWORDS="~amd64"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -ruby_add_rdepend "dev-ruby/rack dev-ruby/hashie"
53 -ruby_add_bdepend "doc? ( dev-ruby/yard )
54 - test? ( dev-ruby/rack-test )"
55 -
56 -all_ruby_prepare() {
57 - sed -i -e '/[Bb]undler/d' \
58 - Rakefile ${PN}.gemspec || die "sed failed"
59 - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
60 - # maruku fails, resorting to default markdown implementation
61 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
62 -}
63 -
64 -all_ruby_compile() {
65 - all_fakegem_compile
66 -
67 - if use doc ; then
68 - yard || die "yard failed"
69 - fi
70 -}
71
72 diff --git a/dev-ruby/omniauth/omniauth-1.2.2.ebuild b/dev-ruby/omniauth/omniauth-1.2.2.ebuild
73 deleted file mode 100644
74 index 1897d02..0000000
75 --- a/dev-ruby/omniauth/omniauth-1.2.2.ebuild
76 +++ /dev/null
77 @@ -1,40 +0,0 @@
78 -# Copyright 1999-2014 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -# $Id$
81 -
82 -EAPI=5
83 -USE_RUBY="ruby19 ruby20 ruby21"
84 -
85 -RUBY_FAKEGEM_EXTRADOC="README.md"
86 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
87 -RUBY_FAKEGEM_RECIPE_DOC="none"
88 -RUBY_FAKEGEM_DOCDIR="doc"
89 -
90 -inherit ruby-fakegem
91 -
92 -DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
93 -HOMEPAGE="https://github.com/intridea/omniauth"
94 -LICENSE="MIT"
95 -KEYWORDS="~amd64"
96 -SLOT="0"
97 -IUSE=""
98 -
99 -ruby_add_rdepend "dev-ruby/rack dev-ruby/hashie"
100 -ruby_add_bdepend "doc? ( dev-ruby/yard )
101 - test? ( dev-ruby/rack-test )"
102 -
103 -all_ruby_prepare() {
104 - sed -i -e '/[Bb]undler/d' \
105 - Rakefile ${PN}.gemspec || die "sed failed"
106 - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
107 - # maruku fails, resorting to default markdown implementation
108 - sed -i -e '/maruku/d' .yardopts || die "sed failed"
109 -}
110 -
111 -all_ruby_compile() {
112 - all_fakegem_compile
113 -
114 - if use doc ; then
115 - yard || die "yard failed"
116 - fi
117 -}