diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 12:03:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 12:03:20 +0000 |
commit | a27d8a47b8dfebe7fa0b2698da0fcbcbfdb1e34b (patch) | |
tree | ce30aea37f0cabefe1c9c876b436096d538959c3 /dev-php5 | |
parent | Version bump (diff) | |
download | historical-a27d8a47b8dfebe7fa0b2698da0fcbcbfdb1e34b.tar.gz historical-a27d8a47b8dfebe7fa0b2698da0fcbcbfdb1e34b.tar.bz2 historical-a27d8a47b8dfebe7fa0b2698da0fcbcbfdb1e34b.zip |
Version bump
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/phpunit-mockobject/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild | 24 | ||||
-rw-r--r-- | dev-php5/phpunit-selenium/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild | 26 |
4 files changed, 66 insertions, 4 deletions
diff --git a/dev-php5/phpunit-mockobject/ChangeLog b/dev-php5/phpunit-mockobject/ChangeLog index 73939256fc7d..b612e9954dba 100644 --- a/dev-php5/phpunit-mockobject/ChangeLog +++ b/dev-php5/phpunit-mockobject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/phpunit-mockobject -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-mockobject/ChangeLog,v 1.1 2010/10/04 22:50:16 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-mockobject/ChangeLog,v 1.2 2011/03/26 12:02:22 olemarkus Exp $ + +*phpunit-mockobject-1.0.3 (26 Mar 2011) + + 26 Mar 2011; Ole Markus With <olemarkus@gentoo.org> + +phpunit-mockobject-1.0.3.ebuild: + Version bump *phpunit-mockobject-1.0.0 (04 Oct 2010) diff --git a/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild b/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild new file mode 100644 index 000000000000..84f3ace16ca9 --- /dev/null +++ b/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.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-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild,v 1.1 2011/03/26 12:02:22 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-php5/PEAR-Text_Template" + +need_php_by_category + +S="${WORKDIR}/PHPUnit_MockObject-${PV}" diff --git a/dev-php5/phpunit-selenium/ChangeLog b/dev-php5/phpunit-selenium/ChangeLog index 437e174fd894..2f2fc6da0c82 100644 --- a/dev-php5/phpunit-selenium/ChangeLog +++ b/dev-php5/phpunit-selenium/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/phpunit-selenium -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-selenium/ChangeLog,v 1.1 2010/10/04 22:49:10 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-selenium/ChangeLog,v 1.2 2011/03/26 12:03:20 olemarkus Exp $ + +*phpunit-selenium-1.0.1 (26 Mar 2011) + + 26 Mar 2011; Ole Markus With <olemarkus@gentoo.org> + +phpunit-selenium-1.0.1.ebuild: + Version bump *phpunit-selenium-1.0.0 (04 Oct 2010) diff --git a/dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild b/dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild new file mode 100644 index 000000000000..adaf3c15cbfe --- /dev/null +++ b/dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild,v 1.1 2011/03/26 12:03:20 olemarkus Exp $ + +EAPI="2" +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Selenium RC integration for PHPUnit" +HOMEPAGE="http://www.phpunit.de/" +SRC_URI="http://pear.phpunit.de/get/PHPUnit_Selenium-${PV}.tgz" +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="!dev-php4/phpunit + >=dev-php/PEAR-PEAR-1.9.1" +RDEPEND="${DEPEND} + >=dev-lang/php-5.2[simplexml,xml,tokenizer] + || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) + >=dev-php/PEAR-Testing_Selenium-0.2.0" + +need_php_by_category + +S="${WORKDIR}/PHPUnit_Selenium-${PV}" |