diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-14 17:04:10 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-14 17:04:10 +0000 |
commit | d0f1c210766996d3cc92dc2b8333c0cea75b5404 (patch) | |
tree | eda4c18eb0843135466fd839cf6a8d145990e086 /dev-php/dbunit | |
parent | Use proper gtk+ dependencies (diff) | |
download | gentoo-2-d0f1c210766996d3cc92dc2b8333c0cea75b5404.tar.gz gentoo-2-d0f1c210766996d3cc92dc2b8333c0cea75b5404.tar.bz2 gentoo-2-d0f1c210766996d3cc92dc2b8333c0cea75b5404.zip |
Version bump. Bug #358757. Thanks to Denny
(Portage version: 2.1.9.41/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 | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-php/dbunit/ChangeLog b/dev-php/dbunit/ChangeLog index 79368e5f321b..81ac2abb3709 100644 --- a/dev-php/dbunit/ChangeLog +++ b/dev-php/dbunit/ChangeLog @@ -1,6 +1,11 @@ # 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 2011/03/14 12:49:21 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v 1.2 2011/03/14 17:04:10 olemarkus Exp $ + +*dbunit-1.0.1 (14 Mar 2011) + + 14 Mar 2011; <olemarkus@gentoo.org> +dbunit-1.0.1.ebuild: + Version bump. Bug #358741. Thanks to Denny *dbunit-1.0.0 (14 Mar 2011) diff --git a/dev-php/dbunit/dbunit-1.0.1.ebuild b/dev-php/dbunit/dbunit-1.0.1.ebuild new file mode 100644 index 000000000000..39a4e5bcd7fd --- /dev/null +++ b/dev-php/dbunit/dbunit-1.0.1.ebuild @@ -0,0 +1,21 @@ +# 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.1 2011/03/14 17:04:10 olemarkus Exp $ + +EAPI="3" +PHP_PEAR_CHANNEL="pear.phpunit.de" +PHP_PEAR_PN="DbUnit" +inherit php-pear-lib-r1 + +DESCRIPTION="DbUnit port for PHP/PHPUnit" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +HOMEPAGE="http://www.phpunit.de" + +RDEPEND="${RDEPEND} + >=dev-php5/ezc-ConsoleTools-1.6 + >=dev-php5/PEAR-File_Iterator-1.2.2 + dev-php5/PEAR-PHP_TokenStream + dev-php5/PEAR-Text_Template" |