diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-25 03:02:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-25 03:02:44 +0000 |
commit | 7f0b7329b3aa78ea82792fdf68ab48415fe4cc35 (patch) | |
tree | 5c9f3c3f65f2be496e4d9778fdeb4d0da2207c29 /dev-php/pecl-ssh2 | |
parent | 530a5a826feeb71085fb8a01927f4d775a0b131b (diff) |
gentoo auto-resync : 25:11:2024 - 03:02:44
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r-- | dev-php/pecl-ssh2/Manifest | 4 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild | 19 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 12 |
3 files changed, 28 insertions, 7 deletions
diff --git a/dev-php/pecl-ssh2/Manifest b/dev-php/pecl-ssh2/Manifest index b9378ed6bcdb..b0fdf13c2b05 100644 --- a/dev-php/pecl-ssh2/Manifest +++ b/dev-php/pecl-ssh2/Manifest @@ -1,4 +1,6 @@ DIST ssh2-1.3.1.tgz 33838 BLAKE2B 05976ad143563fd9d51be3f8e23b5b22099e351d6f252b612aa1dcb56648dc337b623d2cddf7b9079f3e07c879ca69215a1987cd6f4326f97ba134e13c6d28e7 SHA512 c74d4f699853148b53cdca0eaf8837bfdbdd21d185761606acadf2442e84dbefdb00cde207e0ce4794ae1e4f8692a38ed903b6d11fdc57bca7b54a4250da9a76 +DIST ssh2-1.4.1.tgz 34265 BLAKE2B 5cd257de7f3b2408f696d4acc463b981ca691f1a10a175e028beb77bf044640e1bfa2c85b1731096af398ae9920bf05f73e383db6c3f9e0c30e38a008ce70278 SHA512 9ff90b95b8fabfa2a75cf8a62a55e93df19d3e952f79234fc1d7ef3a030089f8b3703412bf6e22d85c7bf5825cf8493a4d97ad51a1600185d3d16f81c72e155c EBUILD pecl-ssh2-1.3.1-r1.ebuild 413 BLAKE2B c7329b86cd468a24274d5847aad083fc67341969ba9aea962a3085489cb70a63e041079617a041328de3e74f383d64b6ee3a0f716c7ffccc98dea2ff69b625f7 SHA512 2b9a74d51691f44ea990f910f3187fff8d7c0a36be6c83e63f52af329b33f6a95afd2f1b45e80da5472a72d4dd974101dc98d03801e46d20c945aaca2a11246a -EBUILD pecl-ssh2-9999.ebuild 455 BLAKE2B 676d67d2e1b5bb2bb0ba76c062e2b8bcd5bc1a228d4b4c656935f659d56907cef3369cd3cafec2810569c25d5251190e6c4b6325274fc0e6e4f51f06589bc49c SHA512 3e56aa1a8a1fd19a6d97d7d509ac7a7849b3f925297972417a3140a4e83a69088a1b63d499a975f32e0fcaf33481e6019f9cdd834d55c035759d50625149b8c0 +EBUILD pecl-ssh2-1.4.1.ebuild 452 BLAKE2B 2bb2d296da021a95821d1bb484d73efc02bc933eb7db4ebb75876b3f6e0534b53a9e729bf5fee42121f2c93b77a8e5f30592ee540b0f6a37dc842da6e34ddb32 SHA512 93b3d869109304a13ba68d2893a9b246aa6f6bde77cb5e10cc4cdbaf12498050c63b5f0df9d1bc6c81f08e7942b2d4799283a892fe3c7c7b87a644739fb8a896 +EBUILD pecl-ssh2-9999.ebuild 514 BLAKE2B 69eea3c88f8198b9c81fcccb819b48712236fef041a83cdca4a8e7ad2768f02a0d281ac376315308c08957e802ceb2fbc92843c74c88e682e838041f3bdb8fe6 SHA512 b89c085a688755e162db6d4a8a324e64b66d5c585f3e1d08b75c70205bb61205d15b1f7344ba787b58e8243ea96e5f62f4c2964c71b09d02f40aa0b1ab971a04 MISC metadata.xml 322 BLAKE2B 0576bb512c57e5e2809e3ec24de126d1f42823c1780fedae5cf2998a8074f60a6ee0aae29d8086c01c490623065d0adfd0a18568637875ff46408127a38aec60 SHA512 26fea3796f479e95df152a2d305b5ee50c0e3c44d3d0923dd0451e643ba93788f7d0e31f1d576f3d3fd90880550be4bde81b17ccc13268afa41ba566e7dbf43d diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild new file mode 100644 index 000000000000..f5d84cb102d4 --- /dev/null +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_NAME="ssh2" + +USE_PHP="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="0" +KEYWORDS="~amd64 ~x86" +# Upstream notes say there are errors with gcrypt backend +DEPEND=">=net-libs/libssh2-1.2[-gcrypt]" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild index 3a5b4f3cb3ba..2e15a59f37c7 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" PHP_EXT_NAME="ssh2" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2 php8-3" EGIT_REPO_URI="https://github.com/php/pecl-networking-ssh2.git" inherit php-ext-source-r3 git-r3 DESCRIPTION="PHP bindings for the libssh2 library" +HOMEPAGE="https://pecl.php.net/package/ssh2" LICENSE="PHP-3.01" -SLOT="7" -IUSE="" +SLOT="0" KEYWORDS="" -DEPEND=">=net-libs/libssh2-1.2" +# Upstream notes say there are errors with gcrypt backend +DEPEND=">=net-libs/libssh2-1.2[-gcrypt]" RDEPEND="${DEPEND}" -HOMEPAGE="https://pecl.php.net/package/ssh2" |