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: Thu, 27 Oct 2016 07:07:03 +0000 (UTC)	[thread overview]
Message-ID: <1477551645.73c03ab23d544b68dbac7136da9e56393ac4464f.graaff@gentoo> (raw)

commit:     73c03ab23d544b68dbac7136da9e56393ac4464f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 27 07:00:45 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 07:00:45 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=73c03ab2

dev-ruby/ruby-saml: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/ruby-saml/Manifest               |  2 --
 dev-ruby/ruby-saml/metadata.xml           |  2 +-
 dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild | 42 -------------------------------
 dev-ruby/ruby-saml/ruby-saml-1.2.0.ebuild | 40 -----------------------------
 4 files changed, 1 insertion(+), 85 deletions(-)

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index f040367..2379ff0 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,3 +1 @@
-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/metadata.xml b/dev-ruby/ruby-saml/metadata.xml
index f977299..bd70e45 100644
--- a/dev-ruby/ruby-saml/metadata.xml
+++ b/dev-ruby/ruby-saml/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version = '1.0' encoding = 'UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
+<maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild b/dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild
deleted file mode 100644
index aea4a30..0000000
--- a/dev-ruby/ruby-saml/ruby-saml-1.1.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.2.0.ebuild b/dev-ruby/ruby-saml/ruby-saml-1.2.0.ebuild
deleted file mode 100644
index 3188055..0000000
--- a/dev-ruby/ruby-saml/ruby-saml-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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-10-27  7:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27  7:07 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-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-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=1477551645.73c03ab23d544b68dbac7136da9e56393ac4464f.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