commit:     8520ee33101bd78dcf8a841fa17b2d85bcbd0d1c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 04:37:04 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 04:37:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8520ee33

dev-ruby/tty-color: initial import of 0.5.0

Dependency for forthcoming dev-ruby/pastel

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/tty-color/Manifest               |  1 +
 dev-ruby/tty-color/metadata.xml           | 11 +++++++++++
 dev-ruby/tty-color/tty-color-0.5.0.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/tty-color/Manifest b/dev-ruby/tty-color/Manifest
new file mode 100644
index 00000000000..ddd86e66b43
--- /dev/null
+++ b/dev-ruby/tty-color/Manifest
@@ -0,0 +1 @@
+DIST tty-color-0.5.0.gem 11776 BLAKE2B 
fc22689783c86b5d18bd3134b198b2bdf50563bc14a25b8a02611ac6a46f494c86b17ff1307089a87ad92442d99da3d408b4907b83f3c67f495a66ceaaddc2ee
 SHA512 
998da9196055b011edf8b20595e548447d7a3cda3555a61c2645dac618dcebf8fcd3b257ae8948f93fd7720956f6dc2b554fb5521a8847017c4a2ab2e2b74e73

diff --git a/dev-ruby/tty-color/metadata.xml b/dev-ruby/tty-color/metadata.xml
new file mode 100644
index 00000000000..bb1d1133ed4
--- /dev/null
+++ b/dev-ruby/tty-color/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>[email protected]</email>
+               <name>Gentoo Ruby Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">piotrmurach/tty-color</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/tty-color/tty-color-0.5.0.ebuild 
b/dev-ruby/tty-color/tty-color-0.5.0.ebuild
new file mode 100644
index 00000000000..af90325690f
--- /dev/null
+++ b/dev-ruby/tty-color/tty-color-0.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal color capabilities detection"
+HOMEPAGE="https://github.com/piotrmurach/tty-color";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+       echo '-rspec_helper' > .rspec || die
+}

Reply via email to