diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:36:00 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:38 +0300 |
commit | c32ad673ed19ea2414a5c4b43cfe7a5e71a596bc (patch) | |
tree | cc96ff1795dbb8436f90ff869dd873a777da7490 /dev-php | |
parent | dev-php/PEAR-PHP_Beautifier: treeclean (diff) | |
download | gentoo-c32ad673ed19ea2414a5c4b43cfe7a5e71a596bc.tar.gz gentoo-c32ad673ed19ea2414a5c4b43cfe7a5e71a596bc.tar.bz2 gentoo-c32ad673ed19ea2414a5c4b43cfe7a5e71a596bc.zip |
dev-php/PEAR-PHP_Debug: treeclean
Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PHP_Debug/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild | 21 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_Debug/metadata.xml | 8 |
3 files changed, 0 insertions, 30 deletions
diff --git a/dev-php/PEAR-PHP_Debug/Manifest b/dev-php/PEAR-PHP_Debug/Manifest deleted file mode 100644 index 120c6590a9cb..000000000000 --- a/dev-php/PEAR-PHP_Debug/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PHP_Debug-1.0.3.tgz 48967 BLAKE2B b98d02a05f1aa35749e058d33a28418f2f3f956356789394cc9d17a496663322cf2bfbb5b6ce044ec1f8da14977af85f3659df7b0c272dfd30232258df599157 SHA512 740991812218abe21babc9892a3a814c8ed9180a7d68acafee933c4cec3c86282134bb46b2058cae8ff97a134a3c04b72d8113126184f6aff27fea9f1203344c diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild deleted file mode 100644 index 1d8a11e168f5..000000000000 --- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit php-pear-r2 - -DESCRIPTION="Provides traces, timings, executed queries, watched variables etc." - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter )" -DOCS=( docs/README docs/INSTALL docs/CHANGELOG docs/FAQ docs/TODO docs/CONTACT ) -src_install() { - php-pear-r2_src_install - docinto html - dodoc -r css images js -} diff --git a/dev-php/PEAR-PHP_Debug/metadata.xml b/dev-php/PEAR-PHP_Debug/metadata.xml deleted file mode 100644 index 222c77f3742a..000000000000 --- a/dev-php/PEAR-PHP_Debug/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> |