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>[email protected]</email></maintainer>
+<maintainer type="person"><email>[email protected]</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 via email to