mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Net-SFTP-Foreign: Remove old 1.810.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST Net-SFTP-Foreign-1.81.tar.gz 162752 BLAKE2B beac97a2fbe0a998036d3baa539f2910df79d07cc9511fbb76bf94578b2a426e2340ebf46a0c9a0cf280b51778a9b49aee67859f42e902de75d207b11498475a SHA512 b8d62ac3558f2ad1c53d2e0018f57e7fbc9b729eaad668a61d4a6d1bbc51be3648685bcd242980eff97c537b29d10925523b2e23e48130354cf516edee935a07
|
||||
DIST Net-SFTP-Foreign-1.87.tar.gz 169840 BLAKE2B 469d66192dfacbae16e348980b0d718983382546600a8daef3bcf2caa9e32ec7355f3aca948af652632668d9f9d78aca1ff28a26b5e88cb0d1cb9a398371ebe6 SHA512 c121053ee4b5442b91d4c98b7c331b3a0f0b6eaa8d2292cbb7246884751effa76c5afa797bd3f4c5b7125b0cc5bf9bfcddfed7b0453e938284b89e679042af02
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=SALVA
|
||||
DIST_VERSION=1.81
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="SSH File Transfer Protocol client"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~hppa ~sparc x86"
|
||||
IUSE="test examples"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
# https://rt.cpan.org/Ticket/Display.html?id=112709
|
||||
"${FILESDIR}/${DIST_VERSION}-test-server-path.patch"
|
||||
)
|
||||
RDEPEND="
|
||||
virtual/perl-Scalar-List-Utils
|
||||
virtual/perl-Time-HiRes
|
||||
virtual/ssh
|
||||
"
|
||||
DEPEND="
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
|
||||
src_install() {
|
||||
perl-module_src_install
|
||||
if use examples; then
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
insinto usr/share/doc/${PF}/examples
|
||||
doins -r samples/*
|
||||
fi
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
diff -Naur Net-SFTP-Foreign-1.81/t/common.pm Net-SFTP-Foreign-1.81b/t/common.pm
|
||||
--- Net-SFTP-Foreign-1.81/t/common.pm 2015-10-06 11:27:30.000000000 +0000
|
||||
+++ Net-SFTP-Foreign-1.81b/t/common.pm 2016-03-04 20:32:09.551563940 +0000
|
||||
@@ -62,6 +62,7 @@
|
||||
File::Spec->catfile($up, 'sbin', $ssname),
|
||||
File::Spec->catfile($up, 'lib', 'openssh', $ssname),
|
||||
File::Spec->catfile($up, 'usr', 'lib', $ssname),
|
||||
+ File::Spec->catfile($up, 'usr', 'lib64','misc', $ssname),
|
||||
File::Spec->catfile($up, 'usr', 'libexec', $ssname),
|
||||
File::Spec->catfile($up, 'usr', 'sbin', $ssname) ) {
|
||||
|
||||
Reference in New Issue
Block a user