public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_omniauth-ldap/
@ 2016-03-26 15:49 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-03-26 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6c484735b608a52558596a587b3ea21d692b00cf
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 15:49:34 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 15:49:34 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6c484735

dev-ruby/gitlab_omniauth-ldap: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/gitlab_omniauth-ldap/Manifest             |  1 +
 .../gitlab_omniauth-ldap-1.2.1.ebuild              | 29 ++++++++++++++++++++++
 dev-ruby/gitlab_omniauth-ldap/metadata.xml         |  8 ++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/gitlab_omniauth-ldap/Manifest b/dev-ruby/gitlab_omniauth-ldap/Manifest
new file mode 100644
index 0000000..449b2f5
--- /dev/null
+++ b/dev-ruby/gitlab_omniauth-ldap/Manifest
@@ -0,0 +1 @@
+DIST gitlab_omniauth-ldap-1.2.1.gem 12800 SHA256 311b14ca8bc92e217390bbbfa1b83ba50780f8b41957e8fc8b99ee7d4af46ded SHA512 bbcdf50690742d806e8916306be55217c704c407d7cefaae32c629b3d2c134554911798734a238cbd1179ddef4ed6482f2ee462616bd56238badf81808148bf2 WHIRLPOOL 7eb1c027c8d4cefcd02e6165541ec39dd44c1d1b9a9019534eb6322e2283016e7e8cde3bc3ff3594ab678bb1368449af87987b16bcdebf7cdb5ac70cd7965d2e

diff --git a/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild b/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
new file mode 100644
index 0000000..56e9b12
--- /dev/null
+++ b/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A LDAP strategy for OmniAuth - Gitlab Fork"
+HOMEPAGE="https://github.com/gitlabhq/omniauth-ldap https://rubygems.org/gems/gitlab_omniauth-ldap"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ruby-net-ldap-0.9
+	<dev-ruby/ruby-net-ldap-1
+	>=dev-ruby/omniauth-1.0
+	<dev-ruby/omniauth-2
+	>=dev-ruby/pyu-ruby-sasl-0.0.3.1
+	<dev-ruby/pyu-ruby-sasl-0.0.4
+	>=dev-ruby/rubyntlm-0.3
+	<dev-ruby/rubyntlm-1"

diff --git a/dev-ruby/gitlab_omniauth-ldap/metadata.xml b/dev-ruby/gitlab_omniauth-ldap/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/gitlab_omniauth-ldap/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>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_omniauth-ldap/
@ 2016-08-31 12:18 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-08-31 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4b8dc750cb1cac90f0f72b0d527613a3ff502127
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 10:36:26 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 10:36:26 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4b8dc750

dev-ruby/gitlab_omniauth-ldap: Add ruby22

Package-Manager: portage-2.3.0

 dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild b/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
index 56e9b12..90a65ad 100644
--- a/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
+++ b/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-31 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-26 15:49 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_omniauth-ldap/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-08-31 12:18 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox