commit: db340bb0611b2ad1315c4053c8029beaa3a5f4c1 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Jul 11 17:38:26 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 18:43:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db340bb0
dev-php/PEAR-Var_Dump: treeclean Bug: https://bugs.gentoo.org/933998 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-php/PEAR-Var_Dump/Manifest | 1 - .../PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r3.ebuild | 33 ---------------------- dev-php/PEAR-Var_Dump/metadata.xml | 11 -------- 3 files changed, 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>[email protected]</email> - <name>PHP</name> - </maintainer> - <upstream> - <remote-id type="pear">Var_Dump</remote-id> - </upstream> -</pkgmetadata>
