From: Brian Evans Date: Thu, 19 Dec 2019 15:50:09 +0000 (-0500) Subject: dev-php/phpunit: Revbump to stable for dependency change X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa6214c95cd87748025822f3773b65e432ff0b90;p=gentoo.git dev-php/phpunit: Revbump to stable for dependency change Signed-off-by: Brian Evans --- diff --git a/dev-php/phpunit/phpunit-5.7.15-r1.ebuild b/dev-php/phpunit/phpunit-5.7.15-r1.ebuild deleted file mode 100644 index f6e1e6640201..000000000000 --- a/dev-php/phpunit/phpunit-5.7.15-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A PHP Unit Testing framework" -HOMEPAGE="http://phpunit.de" -SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -RDEPEND="dev-php/fedora-autoloader - >=dev-php/File_Iterator-1.4.0 - !>=dev-php/File_Iterator-2.0 - >=dev-php/Text_Template-1.2.0 - !>=dev-php/Text_Template-2.0 - >=dev-php/PHP_CodeCoverage-4.0.4 - !>=dev-php/PHP_CodeCoverage-5.0 - >=dev-php/PHP_Timer-1.0.6 - !>=dev-php/PHP_Timer-2.0 -