diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-08-17 10:49:41 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-08-17 10:49:41 +0000 |
commit | a04990c47464b8bd362946e97fd38fffcc5bf953 (patch) | |
tree | 5cf2e26aff94ea323db6f26a1c862e0cc5080f32 /dev-php5/phpunit | |
parent | version bump (diff) | |
download | gentoo-2-a04990c47464b8bd362946e97fd38fffcc5bf953.tar.gz gentoo-2-a04990c47464b8bd362946e97fd38fffcc5bf953.tar.bz2 gentoo-2-a04990c47464b8bd362946e97fd38fffcc5bf953.zip |
version bump (thanks for testing to Lars Strojny <lars@strojny.net>), bug 232178; cleaning old
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r-- | dev-php5/phpunit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/phpunit/phpunit-3.2.21.ebuild (renamed from dev-php5/phpunit/phpunit-3.2.13.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog index 0a49e05ab255..d5c020221aff 100644 --- a/dev-php5/phpunit/ChangeLog +++ b/dev-php5/phpunit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/phpunit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.19 2008/07/15 18:34:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.20 2008/08/17 10:49:41 hoffie Exp $ + +*phpunit-3.2.21 (17 Aug 2008) + + 17 Aug 2008; Christian Hoffmann <hoffie@gentoo.org> + -phpunit-3.2.13.ebuild, +phpunit-3.2.21.ebuild: + version bump (thanks for testing to Lars Strojny <lars@strojny.net>), bug + 232178; cleaning old 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> phpunit-3.2.15.ebuild: Marked ~hppa too. diff --git a/dev-php5/phpunit/phpunit-3.2.13.ebuild b/dev-php5/phpunit/phpunit-3.2.21.ebuild index 0df916bdbc73..1b1fd945eff3 100644 --- a/dev-php5/phpunit/phpunit-3.2.13.ebuild +++ b/dev-php5/phpunit/phpunit-3.2.21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.13.ebuild,v 1.1 2008/02/26 16:38:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.21.ebuild,v 1.1 2008/08/17 10:49:41 hoffie Exp $ inherit php-pear-lib-r1 -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" DESCRIPTION="Unit Testing framework for PHP 5." HOMEPAGE="http://www.phpunit.de/" @@ -15,7 +15,7 @@ IUSE="minimal" DEPEND="!dev-php4/phpunit" RDEPEND="${DEPEND} - !minimal? ( >=dev-php5/xdebug-2.0.0_rc2 + !minimal? ( >=dev-php5/xdebug-2.0.0 >=dev-php/PEAR-Image_GraphViz-1.2.1 >=dev-php/PEAR-Log-1.8.7-r1 >=dev-php/PEAR-Testing_Selenium-0.2.0 )" |