summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-03-10 15:30:27 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-03-10 15:30:27 +0000
commit2b5ff2a37aa41449cd6659e3f4278f7731b03281 (patch)
treee464872f951f0bb2882d34825e5d3b775b315449 /dev-php/phpunit
parentMoving dev-php/php-tokenstream to dev-php/PHP_TokenStream (diff)
downloadhistorical-2b5ff2a37aa41449cd6659e3f4278f7731b03281.tar.gz
historical-2b5ff2a37aa41449cd6659e3f4278f7731b03281.tar.bz2
historical-2b5ff2a37aa41449cd6659e3f4278f7731b03281.zip
Fixed new deps
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r--dev-php/phpunit/ChangeLog6
-rw-r--r--dev-php/phpunit/phpunit-3.5.13.ebuild13
-rw-r--r--dev-php/phpunit/phpunit-3.6.0.ebuild15
3 files changed, 18 insertions, 16 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog
index 0f94f6568f18..d96395379c62 100644
--- a/dev-php/phpunit/ChangeLog
+++ b/dev-php/phpunit/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2012/03/10 14:35:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.9 2012/03/10 15:30:27 olemarkus Exp $
+
+ 10 Mar 2012; Ole Markus With <olemarkus@gentoo.org> phpunit-3.5.13.ebuild,
+ phpunit-3.6.0.ebuild:
+ Fixed new deps
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 a682cf020769..296bca21f961 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.10 2012/03/10 14:35:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.13.ebuild,v 1.11 2012/03/10 15:30:26 olemarkus Exp $
EAPI="2"
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
@@ -19,16 +19,15 @@ IUSE=""
DEPEND=">=dev-php/PEAR-PEAR-1.9.1"
RDEPEND="${DEPEND}
>=dev-lang/php-5.2.7[simplexml,xml,tokenizer]
- || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
>=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/php-codecoverage-1.0.2
- >=dev-php/php-timer-1.0.0
- >=dev-php/phpunit-mockobject-1.0.3
- >=dev-php/phpunit-selenium-1.0.1
- >=dev-php/file-iterator-1.2.3
+ >=dev-php/PHP_CodeCoverage-1.0.2
+ >=dev-php/PHP_Timer-1.0.0
+ >=dev-php/PHPUnit_MockObject-1.0.3
+ >=dev-php/PHPUnit_Selenium-1.0.1
+ >=dev-php/File_Iterator-1.2.3
>=dev-php/YAML-1.0.2"
pkg_postinst() {
diff --git a/dev-php/phpunit/phpunit-3.6.0.ebuild b/dev-php/phpunit/phpunit-3.6.0.ebuild
index 8fad1f118ea6..cb2bca36162f 100644
--- a/dev-php/phpunit/phpunit-3.6.0.ebuild
+++ b/dev-php/phpunit/phpunit-3.6.0.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.6.0.ebuild,v 1.2 2012/03/10 14:35:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.6.0.ebuild,v 1.3 2012/03/10 15:30:26 olemarkus Exp $
EAPI="2"
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
@@ -20,13 +20,12 @@ IUSE=""
DEPEND=">=dev-php/PEAR-PEAR-1.9.1"
RDEPEND="${DEPEND}
>=dev-lang/php-5.2.7[simplexml,xml,tokenizer]
- || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
- >=dev-php/php-texttemplate-1.1.1
- >=dev-php/php-codecoverage-1.1.0
- >=dev-php/php-timer-1.0.1
- >=dev-php/phpunit-mockobject-1.1.0
- >=dev-php/phpunit-selenium-1.0.1
- >=dev-php/file-iterator-1.2.3
+ >=dev-php/Text_Template-1.1.1
+ >=dev-php/PHP_CodeCoverage-1.1.0
+ >=dev-php/PHP_Timer-1.0.1
+ >=dev-php/PHPUnit_MockObject-1.1.0
+ >=dev-php/PHPUnit_Selenium-1.0.1
+ >=dev-php/File_Iterator-1.2.3
>=dev-php/YAML-1.0.2"
pkg_postinst() {