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, 22 Aug 2020 07:56:03 +0000 (UTC) [thread overview]
Message-ID: <1598082946.e5cb9cf0ffd8748ca19c2d9d68efa5626b9964e7.graaff@gentoo> (raw)
commit: e5cb9cf0ffd8748ca19c2d9d68efa5626b9964e7
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 05:31:09 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 07:55:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cb9cf0
dev-ruby/net-scp: cleanup
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-scp/Manifest | 1 -
dev-ruby/net-scp/net-scp-2.0.0.ebuild | 44 -----------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-ruby/net-scp/Manifest b/dev-ruby/net-scp/Manifest
index 13402c80a4c..91c0388ff82 100644
--- a/dev-ruby/net-scp/Manifest
+++ b/dev-ruby/net-scp/Manifest
@@ -1,3 +1,2 @@
DIST net-scp-1.2.1.gem 32768 BLAKE2B 67abf0b66aa6e8f28bdfa314a20f594eedafc5aeaf5d0ae8884cb7e27203699a791623968da98aaebda1630d47bf5859cc3e38875fe17dc8c7ce7926b50848a5 SHA512 64645a4517d6e408e3acfdb24576c8ded3b6ff981035ca10a2e081f9e3ab093f97b4848da4acca03ade364483766677e31296d09a31db4c81eb40123fc966829
-DIST net-scp-2.0.0.tar.gz 27835 BLAKE2B 2f5c9504ade26226a31fd766869f4deef3b344e99e71f780f184361efc75cad880c0dd266779d7f2550f176a86e89740edf27943c9ed81691378e5c3bf3241f0 SHA512 cd3470dfb2afba91911c429828d158e97e4feb17e211807abb05ab251622dc066e392521de250a8f2d4cf9d53c79598d636ef70c559b6aca7e1e7aa59ea3b36e
DIST net-scp-3.0.0.tar.gz 27947 BLAKE2B 78a1100b7602b9c09c8f06228b6e564fce15133c6cf8c9816613cb56b1d3805d9393700eb66c3710e482771e4116beae393c12ad12963b85428e21e7cf105218 SHA512 6d68b75124ccd2d387983f6d66a8b0e040132ba17d942631c806e899dff757ffae7a031a27ea0988166bf56e803c1a6175199845a848b92c7064388564e0ac79
diff --git a/dev-ruby/net-scp/net-scp-2.0.0.ebuild b/dev-ruby/net-scp/net-scp-2.0.0.ebuild
deleted file mode 100644
index 8c3e84358cc..00000000000
--- a/dev-ruby/net-scp/net-scp-2.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=(
- ${P}-raise-correct-errors.patch
- ${P}-fix-common.path
- ${P}-fix-download_test.patch
- ${P}-fix-download_test_2.patch
- ${P}-fix-download_test_3.patch
- ${P}-fix-upload_tests.patch
- ${P}-raise-correct-errors-net-ssh-4.0-compat.patch
- )
-
-ruby_add_bdepend "
- doc? ( || ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 ) )
- test? (
- || ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 )
- dev-ruby/mocha
- )"
-
-ruby_add_rdepend "|| ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:test test/test_all.rb || die
-}
next reply other threads:[~2020-08-22 7:56 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-22 7:56 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-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=1598082946.e5cb9cf0ffd8748ca19c2d9d68efa5626b9964e7.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