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, 1 Mar 2013 08:11:51 +0000 (UTC) [thread overview]
Message-ID: <1362125484.e9bcfa63dc5c13de5d1b78423b68469812069fa7.graaff@gentoo> (raw)
commit: e9bcfa63dc5c13de5d1b78423b68469812069fa7
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Mar 1 08:11:24 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 08:11:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e9bcfa63
Version bump.
Package-Manager: portage-2.1.11.50
---
dev-ruby/ruby-saml/ChangeLog | 5 ++++
dev-ruby/ruby-saml/Manifest | 1 +
dev-ruby/ruby-saml/ruby-saml-0.7.2.ebuild | 34 +++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dev-ruby/ruby-saml/ChangeLog b/dev-ruby/ruby-saml/ChangeLog
index 4c81d3a..ccd515f 100644
--- a/dev-ruby/ruby-saml/ChangeLog
+++ b/dev-ruby/ruby-saml/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ruby-saml-0.7.2 (01 Mar 2013)
+
+ 01 Mar 2013; Hans de Graaff <graaff@gentoo.org> +ruby-saml-0.7.2.ebuild:
+ Version bump.
+
*ruby-saml-0.7.1 (14 Feb 2013)
14 Feb 2013; Hans de Graaff <graaff@gentoo.org> +ruby-saml-0.7.1.ebuild:
diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index d64f814..f875c22 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,2 +1,3 @@
DIST ruby-saml-0.6.0.gem 44544 SHA256 824cc0cadb5157a70775282fae0e316f482044372f629c19c53fe083af98a417 SHA512 05acfb91ef97def56320682b9066eb95a90c518e10ef1efc68cbe77d460f54d700569e4b363a4437005df7f0aafb3884dcd2be1893646e9fdb1a0836dd6d4181 WHIRLPOOL 7edcff94cdf5ac39e52097de955afefef92399f36d0f6c38d48d0866e7f4b21f87743088025c7cd6e37dd6b7d65cdcf2c167742cb9dab92138ed7f11ddfd38f7
DIST ruby-saml-0.7.1.gem 49152 SHA256 5bc6111bffce505f98c9bae1ad09b03a24cdaa51fef7ee6eaff983f31c349430 SHA512 7ecce4bb20f2076e6ef25f3e1d406aefec501e08625691fc255c55d27c3e718e081504a5fe810a6c1f38166087633295276b804af9ad008f496c9954e074a4fd WHIRLPOOL f647400e828934039c78c540b93de1aa777f92b0609819f3458504169c71cc858fef9898e42708f422d7d62639df5c788ed7ca99c37a3c3aa12a1e346d716034
+DIST ruby-saml-0.7.2.gem 49152 SHA256 46d279441f98a8a083f4c4be22535516a8b2597576f4e1698cd2431328dd01f7 SHA512 0ab12b8821c6bfc01b4736f6a0571c7e5ebaccd42cb45022809b1862409b3371d90f851c5c24b1c774c0379f1f29a2b3955e5b5f5109c9631536884cf48d3704 WHIRLPOOL b5ed048f77ba0dbf24007f556649c1f1754cddda168c4bdebff4b6a8facf068ab0556cc59aeae709195a0e7a52cd73530c70439a09b26c42b5fa059ab868b652
diff --git a/dev-ruby/ruby-saml/ruby-saml-0.7.2.ebuild b/dev-ruby/ruby-saml/ruby-saml-0.7.2.ebuild
new file mode 100644
index 0000000..4a41211
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-0.7.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+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"
+IUSE="doc"
+
+ruby_add_rdepend "
+ dev-ruby/nokogiri
+ >=dev-ruby/uuid-2.3:0"
+
+all_ruby_prepare() {
+ sed -i -e '/ruby-debug/d' test/test_helper.rb || die
+
+ # Remove canonix since that already got removed from the code.
+ sed -ie -e '/canonix/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2013-03-01 8:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-01 8:11 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-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-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=1362125484.e9bcfa63dc5c13de5d1b78423b68469812069fa7.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