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, 25 Mar 2014 10:56:41 +0000 (UTC)	[thread overview]
Message-ID: <1393575779.16a95f59de72749c5a423ea54965286eb19af9e1.graaff@gentoo> (raw)

commit:     16a95f59de72749c5a423ea54965286eb19af9e1
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 28 08:22:59 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 08:22:59 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=16a95f59

Version bump. New slot due to naming change.

Package-Manager: portage-2.2.7

---
 dev-ruby/ruby-saml/ChangeLog              |  5 +++++
 dev-ruby/ruby-saml/Manifest               |  1 +
 dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild | 35 +++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-ruby/ruby-saml/ChangeLog b/dev-ruby/ruby-saml/ChangeLog
index 21f1413..5fcc198 100644
--- a/dev-ruby/ruby-saml/ChangeLog
+++ b/dev-ruby/ruby-saml/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ruby-saml-0.8.1 (28 Feb 2014)
+
+  28 Feb 2014; Hans de Graaff <graaff@gentoo.org> +ruby-saml-0.8.1.ebuild:
+  Version bump. New slot due to naming change.
+
 *ruby-saml-0.7.3 (21 Feb 2014)
 
   21 Feb 2014; Hans de Graaff <graaff@gentoo.org> +ruby-saml-0.7.3.ebuild:

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index 98cc8f0..5aa5e74 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-saml-0.7.2.gem 49152 SHA256 46d279441f98a8a083f4c4be22535516a8b2597576f4e1698cd2431328dd01f7 SHA512 0ab12b8821c6bfc01b4736f6a0571c7e5ebaccd42cb45022809b1862409b3371d90f851c5c24b1c774c0379f1f29a2b3955e5b5f5109c9631536884cf48d3704 WHIRLPOOL b5ed048f77ba0dbf24007f556649c1f1754cddda168c4bdebff4b6a8facf068ab0556cc59aeae709195a0e7a52cd73530c70439a09b26c42b5fa059ab868b652
 DIST ruby-saml-0.7.3.gem 55296 SHA256 4de4c947a89e5e56b344faba795958026c5ba96e4b63053555b44b84df018579 SHA512 1fa14882bcb584bf9f35036fd69064794d345c01f46cc589c0370652b262ed86dbdaf3ec99edca89b5be75460e5fb26e49deed50432edc2d4a3690cd4443082e WHIRLPOOL 8b23830eb5f8bf9fe857622e911631be4191f99b0bee5c61a462f9253dc5a90a759e632858bc7a54f76da39c24f57722776ee9206e0ffcd5972a647d3510da62
+DIST ruby-saml-0.8.1.gem 55296 SHA256 4151c0d496034b712377085a91baac4b5c826b1e56271163ce811f6ab1dea400 SHA512 5fd6154aa128e6479261741ec666759f8031faf216b705fbfa76928dcb8c0ff6068f929a9928b8c04d45cb24dce7b3c30acce38154c2b8f3fecdcb057d9a1cee WHIRLPOOL 84501b6d6066659550d1396367e3d31d09141d5f6dca3149df947e58212abf1f3ec27e763214c0177449292b1a7bdadbd63f635085ed175cd562eae23101bae2

diff --git a/dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild b/dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild
new file mode 100644
index 0000000..6ff90ff
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 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.8"
+IUSE="doc"
+
+ruby_add_rdepend "
+	>=dev-ruby/nokogiri-1.5.0
+	>=dev-ruby/uuid-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop )"
+
+all_ruby_prepare() {
+	sed -i -e '/ruby-debug/d' test/test_helper.rb || die
+
+	sed -ie -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}


             reply	other threads:[~2014-03-25 10:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 10:56 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-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=1393575779.16a95f59de72749c5a423ea54965286eb19af9e1.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