remove masked dev-ruby/mini_shoulda
authorHans de Graaff <graaff@gentoo.org>
Wed, 31 May 2017 04:17:41 +0000 (06:17 +0200)
committerHans de Graaff <graaff@gentoo.org>
Wed, 31 May 2017 04:24:06 +0000 (06:24 +0200)
dev-ruby/mini_shoulda/Manifest [deleted file]
dev-ruby/mini_shoulda/metadata.xml [deleted file]
dev-ruby/mini_shoulda/mini_shoulda-0.5.0-r1.ebuild [deleted file]

diff --git a/dev-ruby/mini_shoulda/Manifest b/dev-ruby/mini_shoulda/Manifest
deleted file mode 100644 (file)
index 2ddca85..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST mini_shoulda-0.5.0.gem 6144 SHA256 d1f0e7f58280659b9fff512d5c3f2d522de5eba2e163c4bc499c172524a05cda SHA512 c8f180aaf7d34f9b692dbed92b749559f340a21e828f2d46292f398d0f78997436248e99d93f5225190bd881ce50528acccf4bc38a22a1c048167a240ba064ce WHIRLPOOL fa36d4c289286161da15888b9973f3a5fb63d3d2a2980adcafea2a996e9f06444936cc7dbbc370a76bafd9e83f4339c3a76586229fd230c9810b340e5f57785b
diff --git a/dev-ruby/mini_shoulda/metadata.xml b/dev-ruby/mini_shoulda/metadata.xml
deleted file mode 100644 (file)
index e150962..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>ruby@gentoo.org</email>
-    <name>Gentoo Ruby Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">seattlerb/minitest</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/mini_shoulda/mini_shoulda-0.5.0-r1.ebuild b/dev-ruby/mini_shoulda/mini_shoulda-0.5.0-r1.ebuild
deleted file mode 100644 (file)
index bc57524..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# ruby22 -> fails tests
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A minimal shoulda DSL built on top of MiniTest::Spec"
-HOMEPAGE="https://github.com/seattlerb/minitest"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">dev-ruby/minitest-2.1.0"
-
-all_ruby_prepare() {
-       sed -i -e '/git ls-files/d' mini_shoulda.gemspec || die
-       sed -i -e '/[Bb]undler/ s:^:#:' Rakefile test/test_helper.rb || die
-}