public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 29 Mar 2017 05:21:11 +0000 (UTC)	[thread overview]
Message-ID: <1490764782.4823303ddbec7f37c5141d900ab449e67e9871bc.graaff@gentoo> (raw)

commit:     4823303ddbec7f37c5141d900ab449e67e9871bc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 05:19:42 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 05:19:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4823303d

dev-ruby/term-ansicolor: add 1.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/term-ansicolor/Manifest                   |  1 +
 .../term-ansicolor/term-ansicolor-1.5.0.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/term-ansicolor/Manifest b/dev-ruby/term-ansicolor/Manifest
index dcf516ddad5..6e5ad5f1652 100644
--- a/dev-ruby/term-ansicolor/Manifest
+++ b/dev-ruby/term-ansicolor/Manifest
@@ -2,3 +2,4 @@ DIST term-ansicolor-1.2.2.gem 889856 SHA256 b9534713ba4c2a48f2291fadf9ce2edae9f2
 DIST term-ansicolor-1.3.0.gem 890368 SHA256 8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8 SHA512 ee039f4b5ecf8646b5c12c8d50f01c85b0dff0ab61f37199213407e29c4b4026cf44e5b12043a74a26a597a0a2572a282adcea21f5b8d2c5bb822fca4dfbdc1e WHIRLPOOL 1cdd9cfe7726415a890dc179f3c14b26fd61ccc81621a17c57e62821cc71daf783cdc93bf40a33da9705eb80615ec7dfbe67c30d61d6bcd492b9b83478f632c5
 DIST term-ansicolor-1.4.0.gem 890880 SHA256 6a510f88287c68e6d439695cbd2416399c9189c7e6c501b55cfb98d34d0627bc SHA512 7f2c18d5879a35cc69e5f0064e98d6783e50d08bc51c3b5c97242a886847cd09c37acaca77428a1930673bdd448f26aefa5e0152afbc6b2dbb6e0a67e29a2de5 WHIRLPOOL 3a6086eb45b152a97967cb1f3929371d7548a46b8934142e1dc338ff5ae1336e49357f18bed9475edf7e78e61b185dfda44712e0eb125ea5ccfb997628fdb899
 DIST term-ansicolor-1.4.1.gem 890880 SHA256 cc6a262ce123277f8e8a6629579c6bc065a9ca348f829a32c1655f5f6c5a9057 SHA512 c097a6ed9f57a0e1afcfeda3acca5c220f4f8491898448657b85f3becaf050264b5c0fc38685299e87c06d54416f095e8777fb23b5fcacd334a92bc1df3e2c23 WHIRLPOOL 9ade81688fd5679fc9db1210334a51e41201df4be4fee19426e0b988ac0168ee116ba028edb2d2d74cc5f208bc632c8f7761e21bb621d9a3c9bd56d7f9a1f972
+DIST term-ansicolor-1.5.0.gem 892416 SHA256 6971a1adbd22eabcc88ec3f1d8f81a1b68271c7ebbb3c520fa927772d0cf27ae SHA512 7f02fba4872f655c4b5e6891b107e21e5a1d3fe4c8df81be9ad67c985094f31d92a5eeee2648ee70acf2a467b38cef617f8986d27bacfcf193f823efcbdbde78 WHIRLPOOL e92fa9344f64630534aa2836018e0058c92529638715713e190989f23c8febfc19cccab4fb462d8cfb2cd5ad95a7832320e8e852153553af834bbf4dd3d2f154

diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.5.0.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.5.0.ebuild
new file mode 100644
index 00000000000..8ac8f200a93
--- /dev/null
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.5.0.ebuild
@@ -0,0 +1,34 @@
+# 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_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-2 tests/*_test.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	docinto examples
+	dodoc examples/*
+}


             reply	other threads:[~2017-03-29  5:21 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29  5:21 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-26  7:50 Hans de Graaff
2017-03-26  7:50 Hans de Graaff
2016-12-09  6:59 Hans de Graaff
2016-09-28  5:37 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=1490764782.4823303ddbec7f37c5141d900ab449e67e9871bc.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