commit:     99d006b92f7a602f3c530a1d4fb30bf4c5d2e252
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 12:36:46 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 12:36:46 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=99d006b9

dev-ruby/omniauth-auth0: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/omniauth-auth0/Manifest                   |  1 +
 dev-ruby/omniauth-auth0/metadata.xml               |  8 ++++++
 .../omniauth-auth0/omniauth-auth0-1.4.1.ebuild     | 31 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/omniauth-auth0/Manifest b/dev-ruby/omniauth-auth0/Manifest
new file mode 100644
index 0000000..4d3b2a6
--- /dev/null
+++ b/dev-ruby/omniauth-auth0/Manifest
@@ -0,0 +1 @@
+DIST omniauth-auth0-1.4.1.gem 24576 SHA256 
da5d6bba47bf419954241d54b5f179053c1664408456c0c96501a75002a00e36 SHA512 
2d4afaada834b6c5016f637ee56f564788bcf15a7fe55d463868411cd69f6787d0996d2aea8cf89e02a006ff94df173c3eb26c332804d8138e517208a1139ea3
 WHIRLPOOL 
1b61109d4584b51d927d3b3393851fb728fd30a30600e170f82e9a53e53c71c0c03039cc75ba33509dafe0ab8af13441368a4dc2690da4f1b5c4edac89c9bb20

diff --git a/dev-ruby/omniauth-auth0/metadata.xml 
b/dev-ruby/omniauth-auth0/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/omniauth-auth0/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>mr...@gentoo.org</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/omniauth-auth0/omniauth-auth0-1.4.1.ebuild 
b/dev-ruby/omniauth-auth0/omniauth-auth0-1.4.1.ebuild
new file mode 100644
index 0000000..fa6f1ba
--- /dev/null
+++ b/dev-ruby/omniauth-auth0/omniauth-auth0-1.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Omniauth-auth0 is the omniauth strategy for Auth0"
+HOMEPAGE="https://github.com/auth0/omniauth-auth0 
https://rubygems.org/gems/omniauth-auth0";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/omniauth-oauth2-1.1
+       <dev-ruby/omniauth-oauth2-2"
+ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.6.3
+       <dev-ruby/rack-test-1
+       >=dev-ruby/webmock-1.20.4
+       <dev-ruby/webmock-2 )"
+
+all_ruby_prepare() {
+       sed -i -e "/[Ss]imple[Cc]ov/d" spec/spec_helper.rb || die
+}

Reply via email to