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/colorator/
Date: Mon, 22 Nov 2021 18:36:09
Message-Id: 1637606155.ddc687498f01cac201a74325b5c17e617ab4eef7.graaff@gentoo
1 commit: ddc687498f01cac201a74325b5c17e617ab4eef7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 14:52:59 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 18:35:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc68749
7
8 dev-ruby/colorator: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/colorator/colorator-1.1.0.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-ruby/colorator/colorator-1.1.0.ebuild b/dev-ruby/colorator/colorator-1.1.0.ebuild
17 deleted file mode 100644
18 index 15d95b9817fa..000000000000
19 --- a/dev-ruby/colorator/colorator-1.1.0.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -
31 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Colorize your text in the terminal"
36 -HOMEPAGE="https://github.com/octopress/colorator"
37 -SRC_URI="https://github.com/octopress/colorator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~arm64"
42 -IUSE=""
43 -
44 -all_ruby_prepare() {
45 - sed -i -e "/bundler/d" Rakefile || die
46 - sed -i -e "/luna/d" spec/spec/helper.rb || die
47 -}