From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/airbrussh/
Date: Sun, 24 Jul 2022 07:26:18 +0000 (UTC) [thread overview]
Message-ID: <1658647274.edb5ac437d451e2556bced3e15b25972af2b51b1.graaff@gentoo> (raw)
commit: edb5ac437d451e2556bced3e15b25972af2b51b1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 07:21:14 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 07:21:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb5ac43
dev-ruby/airbrussh: add 1.4.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/airbrussh/Manifest | 1 +
dev-ruby/airbrussh/airbrussh-1.4.1.ebuild | 40 +++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-ruby/airbrussh/Manifest b/dev-ruby/airbrussh/Manifest
index 400ce17e4b9d..fd09bb5de31a 100644
--- a/dev-ruby/airbrussh/Manifest
+++ b/dev-ruby/airbrussh/Manifest
@@ -1 +1,2 @@
DIST airbrussh-1.4.0.tar.gz 1450070 BLAKE2B 94f128cd25c5af48f17fa771c366d3cdf744dc4e7ccef23de583b1ed60ffe1640dd7d02d76fb78573936beb3412c277151b36a870ac3e11222c3135f34b0e140 SHA512 e3a5cb80365a963875e89d15fa2b4dc86985d6b5f13ecfa9baf9ad599b5780ef8ea2c2e4040bb35498a5ecd1c6becb081b3e917cfe082d2db63fd74ba54755b7
+DIST airbrussh-1.4.1.tar.gz 1450155 BLAKE2B cecdc1b278a23c76b169febf5aa704d024a1ef41344a81a24d28f2a0f53830804f494d1bf967d8a54bfa73a92df333095fcc4591970c1d3e2ed1c23095258d11 SHA512 33bc484a3ac42a2a4a3795068649e93472bded1f887d9cdab52f4268090889b1d6ddc1c8743574b07e174eb606b24311ee13952d8b61517841693b44bf92450e
diff --git a/dev-ruby/airbrussh/airbrussh-1.4.1.ebuild b/dev-ruby/airbrussh/airbrussh-1.4.1.ebuild
new file mode 100644
index 000000000000..50728e4b92a6
--- /dev/null
+++ b/dev-ruby/airbrussh/airbrussh-1.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="airbrussh.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A replacement log formatter for SSHKit"
+HOMEPAGE="https://github.com/mattbrictson/airbrussh"
+SRC_URI="https://github.com/mattbrictson/airbrussh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">dev-ruby/sshkit-1.7.0"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/mocha )"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ rm -f test/support/minitest_reporters.rb || die
+
+ # Add missing require
+ sed -i -e '1irequire "rake" ; require "rake/task"' test/support/rake_task_definition.rb || die
+
+ # Avoid a test poluting the environment
+ sed -i -e '/test_color_is_can_be_forced_via_env/,/^ end/ s:^:#:' test/airbrussh/console_test.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each {|f| require f}' || die
+}
next reply other threads:[~2022-07-24 7:26 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-24 7:26 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/airbrussh/ Sam James
2024-08-31 6:00 Hans de Graaff
2024-08-31 6:00 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-01-15 7:40 Hans de Graaff
2024-01-10 7:44 Hans de Graaff
2024-01-10 7:44 Hans de Graaff
2023-09-23 6:31 Hans de Graaff
2023-08-12 7:21 Hans de Graaff
2023-04-29 7:23 Hans de Graaff
2023-04-07 8:43 Sam James
2023-04-07 8:43 Sam James
2023-04-07 8:43 Sam James
2023-03-26 3:12 Sam James
2023-03-26 3:03 Sam James
2023-03-26 3:03 Sam James
2022-07-24 7:26 Hans de Graaff
2022-06-26 5:43 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2020-09-16 6:15 Hans de Graaff
2020-09-16 6:15 Hans de Graaff
2020-09-16 6:15 Hans de Graaff
2020-06-11 5:49 Hans de Graaff
2020-02-09 15:07 Hans de Graaff
2019-10-14 5:54 Hans de Graaff
2019-10-14 5:54 Hans de Graaff
2019-09-18 13:55 Hans de Graaff
2019-09-16 5:58 Hans de Graaff
2019-08-18 5:44 Hans de Graaff
2019-08-18 5:44 Hans de Graaff
2019-06-16 6:38 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-11-05 6:31 Hans de Graaff
2018-07-31 4:53 Hans de Graaff
2018-03-03 8:13 Hans de Graaff
2017-10-10 4:24 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=1658647274.edb5ac437d451e2556bced3e15b25972af2b51b1.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