summaryrefslogtreecommitdiff
path: root/dev-ruby/colorator
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/colorator
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/colorator')
-rw-r--r--dev-ruby/colorator/Manifest3
-rw-r--r--dev-ruby/colorator/colorator-1.1.0.ebuild26
-rw-r--r--dev-ruby/colorator/metadata.xml11
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-ruby/colorator/Manifest b/dev-ruby/colorator/Manifest
deleted file mode 100644
index 6ef15e759b66..000000000000
--- a/dev-ruby/colorator/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST colorator-1.1.0.tar.gz 5112 BLAKE2B 89c297ad2de64b4befd0e0f5b8b4fed07c9456fc1e013d70f3084e15e8392b8e319737eaf9eb9172e4b5a32a36039b096f754de2351ae4f5b68f0f1884230f55 SHA512 7bc2e85f8c4db8ca6db5140c9ebb471d3b1733c1c408595eb0bec531ec5f08fc86f4ee793a451bf51f359c8d4f07beac9e5ae9f418e2752be1c4fb0442b802de
-EBUILD colorator-1.1.0.ebuild 631 BLAKE2B 81212106d1717aef0fc0dc5a4a12a58e4b020aa09e9ceb805b839af616682abe135934e96d079304a78e39341e27cc5eed535ac698293fa518e745aa8f34f608 SHA512 d05a90de99ac7cd06b31d0a83e91155df808dfd81f16789d72b343ca5d4d85a34ec7566aabe9898a086d1ac2a87ff761ecffa4b1f755a2a266e6542005af2d89
-MISC metadata.xml 345 BLAKE2B 5815b6a126adbb21dc2358f24af8ed9b709e801789c23db9ae57aa8c7b1202fa52af5db19937ca8b7747ab56317934eeb2cdf70798669e34f060caf68313d57a SHA512 8d6ee4684e563c007ca7964185567ad26e2876bb9011e4e74e86db653d3ca96f72e2fbce67abc5f1997b9f37bb19efe3426689abb4039d2575189f4dae216876
diff --git a/dev-ruby/colorator/colorator-1.1.0.ebuild b/dev-ruby/colorator/colorator-1.1.0.ebuild
deleted file mode 100644
index b2b03e90105b..000000000000
--- a/dev-ruby/colorator/colorator-1.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Colorize your text in the terminal"
-HOMEPAGE="https://github.com/octopress/colorator"
-SRC_URI="https://github.com/octopress/colorator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e "/bundler/d" Rakefile || die
- sed -i -e "/luna/d" spec/spec/helper.rb || die
-}
diff --git a/dev-ruby/colorator/metadata.xml b/dev-ruby/colorator/metadata.xml
deleted file mode 100644
index c15e22f96339..000000000000
--- a/dev-ruby/colorator/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">octopress/colorator</remote-id>
- </upstream>
-</pkgmetadata>