From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88005158015 for ; Thu, 28 Dec 2023 02:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A84A52BC01C; Thu, 28 Dec 2023 02:00:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83D612BC014 for ; Thu, 28 Dec 2023 02:00:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D7E335D77 for ; Thu, 28 Dec 2023 02:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4DF119 for ; Thu, 28 Dec 2023 02:00:40 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1703728133.7d75b40c206d93fd5453af84cd0c7bc96b36db64.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild X-VCS-Directories: dev-php/pecl-ssh2/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7d75b40c206d93fd5453af84cd0c7bc96b36db64 X-VCS-Branch: master Date: Thu, 28 Dec 2023 02:00:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93fc98be-6c5f-4d55-a983-62c61bbe976c X-Archives-Hash: 5960877748bef7b2c07c622d0fa8c5b1 commit: 7d75b40c206d93fd5453af84cd0c7bc96b36db64 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 28 01:48:53 2023 +0000 Commit: Conrad Kostecki gentoo 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 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}"