diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 16:47:40 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 16:47:40 +0000 |
commit | 700564dfca07bbf69857725e16f0963f4d6de702 (patch) | |
tree | a04da6e69cf318ae11b7447abceda8863c5f283d /dev-php/phpunit | |
parent | Moving dev-php/file-iterator to dev-php/File_Iterator (diff) | |
download | historical-700564dfca07bbf69857725e16f0963f4d6de702.tar.gz historical-700564dfca07bbf69857725e16f0963f4d6de702.tar.bz2 historical-700564dfca07bbf69857725e16f0963f4d6de702.zip |
Fixing deps on DBUnit
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r-- | dev-php/phpunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-3.5.13.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog index d96395379c62..34849f0cca42 100644 --- a/dev-php/phpunit/ChangeLog +++ b/dev-php/phpunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpunit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.9 2012/03/10 15:30:27 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.10 2012/03/10 16:47:40 olemarkus Exp $ + + 10 Mar 2012; Ole Markus With <olemarkus@gentoo.org> phpunit-3.5.13.ebuild: + Fixing deps on DBUnit 10 Mar 2012; Ole Markus With <olemarkus@gentoo.org> phpunit-3.5.13.ebuild, phpunit-3.6.0.ebuild: diff --git a/dev-php/phpunit/phpunit-3.5.13.ebuild b/dev-php/phpunit/phpunit-3.5.13.ebuild index 296bca21f961..5cdc0eeea351 100644 --- a/dev-php/phpunit/phpunit-3.5.13.ebuild +++ b/dev-php/phpunit/phpunit-3.5.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.13.ebuild,v 1.11 2012/03/10 15:30:26 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.13.ebuild,v 1.12 2012/03/10 16:47:40 olemarkus Exp $ EAPI="2" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -21,8 +21,8 @@ RDEPEND="${DEPEND} >=dev-lang/php-5.2.7[simplexml,xml,tokenizer] >=dev-php/PEAR-Image_GraphViz-1.2.1 >=dev-php/PEAR-Log-1.8.7-r1 - >=dev-php/dbunit-1.0.0 - >=dev-php/php-texttemplate-1.0.0 + >=dev-php/DBUnit-1.0.0 + >=dev-php/Text_Template-1.0.0 >=dev-php/PHP_CodeCoverage-1.0.2 >=dev-php/PHP_Timer-1.0.0 >=dev-php/PHPUnit_MockObject-1.0.3 |