From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC4E2159C9B for ; Fri, 26 Jul 2024 17:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 461D6E2A0B; Fri, 26 Jul 2024 17:26:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 219CCE2A0C for ; Fri, 26 Jul 2024 17:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7CA6340B57 for ; Fri, 26 Jul 2024 17:26:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 168391E67 for ; Fri, 26 Jul 2024 17:26:09 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1722014712.3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-php/phpcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpcov/Manifest dev-php/phpcov/metadata.xml dev-php/phpcov/phpcov-5.0.0.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-php/phpcov/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5 X-VCS-Branch: master Date: Fri, 26 Jul 2024 17:26:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be90015f-2cc2-4b11-bb46-abab5c7d38d9 X-Archives-Hash: 1a560056f8580363195f197137bd2ad6 commit: 3eadbc6fc1779ca071d5c72a251f2b41fb0ff5f5 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 26 17:10:03 2024 +0000 Commit: Arthur Zamarin gentoo 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 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 @@ - - - - - php-bugs@gentoo.org - PHP - - - sebastianbergmann/phpcov - - 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