From: Hans de Graaff Date: Wed, 20 Nov 2019 17:53:25 +0000 (+0100) Subject: dev-ruby/terrapin: remove last-rited package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=afad55ca81fe6b4fcb5de7100a4c61e12a9fa67d;p=gentoo.git dev-ruby/terrapin: remove last-rited package Signed-off-by: Hans de Graaff --- diff --git a/dev-ruby/terrapin/Manifest b/dev-ruby/terrapin/Manifest deleted file mode 100644 index d23273fa9739..000000000000 --- a/dev-ruby/terrapin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST terrapin-0.6.0.gem 17408 BLAKE2B edcbbd409caf0aa373211aa59bd810eb0e6989106140a9bc6f5bbb205d02b18a43ecc8ef21d1f98ca769320d4d6b78ea1281dcaad76d7a6a2535eef5544d19f9 SHA512 e001446e2fb98f31c97b8af3a6596984b30eaa24b493cfcf486caaa388a17c7cf037eb0db5a78ebf0cd45648fa254a29a895be21b576a3d62b4695460d693378 diff --git a/dev-ruby/terrapin/metadata.xml b/dev-ruby/terrapin/metadata.xml deleted file mode 100644 index 28ab0c15f206..000000000000 --- a/dev-ruby/terrapin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/terrapin/terrapin-0.6.0.ebuild b/dev-ruby/terrapin/terrapin-0.6.0.ebuild deleted file mode 100644 index 32e3a710060c..000000000000 --- a/dev-ruby/terrapin/terrapin-0.6.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -#RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Run shell commands safely, even with user-supplied values" -HOMEPAGE="https://github.com/thoughtbot/terrapin" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -# posix-spawn is not a mandatory dependency but recommended in the -# README. -ruby_add_rdepend "dev-ruby/climate_control:0 dev-ruby/posix-spawn" - -ruby_add_bdepend " - test? ( - >=dev-ruby/activesupport-3