diff options
Diffstat (limited to 'dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.3.ebuild')
-rw-r--r-- | dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.3.ebuild b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.3.ebuild new file mode 100644 index 000000000000..b0c20fd17fd0 --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32" + +RUBY_FAKEGEM_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Additional test assertions for Ruby standard libraries" +HOMEPAGE="https://github.com/ruby/test-unit-ruby-core" + +LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" +SLOT="2" +KEYWORDS="~amd64" |