commit: 56031c0bcfeba9cc4825f4392a5db084da8296ab Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 25 08:04:14 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Nov 25 09:09:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56031c0b
dev-ruby/nanotest: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/nanotest/nanotest-0.9.4.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild b/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild deleted file mode 100644 index 11ef1db01bb1..000000000000 --- a/dev-ruby/nanotest/nanotest-0.9.4.1.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_EXTRADOC="README.md" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Extremely mynymal test framework" -HOMEPAGE="https://github.com/mynyml/nanotest" -LICENSE="MIT" - -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86" -SLOT="0" -IUSE="" - -each_ruby_test() { - ${RUBY} -I.:lib test/test_nanotest.rb || die -}
