commit: 5056cf1c8b69258f4afac8e03cbc5196cd54a778 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Nov 21 06:46:46 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Nov 21 06:46:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5056cf1c
dev-ruby/instance_storage: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../instance_storage/instance_storage-1.0.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild deleted file mode 100644 index 69d31d800ab3..000000000000 --- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem -DESCRIPTION="Manage class instances with dictionary" -HOMEPAGE="https://rubygems.org/gems/instance_storage/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die -}
