diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:28:19 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:28:19 +0000 |
commit | 13f26604261f7c314d934a2573fc94e9c8a05a32 (patch) | |
tree | 36517ae3b5cb77ee0ca341f9580782d2b51f4499 /dev-php/dbunit | |
parent | x86 stable, bug 359059 (diff) | |
download | gentoo-2-13f26604261f7c314d934a2573fc94e9c8a05a32.tar.gz gentoo-2-13f26604261f7c314d934a2573fc94e9c8a05a32.tar.bz2 gentoo-2-13f26604261f7c314d934a2573fc94e9c8a05a32.zip |
Updated deps to php-tokenstream
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/dbunit')
-rw-r--r-- | dev-php/dbunit/dbunit-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-php/dbunit/dbunit-1.0.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/dbunit/dbunit-1.0.0.ebuild b/dev-php/dbunit/dbunit-1.0.0.ebuild index 222f7d5c0ca9..b8eb2db3c881 100644 --- a/dev-php/dbunit/dbunit-1.0.0.ebuild +++ b/dev-php/dbunit/dbunit-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.0.ebuild,v 1.3 2011/03/18 12:10:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.0.ebuild,v 1.4 2011/03/26 10:28:19 olemarkus Exp $ PHP_PEAR_CHANNEL="pear.phpunit.de" PHP_PEAR_PN="DbUnit" @@ -16,5 +16,5 @@ HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} >=dev-php5/ezc-ConsoleTools-1.6 >=dev-php/file-iterator-1.2.2 - dev-php5/PEAR-PHP_TokenStream + dev-php/php-tokenstream dev-php5/PEAR-Text_Template" diff --git a/dev-php/dbunit/dbunit-1.0.1.ebuild b/dev-php/dbunit/dbunit-1.0.1.ebuild index 93b94bb1f503..db27ba77f5ac 100644 --- a/dev-php/dbunit/dbunit-1.0.1.ebuild +++ b/dev-php/dbunit/dbunit-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.2 2011/03/18 12:10:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.3 2011/03/26 10:28:19 olemarkus Exp $ EAPI="3" PHP_PEAR_CHANNEL="pear.phpunit.de" @@ -17,5 +17,5 @@ HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} >=dev-php5/ezc-ConsoleTools-1.6 >=dev-php/file-iterator-1.2.2 - dev-php5/PEAR-PHP_TokenStream + dev-php/php-tokenstream dev-php5/PEAR-Text_Template" |