diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-21 09:37:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-21 10:16:19 +0200 |
commit | f295cc1259e1fc87bb0b9f479185e9c1100ccf7a (patch) | |
tree | 564778e2cbb3e4ffa68ce6c79545427cc1ac3ff1 /dev-ruby/permutation | |
parent | sci-chemistry/dssp: drop 4.4.0 (diff) | |
download | gentoo-f295cc1259e1fc87bb0b9f479185e9c1100ccf7a.tar.gz gentoo-f295cc1259e1fc87bb0b9f479185e9c1100ccf7a.tar.bz2 gentoo-f295cc1259e1fc87bb0b9f479185e9c1100ccf7a.zip |
dev-ruby/permutation: drop 0.1.8-r2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/permutation')
-rw-r--r-- | dev-ruby/permutation/permutation-0.1.8-r2.ebuild | 22 |
1 files changed, 0 insertions, 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 -} |