commit:     14eee1e0b8f6da2b596716892696f456fee01c89
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 07:21:52 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 07:35:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14eee1e0

dev-ruby/omniauth: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/omniauth/Manifest              |  1 -
 dev-ruby/omniauth/omniauth-1.2.1.ebuild | 40 ---------------------------------
 dev-ruby/omniauth/omniauth-1.2.2.ebuild | 40 ---------------------------------
 3 files changed, 81 deletions(-)

diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
index 0f11744..d8ac736 100644
--- a/dev-ruby/omniauth/Manifest
+++ b/dev-ruby/omniauth/Manifest
@@ -1,2 +1 @@
-DIST omniauth-1.2.1.gem 33280 SHA256 
fd545593bd19b506d41e39dd830c62fd541eb4df0861a1bc99b6e357456ed9fe SHA512 
4a06bc7a473240a17de15b55c10cbc6150eaa98aa0efd66e7c7b2ef5abb55248776ce88a3de5e576a7517498847b02249d084136f9209051b1ee8c07831c8da1
 WHIRLPOOL 
09953f36a2999f357fac557435f91e5555851bdcb3ab15f2aa04afd4980c5b32ca7b18b3bbfe9b59d06c89ca95fe422b78461739e2e7667c41a83a87c03a7f03
 DIST omniauth-1.2.2.gem 27648 SHA256 
939eabc200dc19d624ad02020b9f9258a69429b2250b883e47ce2cf76c6a10b8 SHA512 
5451ad281be5cd1dc45c66d295476f182904d08818c23a08a6245dbb517eeb49b29ff5810f67680073fb4cde2407eee164a2aae2b06397d7ea71b149fb86789e
 WHIRLPOOL 
d7ca6d180eea30583163a2eb60d14498c09fbd1baf78b1e6539e187028a5f943c7f7dd0f3a47a9b95acb59995f8c7bf39eb6a53b69cfb1fa9d39e87010975c7b

diff --git a/dev-ruby/omniauth/omniauth-1.2.1.ebuild 
b/dev-ruby/omniauth/omniauth-1.2.1.ebuild
deleted file mode 100644
index dd74ebf..0000000
--- a/dev-ruby/omniauth/omniauth-1.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
-HOMEPAGE="https://github.com/intridea/omniauth";
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack dev-ruby/hashie"
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-       test? ( dev-ruby/rack-test )"
-
-all_ruby_prepare() {
-       sed -i -e '/[Bb]undler/d' \
-               Rakefile ${PN}.gemspec || die "sed failed"
-       sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
-       # maruku fails, resorting to default markdown implementation
-       sed -i -e '/maruku/d' .yardopts || die "sed failed"
-}
-
-all_ruby_compile() {
-       all_fakegem_compile
-
-       if use doc ; then
-               yard || die "yard failed"
-       fi
-}

diff --git a/dev-ruby/omniauth/omniauth-1.2.2.ebuild 
b/dev-ruby/omniauth/omniauth-1.2.2.ebuild
deleted file mode 100644
index 1897d02..0000000
--- a/dev-ruby/omniauth/omniauth-1.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
-HOMEPAGE="https://github.com/intridea/omniauth";
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack dev-ruby/hashie"
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-       test? ( dev-ruby/rack-test )"
-
-all_ruby_prepare() {
-       sed -i -e '/[Bb]undler/d' \
-               Rakefile ${PN}.gemspec || die "sed failed"
-       sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
-       # maruku fails, resorting to default markdown implementation
-       sed -i -e '/maruku/d' .yardopts || die "sed failed"
-}
-
-all_ruby_compile() {
-       all_fakegem_compile
-
-       if use doc ; then
-               yard || die "yard failed"
-       fi
-}

Reply via email to