summaryrefslogtreecommitdiff
path: root/dev-ruby/colorator
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/colorator
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (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, 40 insertions, 0 deletions
diff --git a/dev-ruby/colorator/Manifest b/dev-ruby/colorator/Manifest
new file mode 100644
index 000000000000..6ef15e759b66
--- /dev/null
+++ b/dev-ruby/colorator/Manifest
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 000000000000..b2b03e90105b
--- /dev/null
+++ b/dev-ruby/colorator/colorator-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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
new file mode 100644
index 000000000000..c15e22f96339
--- /dev/null
+++ b/dev-ruby/colorator/metadata.xml
@@ -0,0 +1,11 @@
+<?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>