commit: 171c6da43837f77dfb58d33725eeae56302e7ea1 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jul 7 12:51:43 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jul 7 12:52:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171c6da4
dev-ruby/net-scp: drop 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 | 46 ----------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-ruby/net-scp/Manifest b/dev-ruby/net-scp/Manifest index 95a44ef9404a..881ac996062a 100644 --- a/dev-ruby/net-scp/Manifest +++ b/dev-ruby/net-scp/Manifest @@ -1,2 +1 @@ -DIST net-scp-4.0.0.tar.gz 27962 BLAKE2B 0531fccad790e5466da9bf5c4cdcfa6416d84e759b096fcaabebc6403293be8ad8f15546126fb51bc76929d871b6ec067302dd88859c09e9c177bbbb4ecd6ae3 SHA512 9691f707c83d2b24954670e73b306f1262437d9c10561f4ceaa4979e3b06a237d97cba9f517f73931cd44a494fd04306ded077284927dcab313ce669037a1cdf DIST net-scp-4.1.0.tar.gz 29454 BLAKE2B dd4a2822849cda37dc1d4594bfddc2f1e47341f2490422a6db6dce97a14d223a560355a26f4b91aab94d7aebcf0a34838b4ece7bdf9827a85f8f0ef69e46a312 SHA512 817eafd9440e6867f7c3a6d52e8d1ea63e3a04def18edae4f065d182c084fd5afc021b96e0d615e2b57d1d3bf6fd43add524a846420d19ee36c6751284c058b7 diff --git a/dev-ruby/net-scp/net-scp-4.0.0.ebuild b/dev-ruby/net-scp/net-scp-4.0.0.ebuild deleted file mode 100644 index 4ab4f1e3f33c..000000000000 --- a/dev-ruby/net-scp/net-scp-4.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -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 ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -ruby_add_bdepend " - doc? ( dev-ruby/net-ssh:7 ) - test? ( - <dev-ruby/mocha-2.2.0:2 - dev-ruby/test-unit - )" - -ruby_add_rdepend "dev-ruby/net-ssh:7" - -all_ruby_prepare() { - sed -e "s:_relative ': './:" \ - -e 's/git ls-files -z/find -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - sed -e '/mocha/ s/setup/test_unit/' \ - -i test/common.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test test/test_all.rb || die -}
