diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-26 20:10:03 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-26 20:25:12 +0300 |
commit | 3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5 (patch) | |
tree | 9530e77c4f76c11821650d4aeec0f8d69ba2566c /dev-php | |
parent | dev-php/phpDocumentor: treeclean (diff) | |
download | gentoo-3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5.tar.gz gentoo-3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5.tar.bz2 gentoo-3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5.zip |
dev-php/phpcov: treeclean
Closes: https://bugs.gentoo.org/573342 (pkgremoved)
Closes: https://bugs.gentoo.org/934666 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpcov/Manifest | 1 | ||||
-rw-r--r-- | dev-php/phpcov/metadata.xml | 11 | ||||
-rw-r--r-- | dev-php/phpcov/phpcov-5.0.0.ebuild | 29 |
3 files changed, 0 insertions, 41 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>php-bugs@gentoo.org</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} -} |