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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 450CB15800A for ; Sat, 26 Aug 2023 15:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D2512BC017; Sat, 26 Aug 2023 15:10:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 769BC2BC017 for ; Sat, 26 Aug 2023 15:10:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3BF9335D64 for ; Sat, 26 Aug 2023 15:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38E061075 for ; Sat, 26 Aug 2023 15:09:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693062564.f2f3befa0e17ebf98c3fc788d183bd5acc16938b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/xdebug-handler/Manifest dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild X-VCS-Directories: dev-php/xdebug-handler/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2f3befa0e17ebf98c3fc788d183bd5acc16938b X-VCS-Branch: master Date: Sat, 26 Aug 2023 15:09:58 +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: 186441c1-f0f2-409a-a001-d67cd49eac47 X-Archives-Hash: 40dbfa6cc6fef6a8af2aaa83365a26df commit: f2f3befa0e17ebf98c3fc788d183bd5acc16938b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 12:55:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 15:09:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f3befa dev-php/xdebug-handler: drop 1.4.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-php/xdebug-handler/Manifest | 1 - dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest index 7e641018ea3c..82770a0cd130 100644 --- a/dev-php/xdebug-handler/Manifest +++ b/dev-php/xdebug-handler/Manifest @@ -1,2 +1 @@ -DIST xdebug-handler-1.4.3.tar.gz 13660 BLAKE2B 2edbd2755102ced0183e6d7ade341ed830b4c1d923f453868d29f39aa7de5159758fd162a369246adf4551a8a06c0bc6f1a29921369e47ba645f9aed2707a5b3 SHA512 ed92ca769276e66611de3cf9d44a03fd163516b973486ac5339dfe9cd9fbab8fb5f754799f59505f03aa5eb4ad175e804c6e61d0a5db63a558edf7ef1aff438c DIST xdebug-handler-2.0.1.tar.gz 14212 BLAKE2B 01200a86794145132a4c8d1b851a3131d73c23ca33d27fa9da26988f48a6c0df3552322f8fad0559ac00adf1605f35a65aa21591bc221d239ad2d8cbf4c303cd SHA512 6cc1d336a82f1edf6fb9dd317d0275c79754eb7a01fa34e0cc85c24b0a02363ccb2ff42e8b692d90077745f4db8409e7e66bef64f30a89b364eff71a4af7f4f1 diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild deleted file mode 100644 index 3bda89b13555..000000000000 --- a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Restart a CLI process without loading the xdebug extension" -HOMEPAGE="https://github.com/composer/xdebug-handler" -SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader - >=dev-php/psr-log-1.0.2" - -src_install() { - insinto /usr/share/php/Composer/XdebugHandler - doins src/*.php "${FILESDIR}/autoload.php" - dodoc README.md -}