mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-ruby/net-scp: drop 4.0.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
f5872d9490
commit
171c6da438
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user