From 68bdf37b8e5eed4404f788fb2b62bcb028fef258 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 19 Dec 2018 12:46:13 -0500 Subject: [PATCH] dev-php/phpunit: Revbump to fix dependency blockers Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Brian Evans --- dev-php/phpunit/phpunit-5.7.15-r2.ebuild | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 dev-php/phpunit/phpunit-5.7.15-r2.ebuild diff --git a/dev-php/phpunit/phpunit-5.7.15-r2.ebuild b/dev-php/phpunit/phpunit-5.7.15-r2.ebuild new file mode 100644 index 0000000000000..83f63fe1edb1e --- /dev/null +++ b/dev-php/phpunit/phpunit-5.7.15-r2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2018 Gentoo Authors +# 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/Text_Template-1.2.0 + =dev-php/PHP_CodeCoverage-4.0.4 + =dev-php/PHP_Timer-1.0.6 +