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: Sat,  3 Nov 2018 06:32:44 +0000 (UTC)	[thread overview]
Message-ID: <1541226650.8850ee258554397cd3c8dd79db9d6990f98f757a.graaff@gentoo> (raw)

commit:     8850ee258554397cd3c8dd79db9d6990f98f757a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 06:30:50 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 06:30:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8850ee25

dev-ruby/term-ansicolor: add 1.7.0

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

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

diff --git a/dev-ruby/term-ansicolor/Manifest b/dev-ruby/term-ansicolor/Manifest
index 63e929766db..d8bb21e23ac 100644
--- a/dev-ruby/term-ansicolor/Manifest
+++ b/dev-ruby/term-ansicolor/Manifest
@@ -1 +1,2 @@
 DIST term-ansicolor-1.6.0.gem 43008 BLAKE2B fdfb01a22256e1203947006745c9f632592fa1402188c5f4394f1cc8fef7475ff7e68cc80f5a026b9329de82cb578c7d82457adbd2c9905d0c264bf80c4e0c24 SHA512 574999d67f3fe167aefe9b11c04dc34cb4263c4eb105e147933def3a90b5bd7acccd7033a72a66f54fc33dde50f862037dbd8c53951243a7bd8787bdfd237139
+DIST term-ansicolor-1.7.0.gem 44544 BLAKE2B 33ecb92a7d48599bb899e82e0db02049c359ca8075e20efb79d0b1de28f2223d11e18724362e8b3755c6aade194df3e6ba4cdaa718cdb66b74afc9072fc3e77f SHA512 98fdb170822171fa4bf1eae5ee2537b76102c707be39882a7aeb7895989a724d1a172304b3a997021bf4d5da7b48c8186579ab3e9925ffd4f0a4bfa4a80da02c

diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.7.0.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.7.0.ebuild
new file mode 100644
index 00000000000..14b5c5ce7e7
--- /dev/null
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+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 ~ia64 ~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:[~2018-11-03  6:32 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-03  6:32 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:29 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/term-ansicolor/ 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-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-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=1541226650.8850ee258554397cd3c8dd79db9d6990f98f757a.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