diff options
author | Markus Ullmann <jokey@gentoo.org> | 2010-10-04 22:49:10 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2010-10-04 22:49:10 +0000 |
commit | e94b5ba9409bcc069bd2757695bfb1c5c04c16b4 (patch) | |
tree | e20b9f74cc3e5d9a6180a82c45f3fbbd9fffa363 /dev-php5 | |
parent | Initial import for phpunit-3.5 (diff) | |
download | gentoo-2-e94b5ba9409bcc069bd2757695bfb1c5c04c16b4.tar.gz gentoo-2-e94b5ba9409bcc069bd2757695bfb1c5c04c16b4.tar.bz2 gentoo-2-e94b5ba9409bcc069bd2757695bfb1c5c04c16b4.zip |
Initial import for phpunit-3.5
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/phpunit-selenium/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/phpunit-selenium/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php5/phpunit-selenium/phpunit-selenium-1.0.0.ebuild | 26 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-php5/phpunit-selenium/ChangeLog b/dev-php5/phpunit-selenium/ChangeLog new file mode 100644 index 000000000000..437e174fd894 --- /dev/null +++ b/dev-php5/phpunit-selenium/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*phpunit-selenium-1.0.0 (04 Oct 2010) + + 04 Oct 2010; Markus Ullmann <jokey@gentoo.org> + +phpunit-selenium-1.0.0.ebuild, +metadata.xml: + Initial import for phpunit-3.5 + diff --git a/dev-php5/phpunit-selenium/metadata.xml b/dev-php5/phpunit-selenium/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php5/phpunit-selenium/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> +</pkgmetadata> diff --git a/dev-php5/phpunit-selenium/phpunit-selenium-1.0.0.ebuild b/dev-php5/phpunit-selenium/phpunit-selenium-1.0.0.ebuild new file mode 100644 index 000000000000..c04be3a96635 --- /dev/null +++ b/dev-php5/phpunit-selenium/phpunit-selenium-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 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.0.ebuild,v 1.1 2010/10/04 22:49:10 jokey 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}" |