summaryrefslogtreecommitdiff
path: root/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-14 01:51:23 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-14 01:51:23 +0000
commit341dfc0f42f081facf6c92bde0bf86fd60591685 (patch)
tree14ff08783134cb06e6a8920990d5a25d5ea4a47f /dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
parent2c8230c31ca7363769f75fe74118ccdc43b69a6a (diff)
downloadbaldeagleos-repo-341dfc0f42f081facf6c92bde0bf86fd60591685.tar.gz
baldeagleos-repo-341dfc0f42f081facf6c92bde0bf86fd60591685.tar.xz
baldeagleos-repo-341dfc0f42f081facf6c92bde0bf86fd60591685.zip
Updating liguros repo
Diffstat (limited to 'dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild')
-rw-r--r--dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
new file mode 100644
index 000000000000..806a747fbd38
--- /dev/null
+++ b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
@@ -0,0 +1,23 @@
+# 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
+}