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: Mon, 10 Jun 2024 05:49:13 +0000 (UTC) [thread overview]
Message-ID: <1717998541.bd5c71e641cad1670ddea5538fb9bdbccd48442e.graaff@gentoo> (raw)
commit: bd5c71e641cad1670ddea5538fb9bdbccd48442e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 05:44:31 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 05:49:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5c71e6
dev-ruby/cri: add 2.15.12
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/cri/Manifest | 1 +
dev-ruby/cri/cri-2.15.12.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index d8c72654d0d7..4f5fb2c5bc82 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -1 +1,2 @@
DIST cri-2.15.11.gem 35328 BLAKE2B 774ebbd74ccd8f328d15a65515ed6c350d6bd00c9b757912c37a01aa71b745a3443755b8b59e7a8e6ac07c67f21d69dc4f96f972850e011d7b72d639c471d636 SHA512 a16d35a5e83401dda4e50bbb8a52b8a192e2876a708c516445559599f1e7c007d2f943efc662f43226bfd177356272dc7802fc01c8fdca543d4146bc537cae82
+DIST cri-2.15.12.gem 35328 BLAKE2B 97bfa878d75c8f1afade058cdd06ded7c5e7c079fcc570c2c427b910a37455ea8a33bfe35e9ee3a021c0d9f97ae4933c0b48487405d8c62fab0fbb49ab70340d SHA512 69bdd51fe6d62a07ce238b341dc0d576092443b291209357b1e9b708d7028d90a486cddee1cdf1883f035094b20442af9b11191062cc982175cedcfaf2fe4c51
diff --git a/dev-ruby/cri/cri-2.15.12.ebuild b/dev-ruby/cri/cri-2.15.12.ebuild
new file mode 100644
index 000000000000..9ec7c655a0c8
--- /dev/null
+++ b/dev-ruby/cri/cri-2.15.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+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"
+
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test"
+
+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
+
+ sed -e 's/MiniTest::Unit::TestCase/Minitest::Test/' \
+ -i test/helper.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib -S rake test_unit || die
+}
next reply other threads:[~2024-06-10 5:49 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 5:49 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-11 7:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cri/ 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-11-02 5:40 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=1717998541.bd5c71e641cad1670ddea5538fb9bdbccd48442e.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