From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh/
Date: Mon, 21 Mar 2016 16:14:47 +0000 (UTC) [thread overview]
Message-ID: <1458576882.bd5b2ee174fa1317212a0c598a2dc2ca7083c306.graaff@gentoo> (raw)
commit: bd5b2ee174fa1317212a0c598a2dc2ca7083c306
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 06:29:36 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 16:14:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5b2ee1
dev-ruby/net-ssh: add 3.1.0.
Package-Manager: portage-2.2.26
dev-ruby/net-ssh/Manifest | 1 +
dev-ruby/net-ssh/net-ssh-3.1.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/net-ssh/Manifest b/dev-ruby/net-ssh/Manifest
index d749f07..0a95af2 100644
--- a/dev-ruby/net-ssh/Manifest
+++ b/dev-ruby/net-ssh/Manifest
@@ -1,3 +1,4 @@
DIST net-ssh-git-2.10.0.tgz 172885 SHA256 ef063f3f967ec614df49acd74ede7694124f7ffc28c20c7434ac3841c181429a SHA512 f66db6465667baf0c253868cc15aab3261675a8c15ca4b244c3cd587ae5e8b7a273959b97d5fc498ff1b19e1f06f51ea571573d243366a59ef56faf41c2ae347 WHIRLPOOL 1460082033e0cef7dc6ddb2a645943039c0619573701c25fd6e0f784b596b8010142eef295e7df84a30f4239c8da743c500571ed557081b72d5a0212ffb8e9d0
DIST net-ssh-git-2.8.0.tgz 164483 SHA256 313c63f205f72469aa48d25690b8f98c14cbe0bf90ed2d577191599d609a5b4f SHA512 b16394cdd8d0e3c92f5b22fc882615ef7309606b5d8a413711dda9b76f628c74bc29bad96f0166d31d9de55c14bed1df178053e2d8afa47d78d5d8053e70a631 WHIRLPOOL 1dc057363d847df650e8e704f50bbbe095859f4bda1e617c86f234da28bfbaf57ea5a65ea9b48ea3c999e0dc02a7345bb6a060820509f75bb17aeb6aa521963a
DIST net-ssh-git-3.0.2.tgz 175130 SHA256 3d9ffc60b621f3aac4a6687e625759358b6b404122cf0bf0492f23b16c72467b SHA512 a55bab7d79b660f5cf16ad498732edeb8d555777cf70973b7d89f46f111374f2e0d6143202fd9e50cc0112aad79dd7fcfeafe0e5a470c9917650700e03ca756c WHIRLPOOL d1d78a59697fe3c4afc5c35a6492ff5cea55a891b47d1cc7daca628b1c8a92dfa6af6ae5262b1de7e62607bb8fcaa99c6b32386642457d8786467e8c784ab6b6
+DIST net-ssh-git-3.1.0.tgz 177270 SHA256 10895e9acb9da3d4ef8a55d667ffe12c1055c7b29e7dd9fb03e7748a81e6babc SHA512 f0c1e4020ef9fe8a5803289deaeaf189b8ee7db20fd3f5dd5820f3de2ea712a91796a42dc25a2d4f46862f950f96057c93e8c3a34c90e16fafb2dce19467f27d WHIRLPOOL 310a368fc182065465791a2ac1d4728d2e172b951dd8bbd4ce59a3e4fa5536cb4f818414a378292708fc7ef0a546c0c5684dcada47416a5b60831cfca35b8796
diff --git a/dev-ruby/net-ssh/net-ssh-3.1.0.ebuild b/dev-ruby/net-ssh/net-ssh-3.1.0.ebuild
new file mode 100644
index 0000000..dfc9c63
--- /dev/null
+++ b/dev-ruby/net-ssh/net-ssh-3.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt"
+RUBY_FAKEGEM_EXTRAINSTALL="support"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Non-interactive SSH processing in pure Ruby"
+HOMEPAGE="https://github.com/net-ssh/net-ssh"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend "virtual/ruby-ssl"
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."
+}
next reply other threads:[~2016-03-21 16:14 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 16:14 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-23 12:22 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh/ Hans de Graaff
2024-12-23 12:22 Hans de Graaff
2024-11-14 3:39 Sam James
2024-11-14 3:21 Sam James
2024-11-14 2:49 Sam James
2024-10-03 5:42 Hans de Graaff
2024-10-03 5:42 Hans de Graaff
2024-09-12 16:16 Jakov Smolić
2024-09-11 14:15 Sam James
2024-09-09 11:11 Sam James
2024-09-09 11:11 Sam James
2024-04-03 5:50 Hans de Graaff
2024-04-03 5:50 Hans de Graaff
2024-01-11 7:19 Hans de Graaff
2023-12-20 7:13 Hans de Graaff
2023-12-20 7:13 Hans de Graaff
2023-08-17 2:55 Sam James
2023-08-12 7:21 Hans de Graaff
2023-06-01 6:58 Jakov Smolić
2023-06-01 5:48 Sam James
2023-06-01 5:26 Sam James
2023-04-08 10:46 Arthur Zamarin
2023-04-02 2:56 Sam James
2023-04-02 2:56 Sam James
2023-03-26 3:03 Sam James
2023-03-13 7:14 Hans de Graaff
2023-01-21 9:08 Hans de Graaff
2022-12-03 10:23 Hans de Graaff
2022-08-17 15:39 Sam James
2022-08-17 15:39 Sam James
2022-06-26 6:20 Hans de Graaff
2022-03-14 6:34 Hans de Graaff
2021-09-28 1:01 Sam James
2020-08-21 6:57 Hans de Graaff
2020-07-21 9:33 Agostino Sarubbo
2020-07-21 9:31 Agostino Sarubbo
2020-07-21 9:29 Agostino Sarubbo
2020-07-21 8:48 Agostino Sarubbo
2020-07-20 6:15 Hans de Graaff
2020-07-20 2:23 Sam James
2020-07-11 17:43 Sam James
2020-07-11 15:28 Sam James
2020-07-11 3:39 Sam James
2020-06-12 12:22 Hans de Graaff
2020-06-10 4:58 Hans de Graaff
2020-04-26 5:28 Hans de Graaff
2020-04-22 5:51 Hans de Graaff
2020-03-05 8:11 Hans de Graaff
2019-09-11 11:06 Agostino Sarubbo
2019-09-11 8:43 Agostino Sarubbo
2019-09-11 8:28 Agostino Sarubbo
2019-09-11 8:20 Agostino Sarubbo
2019-09-11 7:43 Hans de Graaff
2019-03-12 5:49 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2019-01-19 14:48 Hans de Graaff
2019-01-16 19:01 Hans de Graaff
2018-12-31 6:58 Hans de Graaff
2018-11-26 19:27 Mikle Kolyada
2018-11-07 0:37 Sergei Trofimovich
2018-10-14 9:09 Sergei Trofimovich
2018-10-01 22:42 Thomas Deutschmann
2018-09-25 18:05 Hans de Graaff
2018-07-30 19:44 Hans de Graaff
2018-06-27 22:15 Sergei Trofimovich
2018-06-26 2:04 Aaron Bauman
2018-06-17 18:33 Hans de Graaff
2018-06-17 17:52 Hans de Graaff
2018-06-16 6:12 Hans de Graaff
2018-05-06 5:56 Hans de Graaff
2018-04-22 19:13 Hans de Graaff
2018-04-08 9:13 Sergei Trofimovich
2018-03-13 22:39 Sergei Trofimovich
2018-02-11 21:56 Thomas Deutschmann
2017-09-29 14:20 Hans de Graaff
2017-09-29 14:20 Hans de Graaff
2017-07-25 5:47 Hans de Graaff
2017-07-03 5:35 Hans de Graaff
2017-07-03 5:35 Hans de Graaff
2017-02-28 5:59 Hans de Graaff
2017-02-03 7:36 Hans de Graaff
2016-12-23 6:40 Hans de Graaff
2016-12-18 15:44 Agostino Sarubbo
2016-12-11 7:26 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-06-26 5:38 Hans de Graaff
2016-06-26 5:38 Hans de Graaff
2016-04-25 5:12 Hans de Graaff
2016-04-25 5:12 Hans de Graaff
2016-03-28 5:52 Hans de Graaff
2016-03-28 5:52 Hans de Graaff
2016-03-21 16:44 Hans de Graaff
2016-03-21 16:14 Hans de Graaff
2015-12-31 8:29 Hans de Graaff
2015-09-26 6:02 Hans de Graaff
2015-09-07 21:56 Richard Farina
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=1458576882.bd5b2ee174fa1317212a0c598a2dc2ca7083c306.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