mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/Net-SSH2: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST Net-SSH2-0.72.tar.gz 147016 BLAKE2B cc0b013dbc20377774ccb02792488326b6e46e496b66842ebbd0330bd85330880823d5becccf7470b800dd6b5f462f9f6386fcf40e12cba8b257cb77981dd75d SHA512 bd0453fa3c971111114f17f3972c0d98726020230ef4d5a21ccd102158d427b46ba3b508f95cf9119f2f207b7c2592adb06184db9cb0d7c69de854e7aa7c6851
|
||||
DIST Net-SSH2-0.73.tar.gz 146435 BLAKE2B 25c4be6d1053ef76a2d429a16c58f5d1309d7c82ac54870ec9d947475070bbefa2f6ff56301b3fdb5d2852930e17b70e87587d48e6bb4264b96e18f3a375cb41 SHA512 9d0f06f3404127e953a2b625e48de733dca122f95a467a5785ddaedac79c693874dbd904f0dad91c5539688fb89c5dc00e32ff34f005efb1e220784121788c92
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=SALVA
|
||||
DIST_VERSION=0.72
|
||||
DIST_EXAMPLES=( "example/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Support for the SSH 2 protocol via libssh2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gcrypt"
|
||||
|
||||
RDEPEND="
|
||||
sys-libs/zlib
|
||||
net-libs/libssh2
|
||||
!gcrypt? (
|
||||
dev-libs/openssl:0
|
||||
)
|
||||
gcrypt? (
|
||||
dev-libs/libgcrypt:0
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-Constant
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.50
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
use gcrypt && myconf=gcrypt
|
||||
perl-module_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user