commit: 3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 26 17:10:03 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jul 26 17:25:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eadbc6f
dev-php/phpcov: treeclean Closes: https://bugs.gentoo.org/573342 (pkgremoved) Closes: https://bugs.gentoo.org/934666 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-php/phpcov/Manifest | 1 - dev-php/phpcov/metadata.xml | 11 ----------- dev-php/phpcov/phpcov-5.0.0.ebuild | 29 ----------------------------- profiles/package.mask | 1 - 4 files changed, 42 deletions(-) diff --git a/dev-php/phpcov/Manifest b/dev-php/phpcov/Manifest deleted file mode 100644 index 9279c3ab2beb..000000000000 --- a/dev-php/phpcov/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST phpcov-5.0.0.phar 2946681 BLAKE2B e343a9c9b56a9f8a43994cb9ffc5920e01b8b42f3fd6436c519535060f5e678e2c0b4a861ad5e15988b06b921e00e9ca0f9ba31eefedee25188d8c75eddff976 SHA512 780ecf6ef5a07801b107659cac4019ac3738833311408bc43d6fbe1041b974ea311ea581c06a49f7fc1d8ff953c36e7cb92b87fb7ad81e0cc1b8f04e7df5d37e diff --git a/dev-php/phpcov/metadata.xml b/dev-php/phpcov/metadata.xml deleted file mode 100644 index 555be065e834..000000000000 --- a/dev-php/phpcov/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="github">sebastianbergmann/phpcov</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-php/phpcov/phpcov-5.0.0.ebuild b/dev-php/phpcov/phpcov-5.0.0.ebuild deleted file mode 100644 index 366e9349d37d..000000000000 --- a/dev-php/phpcov/phpcov-5.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="CLI frontend for PHP_CodeCoverage" -HOMEPAGE="https://github.com/sebastianbergmann/phpcov" -SRC_URI="https://phar.phpunit.de/${P}.phar" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/php:*[phar] - dev-php/xdebug" - -S="${WORKDIR}" - -src_unpack() { - return -} - -src_install() { - exeinto /usr/share/php/${PN} - newexe "${DISTDIR}"/${P}.phar "${PN}.phar" - dosym "../share/php/${PN}/${PN}.phar" /usr/bin/${PN} -} diff --git a/profiles/package.mask b/profiles/package.mask index 73a6c9909368..f00fe10ab763 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -216,7 +216,6 @@ games-puzzle/seatris # composer has active security vulnerabilities. Others are waiting # for version bumps, and unbundling of dependencies. # Removal on 2024-07-21. Bugs #934666. -dev-php/phpcov dev-php/phpdepend dev-php/phpdocumentor-reflection-common dev-php/phpdocumentor-reflection-docblock
