commit: 7a46f59229ef14a3b13690dd592f507cddb0db5a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 06:34:18 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 06:35:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a46f592
dev-ruby/nanotest: drop 0.9.4.1-r1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/nanotest/nanotest-0.9.4.1-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-ruby/nanotest/nanotest-0.9.4.1-r1.ebuild b/dev-ruby/nanotest/nanotest-0.9.4.1-r1.ebuild deleted file mode 100644 index aff63cb7ecd0..000000000000 --- a/dev-ruby/nanotest/nanotest-0.9.4.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Extremely mynymal test framework" -HOMEPAGE="https://github.com/mynyml/nanotest" -LICENSE="MIT" - -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" -SLOT="0" -IUSE="" - -each_ruby_test() { - ${RUBY} -I.:lib test/test_nanotest.rb || die -}
