diff --git a/dev-php/pecl-ssh2/Manifest b/dev-php/pecl-ssh2/Manifest index e443d87..3b9751e 100644 --- a/dev-php/pecl-ssh2/Manifest +++ b/dev-php/pecl-ssh2/Manifest @@ -1 +1 @@ -DIST ssh2-1.4.tgz 34139 BLAKE2B ad0638d268a4de473cb2ccc07aac4604118058e4e4b1cb40935dc6703b002b2a78b1a124e87131007ab1a584c5c40e628752dda2ff4ac8eedad2741a9c1065a5 SHA512 5ed1c5bca325b5cb22ea3b5c0c6d6847bdbd89ceef0e16f790fa01c607686aa664506c67cd54fc420459aa69d9772d70ceda541ad93390d9a668266593a4466d +DIST ssh2-1.4.1.tgz 34265 BLAKE2B 5cd257de7f3b2408f696d4acc463b981ca691f1a10a175e028beb77bf044640e1bfa2c85b1731096af398ae9920bf05f73e383db6c3f9e0c30e38a008ce70278 SHA512 9ff90b95b8fabfa2a75cf8a62a55e93df19d3e952f79234fc1d7ef3a030089f8b3703412bf6e22d85c7bf5825cf8493a4d97ad51a1600185d3d16f81c72e155c diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.4.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1-r1.ebuild similarity index 68% rename from dev-php/pecl-ssh2/pecl-ssh2-1.4.ebuild rename to dev-php/pecl-ssh2/pecl-ssh2-1.4.1-r1.ebuild index a189a2b..d90566a 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.4.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1-r1.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PHP_EXT_NAME="ssh2" -USE_PHP="php7-4 php8-1 php8-2" +USE_PHP="php7-4 php8-2 php8-3" + inherit php-ext-pecl-r3 DESCRIPTION="PHP bindings for the libssh2 library" +HOMEPAGE="https://pecl.php.net/package/ssh2" LICENSE="PHP-3.01" SLOT="7" -IUSE="" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # Upstream notes say there are errors with gcrypt backend DEPEND=">=net-libs/libssh2-1.2[-gcrypt]" RDEPEND="${DEPEND}"