summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2023-12-28 02:48:53 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-12-28 02:48:53 +0100
commit7d75b40c206d93fd5453af84cd0c7bc96b36db64 (patch)
tree1c29442e7728513c5771b453ea292b5da5e84010 /dev-php/pecl-ssh2
parentdev-php/pecl-eio: drop 3.0.0_rc2, 3.0.0_rc4 (diff)
downloadgentoo-7d75b40c206d93fd5453af84cd0c7bc96b36db64.tar.gz
gentoo-7d75b40c206d93fd5453af84cd0c7bc96b36db64.tar.bz2
gentoo-7d75b40c206d93fd5453af84cd0c7bc96b36db64.zip
dev-php/pecl-ssh2: drop 1.3.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r--dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild19
1 files changed, 0 insertions, 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}"