summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-02-02 17:50:46 +0100
committerHans de Graaff <graaff@gentoo.org>2018-02-02 17:50:46 +0100
commit39cc2a1771132bb71d62bcf99abef169ce968a8c (patch)
tree4307b4b1cfa8b636df72d73a730a2336b4dcc49d /dev-ruby/colorator
parentdev-ruby/color: add ruby25 (diff)
downloadgentoo-39cc2a1771132bb71d62bcf99abef169ce968a8c.tar.gz
gentoo-39cc2a1771132bb71d62bcf99abef169ce968a8c.tar.bz2
gentoo-39cc2a1771132bb71d62bcf99abef169ce968a8c.zip
dev-ruby/colorator: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/colorator')
-rw-r--r--dev-ruby/colorator/Manifest1
-rw-r--r--dev-ruby/colorator/colorator-0.1-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-ruby/colorator/Manifest b/dev-ruby/colorator/Manifest
index ad0b665c2258..247131b5394f 100644
--- a/dev-ruby/colorator/Manifest
+++ b/dev-ruby/colorator/Manifest
@@ -1,2 +1 @@
-DIST colorator-0.1.gem 7680 BLAKE2B 6967c4e3e00bd5272a3204bfcfe630340c306c036acb95019ce739abf64e5256c921331cb0e36cddd5375f0a5f4bbbf1e460112d4affaf8584f402aafa432cac SHA512 572a15f4d3011579302ae5448c9752511baec962d65265e923f561b002a3a80384610ab877233f15c1c6953a765fbf32b2d2838a658d207900cf53b6525caee2
DIST colorator-1.1.0.tar.gz 5112 BLAKE2B 89c297ad2de64b4befd0e0f5b8b4fed07c9456fc1e013d70f3084e15e8392b8e319737eaf9eb9172e4b5a32a36039b096f754de2351ae4f5b68f0f1884230f55 SHA512 7bc2e85f8c4db8ca6db5140c9ebb471d3b1733c1c408595eb0bec531ec5f08fc86f4ee793a451bf51f359c8d4f07beac9e5ae9f418e2752be1c4fb0442b802de
diff --git a/dev-ruby/colorator/colorator-0.1-r1.ebuild b/dev-ruby/colorator/colorator-0.1-r1.ebuild
deleted file mode 100644
index c82f0c40a7ce..000000000000
--- a/dev-ruby/colorator/colorator-0.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Colorize your text in the terminal"
-HOMEPAGE="https://github.com/octopress/colorator"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""