diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-11-03 09:43:18 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-11-03 09:43:18 +0000 |
commit | 5104517af2e0430d27d0661742167e00c170c7aa (patch) | |
tree | 529df1d1676c396bae47fe68399fbaca76e56a8f /dev-php | |
parent | use gauche-package to build module. fix undefined reference. (diff) | |
download | historical-5104517af2e0430d27d0661742167e00c170c7aa.tar.gz historical-5104517af2e0430d27d0661742167e00c170c7aa.tar.bz2 historical-5104517af2e0430d27d0661742167e00c170c7aa.zip |
Version bump
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpunit-mockobject/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/phpunit-mockobject/phpunit-mockobject-1.1.0.ebuild | 24 | ||||
-rw-r--r-- | dev-php/phpunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-3.6.0.ebuild | 35 |
4 files changed, 72 insertions, 2 deletions
diff --git a/dev-php/phpunit-mockobject/ChangeLog b/dev-php/phpunit-mockobject/ChangeLog index d98e507619de..0b77613fd757 100644 --- a/dev-php/phpunit-mockobject/ChangeLog +++ b/dev-php/phpunit-mockobject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/phpunit-mockobject # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit-mockobject/ChangeLog,v 1.1 2011/09/18 11:02:27 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit-mockobject/ChangeLog,v 1.2 2011/11/03 09:42:35 olemarkus Exp $ + +*phpunit-mockobject-1.1.0 (03 Nov 2011) + + 03 Nov 2011; Ole Markus With <olemarkus@gentoo.org> + +phpunit-mockobject-1.1.0.ebuild: + Version bump 24 May 2011; Markos Chandras <hwoarang@gentoo.org> phpunit-mockobject-1.0.3.ebuild: diff --git a/dev-php/phpunit-mockobject/phpunit-mockobject-1.1.0.ebuild b/dev-php/phpunit-mockobject/phpunit-mockobject-1.1.0.ebuild new file mode 100644 index 000000000000..20f519b7a463 --- /dev/null +++ b/dev-php/phpunit-mockobject/phpunit-mockobject-1.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit-mockobject/phpunit-mockobject-1.1.0.ebuild,v 1.1 2011/11/03 09:42:35 olemarkus Exp $ + +EAPI="2" +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Mock Object library for PHPUnit" +HOMEPAGE="http://www.phpunit.de/" +SRC_URI="http://pear.phpunit.de/get/PHPUnit_MockObject-${PV}.tgz" +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="!dev-php4/phpunit + >=dev-php/PEAR-PEAR-1.9.1" +RDEPEND="${DEPEND} + >=dev-php/php-texttemplate-1.1.1" + +need_php_by_category + +S="${WORKDIR}/PHPUnit_MockObject-${PV}" diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog index 80886cf41827..55842702e82d 100644 --- a/dev-php/phpunit/ChangeLog +++ b/dev-php/phpunit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/phpunit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.5 2011/07/30 10:00:16 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.6 2011/11/03 09:43:18 olemarkus Exp $ + +*phpunit-3.6.0 (03 Nov 2011) + + 03 Nov 2011; Ole Markus With <olemarkus@gentoo.org> +phpunit-3.6.0.ebuild: + Version bump *phpunit-3.5.14 (30 Jul 2011) diff --git a/dev-php/phpunit/phpunit-3.6.0.ebuild b/dev-php/phpunit/phpunit-3.6.0.ebuild new file mode 100644 index 000000000000..ed48b60915de --- /dev/null +++ b/dev-php/phpunit/phpunit-3.6.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 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.1 2011/11/03 09:43:18 olemarkus Exp $ + +EAPI="2" +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_PN="PHPUnit" + +PHP_PEAR_URI="pear.phpunit.de" +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Unit testing framework for PHP5" +HOMEPAGE="http://www.phpunit.de/" +LICENSE="BSD" +SLOT="0" +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/yaml-1.0.2" + +pkg_postinst() { + elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features." + elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"." +} |