commit: 78ea3526e1ff165b73cf2f7e30b0849357e4b596 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 25 07:27:54 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 25 07:28:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea3526
dev-ruby/minispec-metadata: drop 3.3.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../minispec-metadata-3.3.1.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-ruby/minispec-metadata/minispec-metadata-3.3.1.ebuild b/dev-ruby/minispec-metadata/minispec-metadata-3.3.1.ebuild deleted file mode 100644 index 7e8bf819e44c..000000000000 --- a/dev-ruby/minispec-metadata/minispec-metadata-3.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Define and access metadata in MiniTest::Spec descriptions and specs" -HOMEPAGE="https://github.com/ordinaryzelig/minispec-metadata" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/minitest" - -all_ruby_prepare() { - sed -i -e '/\(bundler\|awesome_print\)/ s:^:#:' Rakefile spec/helper.rb || die -}
