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: Mon, 22 Aug 2016 19:01:00 +0000 (UTC)	[thread overview]
Message-ID: <1471890762.e8435c1d2774c7d5403248a1d3c975f2546082bc.graaff@gentoo> (raw)

commit:     e8435c1d2774c7d5403248a1d3c975f2546082bc
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 22 18:32:42 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 18:32:42 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e8435c1d

dev-ruby/ruby-saml: add 1.3.1

Package-Manager: portage-2.2.28

 dev-ruby/ruby-saml/Manifest               |  1 +
 dev-ruby/ruby-saml/ruby-saml-1.3.1.ebuild | 40 +++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index 617a8ad..f040367 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-saml-1.1.2.gem 221184 SHA256 cc89499f6f1a1a1c0307852cc1b39cce6db0899b16964946983cf07be5a60493 SHA512 1d7c26647123140c926a65f99470c3322baa3fc341c57e846464083d1fa2608bb5390310c53aaf410221fd98dd053c144fb1c95b53a31664e175e3c4fe220a00 WHIRLPOOL d0a48aa78c52a56979185cec39b4bbb4090bfc3d0d2f2bd01e94a58a8e3ab3799628b95de9a52b974a70abba06bdcfe27059ba2fc5bf184eb8acdf3b2db98a53
 DIST ruby-saml-1.2.0.gem 229888 SHA256 bb138175045027b42ca0f9156208bee99d58063ac51f04ba749314e750112186 SHA512 3db3fedb86d55f8818c3b8d7df5dbb38f1dd695810d7db1fed83c71f53bee15c6e59ae19595dd55fc20a0258f10583238dc964f99bd74bfddc8244ea002ccbda WHIRLPOOL 20fdd304955a123822f8f3e3ec7f9a7e3b0bf783a0912a8184b460f3f3cc4576ea769688d8429272b426bcd34c69ae70230cef2d955f3f0eb475734aac894d74
+DIST ruby-saml-1.3.1.gem 230912 SHA256 aa3824cc4e6d9b1fc84e84785bc7cc1108453a37571404f9fa65ceeafaeb4b9d SHA512 e6ad6ce01963a9279798425ed3e9da8a932cfc23d26bdd4d016a7c3ce5c2f428891ea599e82f4ade2155136020671d4ad2677ea486784a159fa2a79aaa265ec5 WHIRLPOOL 17c99c10abd7fcc0989da998a8a96b465b12027d0f31bb436119a4103148a1dfb28f9f8212269d0632bcd8fd949ca1b42b935417786554291f82c0e483909919

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.3.1.ebuild b/dev-ruby/ruby-saml/ruby-saml-1.3.1.ebuild
new file mode 100644
index 0000000..3188055
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-1.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+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"
+
+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-08-22 19:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22 19:01 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-06-14  5:19 Hans de Graaff
2016-06-14  5:19 Hans de Graaff
2016-03-08  5:49 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=1471890762.e8435c1d2774c7d5403248a1d3c975f2546082bc.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