mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-perl/Net-SSH2: add 0.740.0
The configure logic was broken since 86a1274534dd7e0da03d98fb88c9c7ad4b1adb9b upstream (i.e. 0.720.0). Fixes: cd5db1beced561b60d189b1d7cb002d048735b84 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
bb1b3e9085
commit
f0b2c2323c
@ -1 +1,2 @@
|
||||
DIST Net-SSH2-0.73.tar.gz 146435 BLAKE2B 25c4be6d1053ef76a2d429a16c58f5d1309d7c82ac54870ec9d947475070bbefa2f6ff56301b3fdb5d2852930e17b70e87587d48e6bb4264b96e18f3a375cb41 SHA512 9d0f06f3404127e953a2b625e48de733dca122f95a467a5785ddaedac79c693874dbd904f0dad91c5539688fb89c5dc00e32ff34f005efb1e220784121788c92
|
||||
DIST Net-SSH2-0.74.tar.gz 146354 BLAKE2B 1c0ba255e26a5e874a3e3e50a39f8e675353803f76a87ec41dc3fc7ac9d4f5023372b652bf8829967a1405c1301567db75d5bcffdd27f417e86f3cc9827a7cff SHA512 cdaed673b9e773565228d31a0f78063789c3355d3056c1a45eff887ed5a6427cac42d3350d1f28915dd90c0abd523927b8a23b2586e595a922118ddadb7d11a9
|
||||
|
||||
36
dev-perl/Net-SSH2/Net-SSH2-0.740.0.ebuild
Normal file
36
dev-perl/Net-SSH2/Net-SSH2-0.740.0.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=RKITOVER
|
||||
DIST_VERSION=0.74
|
||||
DIST_EXAMPLES=( "example/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Support for the SSH 2 protocol via libssh2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gcrypt"
|
||||
|
||||
RDEPEND="
|
||||
net-libs/libssh2
|
||||
sys-libs/zlib
|
||||
!gcrypt? (
|
||||
dev-libs/openssl:=
|
||||
)
|
||||
gcrypt? (
|
||||
dev-libs/libgcrypt:=
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-perl/Module-Install"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
crypto_backend=$(usex gcrypt gcrypt openssl)
|
||||
)
|
||||
|
||||
perl-module_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user