From d9e95eac19ead82ac918eebc3c7e4e3e8a0f589b Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Sat, 26 Mar 2011 12:03:20 +0000 Subject: Version bump (Portage version: 2.1.9.25/cvs/Linux i686) --- dev-php5/phpunit-selenium/ChangeLog | 10 +++++++-- .../phpunit-selenium/phpunit-selenium-1.0.1.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 dev-php5/phpunit-selenium/phpunit-selenium-1.0.1.ebuild (limited to 'dev-php5/phpunit-selenium') 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 + +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 ) + >=dev-php/PEAR-Testing_Selenium-0.2.0" + +need_php_by_category + +S="${WORKDIR}/PHPUnit_Selenium-${PV}" -- cgit v1.2.3-65-gdbad