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 | d9e95eac19ead82ac918eebc3c7e4e3e8a0f589b (patch) | |
tree | 390384f67e96fd22ca1517a5f1a68bf318faddfa /dev-php5 | |
parent | Version bump (diff) | |
download | gentoo-2-d9e95eac19ead82ac918eebc3c7e4e3e8a0f589b.tar.gz gentoo-2-d9e95eac19ead82ac918eebc3c7e4e3e8a0f589b.tar.bz2 gentoo-2-d9e95eac19ead82ac918eebc3c7e4e3e8a0f589b.zip |
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/phpunit-selenium/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
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}" |