diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-21 18:19:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-21 18:19:40 +0000 |
| commit | 2e05ce574cec4fa14f588f7093436ac8198cc89f (patch) | |
| tree | 344aebe8f936c9c984f62a07ba9da89ecf39820e /dev-ruby/permutation | |
| parent | eed3533351c8dc742ba4d3e056073bb9f7ca3cbf (diff) | |
| download | baldeagleos-repo-2e05ce574cec4fa14f588f7093436ac8198cc89f.tar.gz baldeagleos-repo-2e05ce574cec4fa14f588f7093436ac8198cc89f.tar.xz baldeagleos-repo-2e05ce574cec4fa14f588f7093436ac8198cc89f.zip | |
Adding metadata
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 -} |
