commit:     daebdca4f6a82ad3cfd229a7dd45103de5878f15
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 13:25:16 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 13:25:16 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=daebdca4

dev-ruby/omniauth-azure-oauth2: Initial version

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/omniauth-azure-oauth2/Manifest 
b/dev-ruby/omniauth-azure-oauth2/Manifest
new file mode 100644
index 0000000..7c72df1
--- /dev/null
+++ b/dev-ruby/omniauth-azure-oauth2/Manifest
@@ -0,0 +1 @@
+DIST omniauth-azure-oauth2-0.0.6.gem 9728 SHA256 
1afcb8215d80bbc6cc0951aa47f82d583935e5c5cc4f675d475af9fd49215e61 SHA512 
bfb951ad4e74fd7847de7e04c7f539fdaf1b80bb630f5f3bb42aee8be8f259c40080c17a7a2f6ff686c3f638722cdbca5ea4b7a70e0a1b93d64dd8d85853c76e
 WHIRLPOOL 
3117ec3e85ec4f884417c45c32de9b9d7591aacff624e6bfb3208dd82e8d122fc7ed78cc05321973b5ea72aefb3d3e48aa337a0c14d4d25493ab8e235ce5ba39

diff --git a/dev-ruby/omniauth-azure-oauth2/metadata.xml 
b/dev-ruby/omniauth-azure-oauth2/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/omniauth-azure-oauth2/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>[email protected]</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/omniauth-azure-oauth2/omniauth-azure-oauth2-0.0.6.ebuild 
b/dev-ruby/omniauth-azure-oauth2/omniauth-azure-oauth2-0.0.6.ebuild
new file mode 100644
index 0000000..2f1ebe5
--- /dev/null
+++ b/dev-ruby/omniauth-azure-oauth2/omniauth-azure-oauth2-0.0.6.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="An Windows Azure Active Directory OAuth2 strategy for OmniAuth"
+HOMEPAGE="https://github.com/KonaTeam/omniauth-azure-oauth2 
https://rubygems.org/gems/omniauth-azure-oauth2";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/jwt-1.0
+       <dev-ruby/jwt-2
+       >=dev-ruby/omniauth-1.0
+       <dev-ruby/omniauth-2
+       >=dev-ruby/omniauth-oauth2-1.1
+       <dev-ruby/omniauth-oauth2-2"
+
+all_ruby_prepare() {
+       sed -i -e "/bundler/d" spec/spec_helper.rb || die
+}

Reply via email to