From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/term-ansicolor/
Date: Wed, 28 Sep 2016 05:37:50 +0000 (UTC) [thread overview]
Message-ID: <1475041057.2c72e55fa1ea61cb3bd1f47813098d327c33f13d.graaff@gentoo> (raw)
commit: 2c72e55fa1ea61cb3bd1f47813098d327c33f13d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 05:37:37 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 05:37:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c72e55f
dev-ruby/term-ansicolor: add 1.4.0
Package-Manager: portage-2.2.28
dev-ruby/term-ansicolor/Manifest | 1 +
.../term-ansicolor/term-ansicolor-1.4.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/term-ansicolor/Manifest b/dev-ruby/term-ansicolor/Manifest
index 071243e..74dc4fe 100644
--- a/dev-ruby/term-ansicolor/Manifest
+++ b/dev-ruby/term-ansicolor/Manifest
@@ -1,3 +1,4 @@
DIST term-ansicolor-1.2.2.gem 889856 SHA256 b9534713ba4c2a48f2291fadf9ce2edae9f2dc96157ee812fe8fe16a70c081ac SHA512 c1ad873f47d2d0d0677d9c9229531cc341ab1650acf5b9a7704a4739796c9b7dfa6357ce60708b3e0efeb342837d9f23acc178005c4eae6b077a27f20a69eb15 WHIRLPOOL 5842abfa00a8a79f11fe6ebcee154fb2730c75786e45414ca382db946ce3d65652d6c5c8164988231f982100fc02e22612206eeb7cfe1e3e2985343316e12e0c
DIST term-ansicolor-1.3.0.gem 890368 SHA256 8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8 SHA512 ee039f4b5ecf8646b5c12c8d50f01c85b0dff0ab61f37199213407e29c4b4026cf44e5b12043a74a26a597a0a2572a282adcea21f5b8d2c5bb822fca4dfbdc1e WHIRLPOOL 1cdd9cfe7726415a890dc179f3c14b26fd61ccc81621a17c57e62821cc71daf783cdc93bf40a33da9705eb80615ec7dfbe67c30d61d6bcd492b9b83478f632c5
DIST term-ansicolor-1.3.2.gem 890368 SHA256 da7ba80ae2dad077736a48dac18ae9d859990e9ed6b952a276e79659a55fab79 SHA512 97617f3477f08e5ebbe70b5e8531031346d3639343c6a73fd802eb45777fbbba22649980f8968e2bba0394e470d5bb03bcd5b9374c36200c29a256016ed4cd29 WHIRLPOOL b8b1b6cb3d8f7d65665d3416da846412f3d2f2b609b52f2744492635b300f9c341d2f5528870ff70a3ec6401edb165741cca5916d417e15d8e1f407480f3ce46
+DIST term-ansicolor-1.4.0.gem 890880 SHA256 6a510f88287c68e6d439695cbd2416399c9189c7e6c501b55cfb98d34d0627bc SHA512 7f2c18d5879a35cc69e5f0064e98d6783e50d08bc51c3b5c97242a886847cd09c37acaca77428a1930673bdd448f26aefa5e0152afbc6b2dbb6e0a67e29a2de5 WHIRLPOOL 3a6086eb45b152a97967cb1f3929371d7548a46b8934142e1dc338ff5ae1336e49357f18bed9475edf7e78e61b185dfda44712e0eb125ea5ccfb997628fdb899
diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.4.0.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.4.0.ebuild
new file mode 100644
index 00000000..1c63cd5
--- /dev/null
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences"
+HOMEPAGE="https://flori.github.io/term-ansicolor/"
+LICENSE="GPL-2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/tins-1.0"
+
+each_ruby_test() {
+ ${RUBY} -Ilib -S testrb tests/*_test.rb || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ docinto examples
+ dodoc examples/*
+}
next reply other threads:[~2016-09-28 5:37 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-28 5:37 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 6:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/term-ansicolor/ Hans de Graaff
2025-01-04 6:53 Hans de Graaff
2024-10-06 14:29 Arthur Zamarin
2024-10-06 11:52 Sam James
2024-10-06 11:52 Sam James
2024-10-06 11:12 Sam James
2024-08-19 17:33 Sam James
2024-08-19 17:33 Sam James
2024-08-19 17:33 Sam James
2024-08-19 10:44 Arthur Zamarin
2024-08-19 10:44 Arthur Zamarin
2024-08-19 5:46 Hans de Graaff
2024-08-19 5:46 Hans de Graaff
2024-07-11 16:19 Hans de Graaff
2024-06-20 20:39 Arthur Zamarin
2024-06-20 20:20 Arthur Zamarin
2024-06-20 16:22 Sam James
2024-06-20 10:13 Sam James
2024-06-20 8:02 Sam James
2024-06-20 5:30 Hans de Graaff
2024-04-14 6:07 Hans de Graaff
2024-03-20 6:10 Hans de Graaff
2024-03-17 6:46 Hans de Graaff
2023-04-01 23:53 Sam James
2022-06-20 4:49 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2021-07-20 5:18 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-07-27 2:09 Sam James
2020-04-07 18:53 Hans de Graaff
2019-05-03 4:54 Hans de Graaff
2019-05-02 21:37 Mikle Kolyada
2019-05-02 21:37 Mikle Kolyada
2019-04-28 20:34 Thomas Deutschmann
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 15:48 Sergei Trofimovich
2019-04-26 20:35 Sergei Trofimovich
2019-04-20 17:46 Mikle Kolyada
2019-04-20 6:44 Hans de Graaff
2019-02-14 7:19 Sergei Trofimovich
2019-01-19 8:07 Hans de Graaff
2019-01-15 6:02 Hans de Graaff
2018-11-03 6:32 Hans de Graaff
2018-03-28 4:42 Hans de Graaff
2017-12-22 6:03 Hans de Graaff
2017-10-23 18:42 Thomas Deutschmann
2017-10-22 7:06 Hans de Graaff
2017-09-08 19:24 Markus Meier
2017-09-04 7:30 Tobias Klausmann
2017-08-25 7:03 Sergei Trofimovich
2017-08-23 21:43 Sergei Trofimovich
2017-06-29 5:19 Hans de Graaff
2017-06-28 8:08 Sergei Trofimovich
2017-06-19 5:19 Hans de Graaff
2017-04-15 6:06 Hans de Graaff
2017-03-29 5:21 Hans de Graaff
2017-03-26 7:50 Hans de Graaff
2017-03-26 7:50 Hans de Graaff
2016-12-09 6:59 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-06-05 7:59 Hans de Graaff
2016-04-17 14:43 Manuel Rüger
2015-11-11 6:27 Hans de Graaff
2015-10-16 7:14 Mikle Kolyada
2015-09-18 5:12 Hans de Graaff
2015-09-17 16:03 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475041057.2c72e55fa1ea61cb3bd1f47813098d327c33f13d.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox