commit:     0294e83c2dc71386087f2863f370c9c1b989ccca
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 13:41:44 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 13:41:44 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=0294e83c

dev-ruby/omniauth-shibboleth: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/omniauth-shibboleth/Manifest              |  1 +
 dev-ruby/omniauth-shibboleth/metadata.xml          |  8 ++++++++
 .../omniauth-shibboleth-1.2.1.ebuild               | 23 ++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/omniauth-shibboleth/Manifest 
b/dev-ruby/omniauth-shibboleth/Manifest
new file mode 100644
index 0000000..2d34cd1
--- /dev/null
+++ b/dev-ruby/omniauth-shibboleth/Manifest
@@ -0,0 +1 @@
+DIST omniauth-shibboleth-1.2.1.gem 11264 SHA256 
548a80efb3b1cff4abd56562dee873d742e065fba78c428a857d793584e71729 SHA512 
5eb9371cfc14e2fa511767b54a51685a9b9da576bb5e5dd3b341f936ed499921c324700f1492ee619419cb47c33fecfee9e18bac6a358a6b5277cbeff4f7d292
 WHIRLPOOL 
8805a8e6b24066f29f40dbe07fcf40c3985df87389c215c8398b3032addb1748e024b6c714e4ebad1f427d7ce9cf026637f0a233b7629ad61dffab6050fc763d

diff --git a/dev-ruby/omniauth-shibboleth/metadata.xml 
b/dev-ruby/omniauth-shibboleth/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/omniauth-shibboleth/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-shibboleth/omniauth-shibboleth-1.2.1.ebuild 
b/dev-ruby/omniauth-shibboleth/omniauth-shibboleth-1.2.1.ebuild
new file mode 100644
index 0000000..32c8bf6
--- /dev/null
+++ b/dev-ruby/omniauth-shibboleth/omniauth-shibboleth-1.2.1.ebuild
@@ -0,0 +1,23 @@
+# 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 Shibboleth strategies for OmniAuth 1.x"
+HOMEPAGE="https://github.com/toyokazu/omniauth-shibboleth 
https://rubygems.org/gems/omniauth-shibboleth";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/omniauth-1.0.0"
+ruby_add_bdepend "test? ( dev-ruby/rack-test )"

Reply via email to