summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2010-10-04 22:50:16 +0000
committerMarkus Ullmann <jokey@gentoo.org>2010-10-04 22:50:16 +0000
commit38b123edd1053ab0b84148da22b08ade18890ac6 (patch)
tree8cfa8062d81cf6d041c63434fb526494e2faa0a3 /dev-php5
parentAdd myself as co-maintainer and version bump (diff)
downloadhistorical-38b123edd1053ab0b84148da22b08ade18890ac6.tar.gz
historical-38b123edd1053ab0b84148da22b08ade18890ac6.tar.bz2
historical-38b123edd1053ab0b84148da22b08ade18890ac6.zip
Initial import for phpunit-3.5
Package-Manager: portage-2.2_rc83/cvs/Linux x86_64
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/PEAR-DbUnit/ChangeLog10
-rw-r--r--dev-php5/PEAR-DbUnit/PEAR-DbUnit-1.0.0.ebuild18
-rw-r--r--dev-php5/PEAR-DbUnit/metadata.xml5
-rw-r--r--dev-php5/PEAR-File_Iterator/ChangeLog10
-rw-r--r--dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild12
-rw-r--r--dev-php5/PEAR-File_Iterator/metadata.xml5
-rw-r--r--dev-php5/PEAR-PHP_CodeCoverage/ChangeLog10
-rw-r--r--dev-php5/PEAR-PHP_CodeCoverage/PEAR-PHP_CodeCoverage-1.0.0.ebuild19
-rw-r--r--dev-php5/PEAR-PHP_CodeCoverage/metadata.xml5
-rw-r--r--dev-php5/PEAR-PHP_Timer/ChangeLog10
-rw-r--r--dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild12
-rw-r--r--dev-php5/PEAR-PHP_Timer/metadata.xml5
-rw-r--r--dev-php5/PEAR-PHP_TokenStream/ChangeLog10
-rw-r--r--dev-php5/PEAR-PHP_TokenStream/PEAR-PHP_TokenStream-1.0.0.ebuild14
-rw-r--r--dev-php5/PEAR-PHP_TokenStream/metadata.xml5
-rw-r--r--dev-php5/PEAR-Text_Template/ChangeLog10
-rw-r--r--dev-php5/PEAR-Text_Template/PEAR-Text_Template-1.0.0.ebuild12
-rw-r--r--dev-php5/PEAR-Text_Template/metadata.xml5
-rw-r--r--dev-php5/phpunit-mockobject/ChangeLog10
-rw-r--r--dev-php5/phpunit-mockobject/metadata.xml5
-rw-r--r--dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.0.ebuild24
-rw-r--r--dev-php5/phpunit-selenium/ChangeLog10
-rw-r--r--dev-php5/phpunit-selenium/metadata.xml5
-rw-r--r--dev-php5/phpunit-selenium/phpunit-selenium-1.0.0.ebuild26
-rw-r--r--dev-php5/phpunit/Manifest4
25 files changed, 260 insertions, 1 deletions
diff --git a/dev-php5/PEAR-DbUnit/ChangeLog b/dev-php5/PEAR-DbUnit/ChangeLog
new file mode 100644
index 000000000000..497ab5fd7d73
--- /dev/null
+++ b/dev-php5/PEAR-DbUnit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/PEAR-DbUnit
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-DbUnit/ChangeLog,v 1.1 2010/10/04 22:47:54 jokey Exp $
+
+*PEAR-DbUnit-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org> +PEAR-DbUnit-1.0.0.ebuild,
+ +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/PEAR-DbUnit/PEAR-DbUnit-1.0.0.ebuild b/dev-php5/PEAR-DbUnit/PEAR-DbUnit-1.0.0.ebuild
new file mode 100644
index 000000000000..375262d23578
--- /dev/null
+++ b/dev-php5/PEAR-DbUnit/PEAR-DbUnit-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-DbUnit/PEAR-DbUnit-1.0.0.ebuild,v 1.1 2010/10/04 22:47:54 jokey Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="DbUnit port for PHP/PHPUnit"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://pear.phpunit.de/get/DbUnit-${PV}.tgz"
+
+RDEPEND="${RDEPEND}
+ >=dev-php5/ezc-ConsoleTools-1.6
+ >=dev-php5/PEAR-File_Iterator-1.2.2
+ dev-php5/PEAR-PHP_TokenStream
+ dev-php5/PEAR-Text_Template"
diff --git a/dev-php5/PEAR-DbUnit/metadata.xml b/dev-php5/PEAR-DbUnit/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/PEAR-DbUnit/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/PEAR-File_Iterator/ChangeLog b/dev-php5/PEAR-File_Iterator/ChangeLog
new file mode 100644
index 000000000000..1f40eab46efe
--- /dev/null
+++ b/dev-php5/PEAR-File_Iterator/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/PEAR-File_Iterator
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-File_Iterator/ChangeLog,v 1.1 2010/10/04 22:45:24 jokey Exp $
+
+*PEAR-File_Iterator-1.2.3 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+ +PEAR-File_Iterator-1.2.3.ebuild, +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild b/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild
new file mode 100644
index 000000000000..ea493225c0dd
--- /dev/null
+++ b/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild,v 1.1 2010/10/04 22:45:24 jokey Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="FilterIterator implementation that filters files based on a list of suffixes"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://pear.phpunit.de/get/File_Iterator-${PV}.tgz"
diff --git a/dev-php5/PEAR-File_Iterator/metadata.xml b/dev-php5/PEAR-File_Iterator/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/PEAR-File_Iterator/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/PEAR-PHP_CodeCoverage/ChangeLog b/dev-php5/PEAR-PHP_CodeCoverage/ChangeLog
new file mode 100644
index 000000000000..610e40bc3f00
--- /dev/null
+++ b/dev-php5/PEAR-PHP_CodeCoverage/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/PEAR-PHP_CodeCoverage
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_CodeCoverage/ChangeLog,v 1.1 2010/10/04 22:48:27 jokey Exp $
+
+*PEAR-PHP_CodeCoverage-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+ +PEAR-PHP_CodeCoverage-1.0.0.ebuild, +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/PEAR-PHP_CodeCoverage/PEAR-PHP_CodeCoverage-1.0.0.ebuild b/dev-php5/PEAR-PHP_CodeCoverage/PEAR-PHP_CodeCoverage-1.0.0.ebuild
new file mode 100644
index 000000000000..995ca267d71d
--- /dev/null
+++ b/dev-php5/PEAR-PHP_CodeCoverage/PEAR-PHP_CodeCoverage-1.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_CodeCoverage/PEAR-PHP_CodeCoverage-1.0.0.ebuild,v 1.1 2010/10/04 22:48:27 jokey Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="Library that provides collection, processing, and rendering functionality for PHP code coverage"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://pear.phpunit.de/get/PHP_CodeCoverage-${PV}.tgz"
+
+RDEPEND="${RDEPEND}
+ >=dev-php5/ezc-ConsoleTools-1.6
+ >=dev-php5/PEAR-File_Iterator-1.2.2
+ dev-php5/PEAR-PHP_TokenStream
+ dev-php5/PEAR-Text_Template
+ dev-php5/xdebug"
diff --git a/dev-php5/PEAR-PHP_CodeCoverage/metadata.xml b/dev-php5/PEAR-PHP_CodeCoverage/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/PEAR-PHP_CodeCoverage/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/PEAR-PHP_Timer/ChangeLog b/dev-php5/PEAR-PHP_Timer/ChangeLog
new file mode 100644
index 000000000000..82467f9a729e
--- /dev/null
+++ b/dev-php5/PEAR-PHP_Timer/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/PEAR-PHP_Timer
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_Timer/ChangeLog,v 1.1 2010/10/04 22:46:59 jokey Exp $
+
+*PEAR-PHP_Timer-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+ +PEAR-PHP_Timer-1.0.0.ebuild, +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild b/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild
new file mode 100644
index 000000000000..12a2674da51e
--- /dev/null
+++ b/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild,v 1.1 2010/10/04 22:46:59 jokey Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="Utility class for timing"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://pear.phpunit.de/get/PHP_Timer-${PV}.tgz"
diff --git a/dev-php5/PEAR-PHP_Timer/metadata.xml b/dev-php5/PEAR-PHP_Timer/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/PEAR-PHP_Timer/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/PEAR-PHP_TokenStream/ChangeLog b/dev-php5/PEAR-PHP_TokenStream/ChangeLog
new file mode 100644
index 000000000000..dca2ede3c8f5
--- /dev/null
+++ b/dev-php5/PEAR-PHP_TokenStream/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/PEAR-PHP_TokenStream
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_TokenStream/ChangeLog,v 1.1 2010/10/04 22:47:41 jokey Exp $
+
+*PEAR-PHP_TokenStream-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+ +PEAR-PHP_TokenStream-1.0.0.ebuild, +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/PEAR-PHP_TokenStream/PEAR-PHP_TokenStream-1.0.0.ebuild b/dev-php5/PEAR-PHP_TokenStream/PEAR-PHP_TokenStream-1.0.0.ebuild
new file mode 100644
index 000000000000..dbd64a43415d
--- /dev/null
+++ b/dev-php5/PEAR-PHP_TokenStream/PEAR-PHP_TokenStream-1.0.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_TokenStream/PEAR-PHP_TokenStream-1.0.0.ebuild,v 1.1 2010/10/04 22:47:41 jokey Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="Wrapper around PHP's tokenizer extension"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-${PV}.tgz"
+RDEPEND="${RDEPEND}
+ >=dev-php5/ezc-ConsoleTools-1.6"
diff --git a/dev-php5/PEAR-PHP_TokenStream/metadata.xml b/dev-php5/PEAR-PHP_TokenStream/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/PEAR-PHP_TokenStream/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/PEAR-Text_Template/ChangeLog b/dev-php5/PEAR-Text_Template/ChangeLog
new file mode 100644
index 000000000000..2f84654a28a9
--- /dev/null
+++ b/dev-php5/PEAR-Text_Template/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php5/PEAR-Text_Template
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-Text_Template/ChangeLog,v 1.1 2010/10/04 22:46:17 jokey Exp $
+
+*PEAR-Text_Template-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+ +PEAR-Text_Template-1.0.0.ebuild, +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/PEAR-Text_Template/PEAR-Text_Template-1.0.0.ebuild b/dev-php5/PEAR-Text_Template/PEAR-Text_Template-1.0.0.ebuild
new file mode 100644
index 000000000000..3e5f4256fa93
--- /dev/null
+++ b/dev-php5/PEAR-Text_Template/PEAR-Text_Template-1.0.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-Text_Template/PEAR-Text_Template-1.0.0.ebuild,v 1.1 2010/10/04 22:46:17 jokey Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="Simple template engine"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://pear.phpunit.de/get/Text_Template-${PV}.tgz"
diff --git a/dev-php5/PEAR-Text_Template/metadata.xml b/dev-php5/PEAR-Text_Template/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php5/PEAR-Text_Template/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-mockobject/ChangeLog b/dev-php5/phpunit-mockobject/ChangeLog
new file mode 100644
index 000000000000..73939256fc7d
--- /dev/null
+++ b/dev-php5/phpunit-mockobject/ChangeLog
@@ -0,0 +1,10 @@
+# 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 $
+
+*phpunit-mockobject-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+ +phpunit-mockobject-1.0.0.ebuild, +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php5/phpunit-mockobject/metadata.xml b/dev-php5/phpunit-mockobject/metadata.xml
new file mode 100644
index 000000000000..fd3dbe39fa64
--- /dev/null
+++ b/dev-php5/phpunit-mockobject/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-mockobject/phpunit-mockobject-1.0.0.ebuild b/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.0.ebuild
new file mode 100644
index 000000000000..34e2c00b137a
--- /dev/null
+++ b/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 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.0.ebuild,v 1.1 2010/10/04 22:50:16 jokey 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
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}"
diff --git a/dev-php5/phpunit/Manifest b/dev-php5/phpunit/Manifest
index a0264553a98a..4ef56830e39a 100644
--- a/dev-php5/phpunit/Manifest
+++ b/dev-php5/phpunit/Manifest
@@ -2,10 +2,12 @@ DIST PHPUnit-3.3.1.tgz 264786 RMD160 f59549bc5a35b099ad0bda0484eee53dfce18c93 SH
DIST PHPUnit-3.4.11.tgz 254439 RMD160 792352b6e6de30f5f4dd12474c66484f44cb6b5c SHA1 97eaaedd07f249c28b7f81774acdcba335f7f6b3 SHA256 a76950d6d03ff78eb9581159cfb5d683b9237f391fb579ca3ee9aafa5e9ff145
DIST PHPUnit-3.4.13.tgz 254903 RMD160 baf57711313b638db60f15e7cc66bf72c8863cba SHA1 6562d59f1cf4146e495e2f524cef6bda3ec32b6d SHA256 3fc1db6adfb05fff5534c70a6ba4ad09f88cb988611242e64e466badb4ea7f2c
DIST PHPUnit-3.4.6.tgz 254267 RMD160 e1fa849acd0a06959641037e87a0f4443a479631 SHA1 04d1690264ec062d07a374c032a7b58624b435eb SHA256 cdae3d8b71df496fe6275f47c502e3f6d0a773c0588bbdd15efe111cbacce79d
+DIST PHPUnit-3.5.0.tgz 114284 RMD160 e20ca585ec875f81c158414fa58e6566b4fb3c5e SHA1 1ef01310517c53ccfdeb6488f7512b4effaa264d SHA256 0afc3285d8530b9b2db7157b0baeabbee36c0d2aa2d20fe1868aad1d2c672d51
EBUILD phpunit-3.3.1-r1.ebuild 999 RMD160 93449a47d7f3276c98f4a1fa70d6ccde63866367 SHA1 e0f927d58cd089a6c0ceda967c9a3e941e0f859d SHA256 881121c5ddd031c357e1d124819b1d0c5053b67255e416e919b322512709051d
EBUILD phpunit-3.4.11.ebuild 1010 RMD160 80a9ed662365046780f2478d85bb45db494c74b8 SHA1 3dcf400876a23ef0da4daaf3583ad857662b2796 SHA256 631d20c70d9f8d38c63fa81868bef96a146de109c2ce32547e939013110ad37f
EBUILD phpunit-3.4.13.ebuild 1266 RMD160 257aa25d98d947ae9f3d258bdc45943931e27511 SHA1 ba445ae08ebdbba483df498ddeb2fc4f37219059 SHA256 e2cc4a68601da4e702dce52a8da944d8e6c7b0830cb6ef371e3e4922a351b10f
EBUILD phpunit-3.4.6-r1.ebuild 1014 RMD160 db7964449b9c801b16312ceb184f9e552453f030 SHA1 c98bd3bc26bd716777b14472ac69c06eb5706b06 SHA256 3e27900ca7368b07daacd8b2df07b3e18571778db25c9971ce26fbabfe8927a5
EBUILD phpunit-3.4.6.ebuild 999 RMD160 f07886240ef806133a5b582e11d0f122ed53d16f SHA1 634d5692fd4fe5f050ff1a52329cb51e3b111b49 SHA256 8ea924b770daad1c8be69118328cec61ccbf924023e699d4009c243bf5fa95b2
-MISC ChangeLog 5037 RMD160 7ed84c2c2ca07c7df08941c2d3edce970e739c6f SHA1 db56ab382b81c6a3190fc37b53b97a3453ba8c79 SHA256 da88f6f5eb4be0bb35dfa7feb6b0f6a037c2427910c0032293ddca0a4d31016c
+EBUILD phpunit-3.5.0.ebuild 1402 RMD160 8ee83b0859a2b75de5395273123ada38ab617301 SHA1 cf2506ed247975625b242e9abb6390685e901165 SHA256 e96a9c823e3914edc13172d683a0c780b34e6c3a753af5e31966a360e108a905
+MISC ChangeLog 5221 RMD160 d0a12b5e5fd1006d8d1dced1c858f5ac32f0bef3 SHA1 a56908ead5f1185dc0ce28a6381a077deb092948 SHA256 8ae514178d1d017e75295415b39b37528fede1e6529f7fca0ab5e55350d291de
MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1