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/net-ssh/
Date: Tue, 12 Mar 2019 05:49:38 +0000 (UTC)	[thread overview]
Message-ID: <1552369628.fe36ce55999552eb024b4b72cfc224ae8e9ffa93.graaff@gentoo> (raw)

commit:     fe36ce55999552eb024b4b72cfc224ae8e9ffa93
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 05:41:29 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 05:47:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe36ce55

dev-ruby/net-ssh: add 5.2.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/net-ssh/Manifest             |  1 +
 dev-ruby/net-ssh/net-ssh-5.2.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/net-ssh/Manifest b/dev-ruby/net-ssh/Manifest
index 9a9c7b0fabe..a1ced490ccb 100644
--- a/dev-ruby/net-ssh/Manifest
+++ b/dev-ruby/net-ssh/Manifest
@@ -1,3 +1,4 @@
 DIST net-ssh-git-4.2.0.tgz 197417 BLAKE2B 5714185d9b83d3010e6b9baa07ac541e9227379cbfecc3a506d870d8d9fa528f59b605df4ff02ae6bfc16893bfb22734395096a77fcbe19fb939ecc1a343a9b5 SHA512 0a3609590d797a8cb4732e8cf743606a4919f57475b6eb2447a3db0c28f1bd405804fdc47a4062e503acdd4b785a1de9794a6db433cabb884105166eff6a8c5b
 DIST net-ssh-git-5.0.2.tgz 206757 BLAKE2B ac9a317dc238f7e3e794e4d8fcccc063d5d34dbe2e50a142e701957ad5c754985523624e97ca0b7d5773d2fefc3f10f3d61b2976997abd29511cd3934ea0e0bd SHA512 6e96d4b3cb2f4f14aa046af72b70a5e3b218153db40dc64996ad0061ea89cc9ac0dc0510a4231734c7385c03436d4116dfe4c9ac4b313c9fc5b029fc8a6c04d6
 DIST net-ssh-git-5.1.0.tgz 208940 BLAKE2B f4661bb8d0071717d342521126c0b8a834ab7775b67ad21b3d381205fc74aa1bb39f0cb406f0b90815be13c430eb5f69af2a86fe10214ec8db7829425e9c0399 SHA512 49f8f749f5e711af8002c8eb281505eb249362d58f870aabe55e8043bb8d1e94b1428246bd488508b58ec2fe089aeaf46ef758625af0573201e2ae830846525d
+DIST net-ssh-git-5.2.0.tgz 209986 BLAKE2B 6a1bc97da733420607c6ebe69a01f42d58998297a12394a29c9b4f5af425781d6b1b3535cecef21a0918eefc2e032f519fce9c5691c0a735c7810452f468d780 SHA512 cf2fa9817b124f0f35115abef51a4865073b3126b94d66cd307994bba06745513aaab1c1bcf64907a7b3bbce793b272b3f521cfa93f9339ca78ec8cef09cbeeb

diff --git a/dev-ruby/net-ssh/net-ssh-5.2.0.ebuild b/dev-ruby/net-ssh/net-ssh-5.2.0.ebuild
new file mode 100644
index 00000000000..f2c12b44739
--- /dev/null
+++ b/dev-ruby/net-ssh/net-ssh-5.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+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="5"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="ed25519 test"
+
+ruby_add_rdepend "virtual/ruby-ssl ed25519? ( dev-ruby/ed25519 dev-ruby/bcrypt_pbkdf )"
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"
+
+all_ruby_prepare() {
+	# Avoid bundler dependency
+	sed -i -e '/\(bundler\|:release\)/ s:^:#:' Rakefile || die
+}
+
+src_test() {
+	# prevent tests from trying to connect to ssh-agent socket and failing
+	unset SSH_AUTH_SOCK
+	if ! use ed25519; then
+		export NET_SSH_NO_ED25519=true
+	fi
+	ruby-ng_src_test
+}


             reply	other threads:[~2019-03-12  5:49 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-12  5:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03  5:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh/ 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-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
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=1552369628.fe36ce55999552eb024b4b72cfc224ae8e9ffa93.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