diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 14:55:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:09:24 +0200 |
commit | f2f3befa0e17ebf98c3fc788d183bd5acc16938b (patch) | |
tree | c06d51b909a48e1317b1d34cffeb4ece509a3d85 /dev-php | |
parent | sys-kernel/vanilla-sources: add 6.1.48, drop 6.1.47 (diff) | |
download | gentoo-f2f3befa0e17ebf98c3fc788d183bd5acc16938b.tar.gz gentoo-f2f3befa0e17ebf98c3fc788d183bd5acc16938b.tar.bz2 gentoo-f2f3befa0e17ebf98c3fc788d183bd5acc16938b.zip |
dev-php/xdebug-handler: drop 1.4.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug-handler/Manifest | 1 | ||||
-rw-r--r-- | dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild | 23 |
2 files changed, 0 insertions, 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 -} |