Diff libssh2-1.11.1 with a libssh2-9999
| /usr/portage/net-libs/libssh2/libssh2-9999.ebuild 2025-11-06 18:18:08.518167743 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/danielstenberg.asc |
|
| 7 |
inherit cmake-multilib verify-sig |
|
| 6 |
inherit cmake-multilib git-r3 |
|
| 8 | 7 | |
| 9 | 8 |
DESCRIPTION="Library implementing the SSH2 protocol" |
| 10 | 9 |
HOMEPAGE="https://libssh2.org" |
| 11 |
SRC_URI=" |
|
| 12 |
https://libssh2.org/download/${P}.tar.xz
|
|
| 13 |
verify-sig? ( |
|
| 14 |
https://libssh2.org/download/${P}.tar.xz.asc
|
|
| 15 |
) |
|
| 16 |
" |
|
| 10 |
EGIT_REPO_URI="https://github.com/libssh2/libssh2" |
|
| 17 | 11 | |
| 18 | 12 |
LICENSE="BSD" |
| 19 | 13 |
SLOT="0" |
| 20 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" |
|
| 14 |
KEYWORDS="" |
|
| 21 | 15 |
IUSE="gcrypt mbedtls test zlib" |
| 22 | 16 |
REQUIRED_USE="?? ( gcrypt mbedtls )" |
| 23 | 17 |
RESTRICT="!test? ( test )" |
| ... | ... | |
| 35 | 29 |
DEPEND=" |
| 36 | 30 |
${RDEPEND}
|
| 37 | 31 |
" |
| 38 |
BDEPEND=" |
|
| 39 |
verify-sig? ( sec-keys/openpgp-keys-danielstenberg ) |
|
| 40 |
" |
|
| 41 | 32 | |
| 42 | 33 |
PATCHES=( |
| 43 | 34 |
"${FILESDIR}"/${PN}-1.11.0-mansyntax_sh.patch
|