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-scp/
Date: Wed, 19 Oct 2022 05:45:09 +0000 (UTC)	[thread overview]
Message-ID: <1666158291.20a744d916ad8f7dde219a5349dfb5f2bd73849c.graaff@gentoo> (raw)

commit:     20a744d916ad8f7dde219a5349dfb5f2bd73849c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 05:28:02 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 05:44:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a744d9

dev-ruby/net-scp: add 4.0.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/net-scp/Manifest             |  1 +
 dev-ruby/net-scp/net-scp-4.0.0.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/net-scp/Manifest b/dev-ruby/net-scp/Manifest
index 1d9f8827588e..fa5cce36eef8 100644
--- a/dev-ruby/net-scp/Manifest
+++ b/dev-ruby/net-scp/Manifest
@@ -1 +1,2 @@
 DIST net-scp-3.0.0.tar.gz 27947 BLAKE2B 78a1100b7602b9c09c8f06228b6e564fce15133c6cf8c9816613cb56b1d3805d9393700eb66c3710e482771e4116beae393c12ad12963b85428e21e7cf105218 SHA512 6d68b75124ccd2d387983f6d66a8b0e040132ba17d942631c806e899dff757ffae7a031a27ea0988166bf56e803c1a6175199845a848b92c7064388564e0ac79
+DIST net-scp-4.0.0.tar.gz 27962 BLAKE2B 0531fccad790e5466da9bf5c4cdcfa6416d84e759b096fcaabebc6403293be8ad8f15546126fb51bc76929d871b6ec067302dd88859c09e9c177bbbb4ecd6ae3 SHA512 9691f707c83d2b24954670e73b306f1262437d9c10561f4ceaa4979e3b06a237d97cba9f517f73931cd44a494fd04306ded077284927dcab313ce669037a1cdf

diff --git a/dev-ruby/net-scp/net-scp-4.0.0.ebuild b/dev-ruby/net-scp/net-scp-4.0.0.ebuild
new file mode 100644
index 000000000000..6e81a942da16
--- /dev/null
+++ b/dev-ruby/net-scp/net-scp-4.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_GEMSPEC="net-scp.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
+HOMEPAGE="https://github.com/net-ssh/net-scp"
+SRC_URI="https://github.com/net-ssh/net-scp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+ruby_add_bdepend "
+	doc? ( || ( dev-ruby/net-ssh:7 dev-ruby/net-ssh:6 dev-ruby/net-ssh:5 ) )
+	test? (
+		dev-ruby/mocha
+	)"
+
+ruby_add_rdepend "|| ( dev-ruby/net-ssh:7 dev-ruby/net-ssh:6 dev-ruby/net-ssh:5 )"
+
+all_ruby_prepare() {
+	sed -e "s:_relative ': './:" \
+		-e 's/git ls-files -z/find -print0/' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:test test/test_all.rb || die
+}


             reply	other threads:[~2022-10-19  5:45 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19  5:45 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-07 12:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-scp/ Hans de Graaff
2025-05-21  9:20 Sam James
2025-05-20 16:56 Sam James
2025-05-18 12:13 Arthur Zamarin
2025-04-30 11:49 Hans de Graaff
2025-01-24  6:56 Hans de Graaff
2024-04-24  6:57 Hans de Graaff
2024-01-13  8:30 Hans de Graaff
2023-09-10 11:45 Hans de Graaff
2023-09-10 11:41 Hans de Graaff
2023-04-02  2:56 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:12 Sam James
2023-03-26  3:03 Sam James
2023-01-10  6:40 Hans de Graaff
2022-08-17 15:39 Sam James
2022-03-31  5:39 Hans de Graaff
2021-09-28  1:04 Sam James
2021-09-25  8:49 Hans de Graaff
2021-09-25  5:18 Agostino Sarubbo
2021-09-13  7:00 Agostino Sarubbo
2021-09-13  6:57 Agostino Sarubbo
2021-09-12  7:37 Sam James
2020-08-22  7:56 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2020-04-27  4:48 Hans de Graaff
2019-04-22  5:40 Hans de Graaff
2019-01-19 14:48 Hans de Graaff
2018-07-30 19:47 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-05-13  5:47 Hans de Graaff
2018-04-27 10:58 Hans de Graaff
2018-04-08  9:13 Sergei Trofimovich
2018-03-13 22:39 Sergei Trofimovich
2018-03-03  7:28 Hans de Graaff
2017-05-09 18:51 Hans de Graaff
2016-11-15  0:40 Manuel Rüger
2016-09-17  5:53 Hans de Graaff
2016-07-22  7:05 Hans de Graaff
2016-04-25  5:12 Hans de Graaff
2016-03-23  6:16 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=1666158291.20a744d916ad8f7dde219a5349dfb5f2bd73849c.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