commit: 7d75b40c206d93fd5453af84cd0c7bc96b36db64
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 01:48:53 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 01:48:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d75b40c
dev-php/pecl-ssh2: drop 1.3.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild
b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild
deleted file mode 100644
index e78e7a80d05a..000000000000
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="ssh2"
-
-USE_PHP="php8-0"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="PHP bindings for the libssh2 library"
-LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
-KEYWORDS="amd64 x86"
-# Upstream notes say there are errors with gcrypt backend
-DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
-RDEPEND="${DEPEND}"