dev-ruby/airbrussh: initial import of 1.3.0
authorHans de Graaff <graaff@gentoo.org>
Tue, 10 Oct 2017 04:24:19 +0000 (06:24 +0200)
committerHans de Graaff <graaff@gentoo.org>
Tue, 10 Oct 2017 04:24:19 +0000 (06:24 +0200)
New dependency for dev-ruby/capistrano

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-ruby/airbrussh/Manifest [new file with mode: 0644]
dev-ruby/airbrussh/airbrussh-1.3.0.ebuild [new file with mode: 0644]
dev-ruby/airbrussh/metadata.xml [new file with mode: 0644]

diff --git a/dev-ruby/airbrussh/Manifest b/dev-ruby/airbrussh/Manifest
new file mode 100644 (file)
index 0000000..daecd43
--- /dev/null
@@ -0,0 +1 @@
+DIST airbrussh-1.3.0.tar.gz 1451304 SHA256 faf0e64b17d68082a345390bf36864e3420f27169dfb0e90c885f30a0ed34b9b SHA512 e7c22f21673f11b124ac0082cfec19dc12764f52058857248619bf41841e6b10b2c402d9c17a2db76b459ec5cd1f464d2c2ef78fcf0a202ea2287653980bf10b WHIRLPOOL f6729fb77baf7022835eda2becb1c309d83fe9b125aab5169fd5058c34071f35bf1e53ef6cd307670d2eb9fc324326e41bf123ee324f045dc58f06c8b5cc7302
diff --git a/dev-ruby/airbrussh/airbrussh-1.3.0.ebuild b/dev-ruby/airbrussh/airbrussh-1.3.0.ebuild
new file mode 100644 (file)
index 0000000..85dd8ca
--- /dev/null
@@ -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"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+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=""
+
+# Tests appear to be incompatible with recent minitest and mocha leading to errors on the use of stubs.
+RESTRICT="test"
+
+ruby_add_rdepend ">dev-ruby/sshkit-1.7.0"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+all_ruby_prepare() {
+       rm -f test/support/minitest_reporters.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
+}
diff --git a/dev-ruby/airbrussh/metadata.xml b/dev-ruby/airbrussh/metadata.xml
new file mode 100644 (file)
index 0000000..7ce5914
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+       <email>ruby@gentoo.org</email>
+       <name>Gentoo Ruby Project</name>
+</maintainer>
+<longdescription>
+Capistrano is a utility and framework for executing commands in parallel on
+multiple remote machines, via SSH.
+</longdescription>
+</pkgmetadata>