public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-saml/
Date: Tue,  8 Mar 2016 05:49:18 +0000 (UTC)	[thread overview]
Message-ID: <1457415921.b99b18d89f784b6dc8d58ddf2d0f249e1acf5992.graaff@gentoo> (raw)

commit:     b99b18d89f784b6dc8d58ddf2d0f249e1acf5992
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Mar  8 05:45:21 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 05:45:21 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=b99b18d8

dev-ruby/ruby-saml: add 1.1.2

Package-Manager: portage-2.2.26

 dev-ruby/ruby-saml/Manifest               |  1 +
 dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index ef7b3bc..1398650 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-saml-1.1.0.gem 213504 SHA256 f426aae67d5d33e9596154fb0f5b454f6c9b72e04d66baabe60fd016b3672e02 SHA512 394eb83dfe55bb02889385c3716808d60382c06fad6d411a42bca13edaa39fdf1499f26913bdaf1a3f0c85856f1cd6abcff5daae7b74040e9ca1dbf308c31eee WHIRLPOOL 99c545685d326c3992f3de7a2e0261a43a14b0659e3d1bb9286cbb6df7fcd7b0223eb490df1c78dec52d8ba82bfae0ef718da63efcf4eca2918d9ca6e0ebfd19
 DIST ruby-saml-1.1.1.gem 218624 SHA256 4815b2edcb006166a1c2ea71d6233dff0c98076056a83ae46a077913a65a3294 SHA512 e4c1dd4ebf9e69cef9869e8102d81711ddecfe904ee498743061eaf02f9e6a8d355923cc39b7445b75629cd4a9d4ab10d009636a77e6ed3d1b1903603dbd1656 WHIRLPOOL a4d28f653af36bd70262967709dc136a1e314f6d0556973af59c77d0287cd5f6d7136dbcdc67bdc4d83c102a3da44adcb81fab2c2c8c6f64b3d295cec10f4d7e
+DIST ruby-saml-1.1.2.gem 221184 SHA256 cc89499f6f1a1a1c0307852cc1b39cce6db0899b16964946983cf07be5a60493 SHA512 1d7c26647123140c926a65f99470c3322baa3fc341c57e846464083d1fa2608bb5390310c53aaf410221fd98dd053c144fb1c95b53a31664e175e3c4fe220a00 WHIRLPOOL d0a48aa78c52a56979185cec39b4bbb4090bfc3d0d2f2bd01e94a58a8e3ab3799628b95de9a52b974a70abba06bdcfe27059ba2fc5bf184eb8acdf3b2db98a53

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild b/dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild
new file mode 100644
index 0000000..aea4a30
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild
@@ -0,0 +1,42 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for implementing the client side of a SAML authorization"
+HOMEPAGE="https://github.com/onelogin/ruby-saml"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0.8"
+IUSE="doc"
+
+ruby_add_rdepend "
+	>=dev-ruby/nokogiri-1.5.10
+	>=dev-ruby/uuid-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop dev-ruby/mocha dev-ruby/shoulda:0 )"
+
+all_ruby_prepare() {
+	sed -i -e '/ruby-debug/d' \
+		-e '/bundler/I s:^:#:' \
+		-e '/simplecov/ s:^:#:' \
+		-e '/SimpleCov/,/end/ s:^:#:' test/test_helper.rb || die
+
+	sed -ie -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	sed -i -e '2i gem "shoulda", "~> 2.11"' test/test_helper.rb || die
+
+	sed -i -e '3irequire "onelogin/ruby-saml/http_error"' test/idp_metadata_parser_test.rb || die
+}


             reply	other threads:[~2016-03-08  5:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08  5:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27  7:07 [gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-saml/ Hans de Graaff
2016-10-27  7:07 Hans de Graaff
2016-08-22 19:01 Hans de Graaff
2016-06-14  5:19 Hans de Graaff
2016-06-14  5:19 Hans de Graaff
2016-03-08  5:49 Hans de Graaff
2015-11-27  7:18 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-08-04  5:54 Hans de Graaff
2015-05-26  9:47 Hans de Graaff
2015-05-26  9:47 Hans de Graaff
2014-07-02  7:56 Hans de Graaff
2014-07-02  7:56 Hans de Graaff
2014-04-03 12:18 Hans de Graaff
2014-03-25 10:56 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2013-03-01  8:11 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2013-01-25  7:48 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457415921.b99b18d89f784b6dc8d58ddf2d0f249e1acf5992.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox