commit: 40c0c21f2464917925bb8edc591da2c742a3e2db Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Mar 18 06:54:04 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Mar 18 06:54:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c0c21f
dev-ruby/minitest-global_expectations: add ruby31 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../minitest-global_expectations-1.0.1-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild new file mode 100644 index 000000000000..a89099b526a8 --- /dev/null +++ b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +inherit ruby-fakegem + +DESCRIPTION="Support minitest expectation methods for all objects" +HOMEPAGE="https://github.com/jeremyevans/minitest-global_expectations" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE=""
