diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-06-24 18:36:12 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-06-24 18:36:12 +0000 |
commit | f2dc965dfc6b4e992d9f628ccc2a5c945f58ab83 (patch) | |
tree | 0f42a391f72eb5f4433d7ae6face1fc56bce359e /dev-php/DBUnit | |
parent | Version bump (diff) | |
download | gentoo-2-f2dc965dfc6b4e992d9f628ccc2a5c945f58ab83.tar.gz gentoo-2-f2dc965dfc6b4e992d9f628ccc2a5c945f58ab83.tar.bz2 gentoo-2-f2dc965dfc6b4e992d9f628ccc2a5c945f58ab83.zip |
DbUnit does not really depend on ezc-ConsoleTools
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/DBUnit')
-rw-r--r-- | dev-php/DBUnit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/DBUnit/DBUnit-1.0.1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-php/DBUnit/ChangeLog b/dev-php/DBUnit/ChangeLog index 33466b0f644f..c5f55fe38cfa 100644 --- a/dev-php/DBUnit/ChangeLog +++ b/dev-php/DBUnit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/dbunit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/DBUnit/ChangeLog,v 1.1 2012/03/10 16:37:09 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/DBUnit/ChangeLog,v 1.2 2012/06/24 18:36:12 olemarkus Exp $ + + 24 Jun 2012; Ole Markus With <olemarkus@gentoo.org> DBUnit-1.0.1.ebuild: + DbUnit does not really depend on ezc-ConsoleTools 14 Dec 2011; Matti Bickel <mabi@gentoo.org> dbunit-1.0.1.ebuild: Merging categories dev-php5 and dev-php (bug #324665) diff --git a/dev-php/DBUnit/DBUnit-1.0.1.ebuild b/dev-php/DBUnit/DBUnit-1.0.1.ebuild index 19d6fc517b98..0b5ec0221f30 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 +# Copyright 1999-2012 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.1 2012/03/10 16:37:09 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/DBUnit/DBUnit-1.0.1.ebuild,v 1.2 2012/06/24 18:36:12 olemarkus Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -16,7 +16,6 @@ IUSE="" HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} - >=dev-php/ezc-ConsoleTools-1.6 >=dev-php/File_Iterator-1.2.2 dev-php/PHP_TokenStream dev-php/Text_Template" |