summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-20 09:47:37 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-20 10:25:07 +0200
commitece869cbfadc401e9896649f4aa86c3246cae75f (patch)
tree865d3b8124f1688fdbae60013b8c9ea84a10f723 /dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild
parentdev-php/symfony-finder: drop 3.2.8, 3.4.28 (diff)
downloadgentoo-ece869cbfadc401e9896649f4aa86c3246cae75f.tar.gz
gentoo-ece869cbfadc401e9896649f4aa86c3246cae75f.tar.bz2
gentoo-ece869cbfadc401e9896649f4aa86c3246cae75f.zip
dev-php/xdebug-handler: drop 1.3.0, 1.3.1, 1.4.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild')
-rw-r--r--dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild b/dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild
deleted file mode 100644
index 806a747fbd38..000000000000
--- a/dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 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
-}