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: Fri, 27 Nov 2015 07:18:33 +0000 (UTC) [thread overview]
Message-ID: <1448608200.9517b4e267e00f54c244093b99cf9824c9cc889b.graaff@gentoo> (raw)
commit: 9517b4e267e00f54c244093b99cf9824c9cc889b
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov 27 07:10:00 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 07:10:00 2015 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9517b4e2
dev-ruby/ruby-saml: add 1.1.1
Package-Manager: portage-2.2.20.1
dev-ruby/ruby-saml/Manifest | 1 +
dev-ruby/ruby-saml/ruby-saml-1.1.1.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index 93b71ea..6b10d26 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -2,3 +2,4 @@ DIST ruby-saml-0.7.3.gem 55296 SHA256 4de4c947a89e5e56b344faba795958026c5ba96e4b
DIST ruby-saml-0.8.2.gem 55808 SHA256 a101bc0d86503d12513b8be66a25967c71b189de02d1bd0fa6969e3bdee57597 SHA512 a199202d5a38a85b23e4a04ebb95abc715d303bd5eb45e2538088b7408a8977e9614c1fcfcadf65602b25043d6a443ea767bc145a652a7b72ffd878343c596f6 WHIRLPOOL 1a95ace4903a91470fe93f6fce3245da99ea7e54e905b0964afc1223197b8df8f789f77e5419e6f871362656b96f8ba408704c3956d751c5aa9b7d0a39fb7499
DIST ruby-saml-1.0.0.gem 204800 SHA256 24ea186d2506dd99f19acbc2f1b3bf637e0df40ef5ee73d8f2c552a158221643 SHA512 0edb752a0cc40d85c1a330e6f52468a464385033bdb15d5dc2271583ae364428936d79bab6f6bfbf2cf8b87d30755d056efcece673f07f84e2d91d90811a9109 WHIRLPOOL 58669296f342ebc771986c4c94b9010384788292646fc0ce3d0f6e012327bc90514bb3ec61370da64fda061d24b89bb20ee8b04b0e305c75fa0e957c39d608d2
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
diff --git a/dev-ruby/ruby-saml/ruby-saml-1.1.1.ebuild b/dev-ruby/ruby-saml/ruby-saml-1.1.1.ebuild
new file mode 100644
index 0000000..f514e40
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-1.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+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
+}
next reply other threads:[~2015-11-27 7:18 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-27 7:18 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
2016-03-08 5:49 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=1448608200.9517b4e267e00f54c244093b99cf9824c9cc889b.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