commit: f295cc1259e1fc87bb0b9f479185e9c1100ccf7a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 21 07:37:14 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 21 08:16:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f295cc12
dev-ruby/permutation: drop 0.1.8-r2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/permutation/permutation-0.1.8-r2.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild b/dev-ruby/permutation/permutation-0.1.8-r2.ebuild deleted file mode 100644 index 60db0ca21ac7..000000000000 --- a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit multilib 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 -}
