commit: 645f2d11a2374cd960c7e80cf871873341eb369a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jun 29 20:03:00 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jun 29 20:13:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645f2d11
dev-ruby/permutation: add ruby32, drop unused multilib Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/permutation/permutation-0.1.8-r3.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-ruby/permutation/permutation-0.1.8-r3.ebuild b/dev-ruby/permutation/permutation-0.1.8-r3.ebuild new file mode 100644 index 000000000000..0c8f09f10653 --- /dev/null +++ b/dev-ruby/permutation/permutation-0.1.8-r3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_EXTRADOC="CHANGES README" + +inherit ruby-fakegem + +DESCRIPTION="Library performing operations with permutations of sequences (strings, arrays)" +HOMEPAGE="https://flori.github.io/permutation/" + +LICENSE="|| ( Ruby-BSD BSD-2 )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +each_ruby_test() { + ${RUBY} -Ilib test/test.rb || die +}
