commit: f2c8177b6642ae6ef9e00514f1f600a6869699c3 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 06:59:52 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 07:49:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c8177b
dev-ruby/columnize: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/columnize/columnize-0.9.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-ruby/columnize/columnize-0.9.0.ebuild b/dev-ruby/columnize/columnize-0.9.0.ebuild deleted file mode 100644 index 674fa580414..00000000000 --- a/dev-ruby/columnize/columnize-0.9.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README.md" - -inherit ruby-fakegem - -DESCRIPTION="Sorts an array in column order" -HOMEPAGE="https://github.com/rocky/columnize" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE=""
