dev-php/phpcov: Version bump to 5.0.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Brian Evans
2018-02-20 14:00:41 -05:00
parent a755fa7acc
commit 10ec2aa95a
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST phpcov-1.1.0.phar 3552394 BLAKE2B 0a0ad16e4abc99af043085df323078efcee2f26b377c87e7620e8b253d4596ac5caa1fce20e86af54f228198bbba989f9b47699f4d925635d1d80279c0af836f SHA512 690a66afacca15a9851c0d13b7ee449a928a9862dd7e0b88ef4f0da6a9ad9663d087c2225d822f9fbb0afd08a881f44d7bd64c069d29c598293eb423aa6b30cb
DIST phpcov-5.0.0.phar 2946681 BLAKE2B e343a9c9b56a9f8a43994cb9ffc5920e01b8b42f3fd6436c519535060f5e678e2c0b4a861ad5e15988b06b921e00e9ca0f9ba31eefedee25188d8c75eddff976 SHA512 780ecf6ef5a07801b107659cac4019ac3738833311408bc43d6fbe1041b974ea311ea581c06a49f7fc1d8ff953c36e7cb92b87fb7ad81e0cc1b8f04e7df5d37e

View File

@@ -0,0 +1,29 @@
# 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}
}