Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/columnize/
Date: Tue, 06 Jul 2021 07:49:18
Message-Id: 1625557747.f2c8177b6642ae6ef9e00514f1f600a6869699c3.graaff@gentoo
1 commit: f2c8177b6642ae6ef9e00514f1f600a6869699c3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 06:59:52 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 07:49:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c8177b
7
8 dev-ruby/columnize: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/columnize/columnize-0.9.0.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-ruby/columnize/columnize-0.9.0.ebuild b/dev-ruby/columnize/columnize-0.9.0.ebuild
17 deleted file mode 100644
18 index 674fa580414..00000000000
19 --- a/dev-ruby/columnize/columnize-0.9.0.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
27 -
28 -RUBY_FAKEGEM_DOCDIR="doc"
29 -RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README.md"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="Sorts an array in column order"
34 -HOMEPAGE="https://github.com/rocky/columnize"
35 -
36 -LICENSE="Ruby"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
39 -IUSE=""