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: Sat, 19 Jan 2019 14:48:14 +0000 (UTC)	[thread overview]
Message-ID: <1547909271.6f109f234ca1409fc1e7994e1def5af38be070f6.graaff@gentoo> (raw)

commit:     6f109f234ca1409fc1e7994e1def5af38be070f6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 13:30:20 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 14:47:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f109f23

dev-ruby/net-scp: add ruby26; allow net-ssh:5

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

 dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild b/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
index e3c0bb9e4c6..d717fa4a1aa 100644
--- a/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
+++ b/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
 
@@ -30,13 +30,13 @@ RUBY_PATCHES=(
 	)
 
 ruby_add_bdepend "
-	doc? ( >=dev-ruby/net-ssh-4.0:4 )
+	doc? ( || ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 ) )
 	test? (
-		>=dev-ruby/net-ssh-4.0:4
+		|| ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 )
 		dev-ruby/mocha
 	)"
 
-ruby_add_rdepend ">=dev-ruby/net-ssh-4.0:4"
+ruby_add_rdepend "|| ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 )"
 
 all_ruby_prepare() {
 	sed -i -e 's/>= 2.0.0/~> 2.0/' test/common.rb || die


             reply	other threads:[~2019-01-19 14:48 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-19 14:48 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-10-19  5:45 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
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=1547909271.6f109f234ca1409fc1e7994e1def5af38be070f6.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