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/colorize/
Date: Tue, 06 Jul 2021 07:49:19
Message-Id: 1625557747.d912a9c228ae8c7665ba49fda8f1e7ef77f95afb.graaff@gentoo
1 commit: d912a9c228ae8c7665ba49fda8f1e7ef77f95afb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 07:00:56 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=d912a9c2
7
8 dev-ruby/colorize: 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/colorize/colorize-0.8.1.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-ruby/colorize/colorize-0.8.1.ebuild b/dev-ruby/colorize/colorize-0.8.1.ebuild
17 deleted file mode 100644
18 index a4c0a8d2040..00000000000
19 --- a/dev-ruby/colorize/colorize-0.8.1.ebuild
20 +++ /dev/null
21 @@ -1,29 +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_EXTRADOC="CHANGELOG README.md"
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="Adds methods to set color, background color and text effect on console easier"
34 -HOMEPAGE="https://github.com/fazibear/colorize"
35 -LICENSE="GPL-2+"
36 -
37 -KEYWORDS="~amd64"
38 -SLOT="0"
39 -IUSE=""
40 -
41 -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
42 -
43 -all_ruby_prepare() {
44 - sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die
45 -}
46 -
47 -each_ruby_test() {
48 - cd test || die
49 - ${RUBY} test_colorize.rb || die
50 -}