summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-07-02 08:34:18 +0200
committerHans de Graaff <graaff@gentoo.org>2023-07-02 08:35:19 +0200
commit7a46f59229ef14a3b13690dd592f507cddb0db5a (patch)
tree1862a14e629043271c2495ad5c2597df519f9b98 /dev-ruby/nanotest
parentdev-ruby/necromancer: update EAPI 7 -> 8 (diff)
downloadgentoo-7a46f59229ef14a3b13690dd592f507cddb0db5a.tar.gz
gentoo-7a46f59229ef14a3b13690dd592f507cddb0db5a.tar.bz2
gentoo-7a46f59229ef14a3b13690dd592f507cddb0db5a.zip
dev-ruby/nanotest: drop 0.9.4.1-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/nanotest')
-rw-r--r--dev-ruby/nanotest/nanotest-0.9.4.1-r1.ebuild21
1 files changed, 0 insertions, 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
-}