# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" PHP_PEAR_PN="PHPUnit" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" inherit php-pear-lib-r1 DESCRIPTION="The PHP Unit Testing framework." HOMEPAGE="http://pear.phpunit.de" SRC_URI="http://pear.phpunit.de/get/${PHP_PEAR_PN}-${PHP_PEAR_PV}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="unicode" DEPEND=">=dev-php/pear-1.9.4" RDEPEND="dev-lang/php[ctype,json,xml,unicode?] >=dev-php/File_Iterator-1.3.1 >=dev-php/Text_Template-1.1.1 =dev-php/PHP_CodeCoverage-1.2.1 >=dev-php/PHP_Timer-1.0.2 =dev-php/PHPUnit_MockObject-1.2.0 =dev-php/Yaml-2.1.0"