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/cri/
Date: Thu,  2 Nov 2017 05:40:44 +0000 (UTC)	[thread overview]
Message-ID: <1509601167.77e6b5637e674978db615c6d374bd894d4096499.graaff@gentoo> (raw)

commit:     77e6b5637e674978db615c6d374bd894d4096499
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 05:39:27 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 05:39:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e6b563

dev-ruby/cri: add 2.10.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/cri/Manifest          |  1 +
 dev-ruby/cri/cri-2.10.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index c2e14e2fba7..a57dc4cfc18 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -1,4 +1,5 @@
 DIST cri-2.10.0.gem 28672 SHA256 6c7210f06b72acc3de6edf993ed9a6b71ff0a72af14d5c1daed4248b17cfd9f8 SHA512 90c33031c5819823aca54b6ea8be18aeae9a0e707f25a62dfb4091724f46782ed9f44200950ae6d5f654d58c2b925dfcbb3d404acc6ac38b86dba922aed18efb WHIRLPOOL 3ea1468fc537a40d367bff3f44b660494a225f2a898f679bf07db679961f72874e0c55ed49b37bbe04f83791876635067b55cf16b7782c28d088b25b7fc3cfa3
+DIST cri-2.10.1.gem 28672 SHA256 1eef87a803f742339fbf5c03e0b4a3c8e9ecdce31d551d50b5ef8fda98ec9ea6 SHA512 f71cdd00613b226f916c9f45f9e8ce3a7c0c68bdb547de6df8b9457c018627c18ce978a13c971e0ef2cd24ec985f815df0389d0ddabd463eef93d5e2147e6101 WHIRLPOOL 445536ed0198cfa492cdfd0bd021fc5346136957b5f210f3b62e66d780b33e0711fca5a9c13662ce2288c92e92533854d0c90e29e8c82bc1c29d05210ce2f05f
 DIST cri-2.7.1.gem 25088 SHA256 989fc14d1986c9c252c84e1b22e300fd139ef6bc4c9c57762a93cbf7eb4fd5f5 SHA512 37d641390dc83550c254b3c48018f7f2c53f73161807c299cb78ef84b8625e5f00cd8c877ac464ece5c6623d7118872c45648ed56c2bd5f53ae62cd66b8e24d1 WHIRLPOOL 85a5eb19f439d8fb53c56139bf6fe14faef2790c2eb5c319b2e8c52d92807f257771180afcf7af4342747cd69ae4787ad5266fb3f01bb2a2c01fba9f9f8fc9a5
 DIST cri-2.8.0.gem 25600 SHA256 61da9c5aa44d46b0e1e4bc2a7f310ed6f521883aeb318a456fb237ba6e005240 SHA512 ea8543debfda3a9e6ed1ea304b93dcf12114cdade532981b6c1e854ce37fa0c939455b7501f7b36a6efbdd1fd6b77696b97f9baacdb7029f55a9e707c19225a6 WHIRLPOOL b31d1bb63e59ffdcc9fc6d3e8cd7090ad9a7dac9a7602e68883c5417e69bef36fccd65f740f362ab46d85dfb22899a813782d1405ae14e779bc56b4bcc085478
 DIST cri-2.9.1.gem 26624 SHA256 add77bfd624700abd48a13a3569c224caedaf98a40961bc901fda781897e5efe SHA512 5abf0ba9315563c4b12ccc11ccb74811fea4de16f25ea2b81fb0854bdeef418bfdc45ab84320f5d71d89bfdcefe5e2a6eb66900aec9231ac1ca999c84b944805 WHIRLPOOL fc8ebfd8b7442e18f674ce894048d9b8e7792f4dfbf231c036991f16c28a243863bdb1ee58271717d7d7959348b7e8cbf5536ac9bdae566ef1927161daab9f39

diff --git a/dev-ruby/cri/cri-2.10.1.ebuild b/dev-ruby/cri/cri-2.10.1.ebuild
new file mode 100644
index 00000000000..01337421830
--- /dev/null
+++ b/dev-ruby/cri/cri-2.10.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
+HOMEPAGE="https://rubygems.org/gems/cri"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/colored-1.2"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+	test? ( dev-ruby/yard dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
+	sed -i -e '/rubocop/ s:^:#:' \
+		-e '/RuboCop/,/end/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib -S rake test_unit || die
+}


             reply	other threads:[~2017-11-02  5:40 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-02  5:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10  5:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cri/ Hans de Graaff
2024-02-11  7:26 Hans de Graaff
2024-01-13 14:04 Hans de Graaff
2023-03-29  6:35 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2022-03-18  6:50 Jakov Smolić
2021-11-02  5:07 Hans de Graaff
2021-11-02  5:07 Hans de Graaff
2021-01-06  6:21 Hans de Graaff
2020-09-15  6:00 Hans de Graaff
2020-09-15  6:00 Hans de Graaff
2020-01-22  7:54 Hans de Graaff
2019-06-15  9:55 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-20  5:38 Hans de Graaff
2019-04-30  5:49 Hans de Graaff
2019-02-09  7:30 Hans de Graaff
2019-01-20  6:54 Hans de Graaff
2019-01-20  6:54 Hans de Graaff
2018-11-06  6:42 Hans de Graaff
2018-09-22  5:25 Hans de Graaff
2018-09-22  5:25 Hans de Graaff
2018-08-28  4:52 Hans de Graaff
2018-08-25  5:45 Hans de Graaff
2018-08-19  5:09 Hans de Graaff
2018-08-13  4:57 Hans de Graaff
2018-08-04  5:46 Hans de Graaff
2018-04-28  7:09 Hans de Graaff
2018-03-27 21:38 Aaron Bauman
2018-02-02 17:14 Hans de Graaff
2017-10-27  5:56 Hans de Graaff
2017-08-12  5:14 Hans de Graaff
2017-06-05  4:45 Hans de Graaff
2017-04-02  5:28 Hans de Graaff
2017-02-04 16:17 Hans de Graaff
2016-12-04  6:52 Hans de Graaff
2016-03-09 22:48 Manuel Rüger
2015-12-11  7:13 Hans de Graaff

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=1509601167.77e6b5637e674978db615c6d374bd894d4096499.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