diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-14 09:10:09 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-14 09:10:17 +0100 |
commit | 655a9047b40376d8ca7b3935e19e25ea5c5e556f (patch) | |
tree | 237206b26baacae4a255300d55b7b349d83ccd8d /dev-ruby | |
parent | dev-ruby/permutation: add ruby30 (diff) | |
download | gentoo-655a9047b40376d8ca7b3935e19e25ea5c5e556f.tar.gz gentoo-655a9047b40376d8ca7b3935e19e25ea5c5e556f.tar.bz2 gentoo-655a9047b40376d8ca7b3935e19e25ea5c5e556f.zip |
dev-ruby/permutation: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/permutation/permutation-0.1.8-r1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild deleted file mode 100644 index e46af63003e1..000000000000 --- a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit multilib ruby-fakegem - -DESCRIPTION="Library performing operations with permutations of sequences (strings, arrays)" -HOMEPAGE="https://flori.github.com/permutation" - -LICENSE="|| ( Ruby-BSD BSD-2 )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -each_ruby_test() { - ${RUBY} -Ilib test/test.rb || die -} |