diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:38:26 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:40 +0300 |
commit | db340bb0611b2ad1315c4053c8029beaa3a5f4c1 (patch) | |
tree | 2a90054e08f35f7e81e61e5d828f1e604ff25f85 /dev-php | |
parent | dev-php/PEAR-Validate: treeclean (diff) | |
download | gentoo-db340bb0611b2ad1315c4053c8029beaa3a5f4c1.tar.gz gentoo-db340bb0611b2ad1315c4053c8029beaa3a5f4c1.tar.bz2 gentoo-db340bb0611b2ad1315c4053c8029beaa3a5f4c1.zip |
dev-php/PEAR-Var_Dump: 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-Var_Dump/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild | 33 | ||||
-rw-r--r-- | dev-php/PEAR-Var_Dump/metadata.xml | 11 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-php/PEAR-Var_Dump/Manifest b/dev-php/PEAR-Var_Dump/Manifest deleted file mode 100644 index d7658fd7308f..000000000000 --- a/dev-php/PEAR-Var_Dump/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Var_Dump-1.0.4.tgz 17426 BLAKE2B 60161be980edeae902e64c387b30466511b5cc0e6395f02334346c82e0393577c041fbc272577caa48510303bff3c1bce8e0c3c6708fade04a13b22f28b84b79 SHA512 1d31fcc3519feeee2ec94fc6d8b919672cf4a1be80d6b63c0a52b30792b9c936a7b984033a4357a64cd937193a55daf67fb649444f8303f1332f7d7c793b2e89 diff --git a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild b/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild deleted file mode 100644 index f36d3bdb44dc..000000000000 --- a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -DESCRIPTION="Dump structured information about a variable" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="examples test" - -DEPEND="test? ( dev-php/PEAR-PEAR )" - -# The test suite fails due to some deprecation warnings that are output. -# The test cases themselves set error_reporting(E_ALL), so there's no -# easy way to override it. -RESTRICT=test - -src_install() { - use examples && dodoc -r docs/example*.php - php-pear-r2_src_install -} - -src_test() { - # Requires the "pear" executable from dev-php/PEAR-PEAR. - pear run-tests tests || die - - # The command succeeds regardless of whether or not the test suite - # passed, but this file is only written when there was a failure. - [[ -f run-tests.log ]] && die "test suite failed" -} diff --git a/dev-php/PEAR-Var_Dump/metadata.xml b/dev-php/PEAR-Var_Dump/metadata.xml deleted file mode 100644 index 6ead3b8b703f..000000000000 --- a/dev-php/PEAR-Var_Dump/metadata.xml +++ /dev/null @@ -1,11 +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> - <upstream> - <remote-id type="pear">Var_Dump</remote-id> - </upstream> -</pkgmetadata> |