summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-04 19:49:54 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-04 19:49:54 +0000
commit2009e74fa458b6f24c3905c1b9e748b79cd17593 (patch)
tree3424d920741889898541b8d6b56f732e01f95857 /dev-php5/phpunit
parentVersion bump from project overlay (diff)
downloadgentoo-2-2009e74fa458b6f24c3905c1b9e748b79cd17593.tar.gz
gentoo-2-2009e74fa458b6f24c3905c1b9e748b79cd17593.tar.bz2
gentoo-2-2009e74fa458b6f24c3905c1b9e748b79cd17593.zip
Cleanup
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r--dev-php5/phpunit/ChangeLog7
-rw-r--r--dev-php5/phpunit/phpunit-2.3.6.ebuild29
-rw-r--r--dev-php5/phpunit/phpunit-3.0.6.ebuild38
-rw-r--r--dev-php5/phpunit/phpunit-3.1.9.ebuild36
-rw-r--r--dev-php5/phpunit/phpunit-3.2.0.ebuild36
-rw-r--r--dev-php5/phpunit/phpunit-3.2.10.ebuild35
-rw-r--r--dev-php5/phpunit/phpunit-3.2.5.ebuild35
7 files changed, 6 insertions, 210 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog
index 2263dd1938f4..0e09d65fa380 100644
--- a/dev-php5/phpunit/ChangeLog
+++ b/dev-php5/phpunit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/phpunit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.16 2008/03/04 19:43:06 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.17 2008/03/04 19:49:54 jokey Exp $
+
+ 04 Mar 2008; Markus Ullmann <jokey@gentoo.org> -phpunit-2.3.6.ebuild,
+ -phpunit-3.0.6.ebuild, -phpunit-3.1.9.ebuild, -phpunit-3.2.0.ebuild,
+ -phpunit-3.2.5.ebuild, -phpunit-3.2.10.ebuild:
+ Cleanup
*phpunit-3.2.15 (04 Mar 2008)
diff --git a/dev-php5/phpunit/phpunit-2.3.6.ebuild b/dev-php5/phpunit/phpunit-2.3.6.ebuild
deleted file mode 100644
index 7ecd3d88819a..000000000000
--- a/dev-php5/phpunit/phpunit-2.3.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-2.3.6.ebuild,v 1.2 2007/03/18 02:27:55 chtekk Exp $
-
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~sparc ~x86"
-
-DESCRIPTION="Unit Testing framework for PHP 5."
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND="!dev-php4/phpunit"
-RDEPEND="${DEPEND}
- >=dev-php5/xdebug-2.0.0_rc2
- >=dev-php/PEAR-Benchmark-1.2.2-r1
- >=dev-php/PEAR-Log-1.8.7-r1"
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-need_php_by_category
-
-pkg_setup() {
- has_php
- require_php_with_use pcre reflection spl xml
-}
diff --git a/dev-php5/phpunit/phpunit-3.0.6.ebuild b/dev-php5/phpunit/phpunit-3.0.6.ebuild
deleted file mode 100644
index c7488e4fbcd0..000000000000
--- a/dev-php5/phpunit/phpunit-3.0.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.0.6.ebuild,v 1.1 2007/08/27 10:26:47 jokey Exp $
-
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Unit Testing framework for PHP 5."
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND="!dev-php4/phpunit"
-RDEPEND="${DEPEND}
- !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-need_php_by_category
-
-pkg_setup() {
- has_php
- require_php_with_use pcre reflection spl xml tokenizer
-}
-
-pkg_postinst() {
- has_php
- if ! use minimal && ! built_with_use --missing true =${PHP_PKG} json ; then
- elog "${PN} can optionally use ${PHP_PKG} json features."
- elog "If you want those, recompile ${PHP_PKG} with this flag in USE."
- fi
-}
diff --git a/dev-php5/phpunit/phpunit-3.1.9.ebuild b/dev-php5/phpunit/phpunit-3.1.9.ebuild
deleted file mode 100644
index 35be5743dc5c..000000000000
--- a/dev-php5/phpunit/phpunit-3.1.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.1.9.ebuild,v 1.1 2007/10/28 12:04:19 jokey Exp $
-
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Unit Testing framework for PHP 5."
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND="!dev-php4/phpunit"
-RDEPEND="${DEPEND}
- !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-need_php_by_category
-
-pkg_setup() {
- has_php
- require_php_with_use pcre reflection spl xml tokenizer
-}
-
-pkg_postinst() {
- has_php
- elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
- elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
-}
diff --git a/dev-php5/phpunit/phpunit-3.2.0.ebuild b/dev-php5/phpunit/phpunit-3.2.0.ebuild
deleted file mode 100644
index e8b114613440..000000000000
--- a/dev-php5/phpunit/phpunit-3.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.0.ebuild,v 1.1 2007/11/24 17:12:03 armin76 Exp $
-
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Unit Testing framework for PHP 5."
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND="!dev-php4/phpunit"
-RDEPEND="${DEPEND}
- !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-need_php_by_category
-
-pkg_setup() {
- has_php
- require_php_with_use pcre reflection spl xml tokenizer
-}
-
-pkg_postinst() {
- has_php
- elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
- elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
-}
diff --git a/dev-php5/phpunit/phpunit-3.2.10.ebuild b/dev-php5/phpunit/phpunit-3.2.10.ebuild
deleted file mode 100644
index f9d801c9bbfa..000000000000
--- a/dev-php5/phpunit/phpunit-3.2.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.10.ebuild,v 1.1 2008/02/11 21:29:04 armin76 Exp $
-
-inherit php-pear-lib-r1
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
-
-DESCRIPTION="Unit Testing framework for PHP 5."
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND="!dev-php4/phpunit"
-RDEPEND="${DEPEND}
- !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-need_php_by_category
-
-pkg_setup() {
- require_php_with_use pcre reflection spl xml tokenizer
-}
-
-pkg_postinst() {
- has_php
- elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
- elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
-}
diff --git a/dev-php5/phpunit/phpunit-3.2.5.ebuild b/dev-php5/phpunit/phpunit-3.2.5.ebuild
deleted file mode 100644
index ff411b69bd99..000000000000
--- a/dev-php5/phpunit/phpunit-3.2.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.5.ebuild,v 1.1 2007/12/24 14:49:25 armin76 Exp $
-
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Unit Testing framework for PHP 5."
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND="!dev-php4/phpunit"
-RDEPEND="${DEPEND}
- !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-need_php_by_category
-
-pkg_setup() {
- require_php_with_use pcre reflection spl xml tokenizer
-}
-
-pkg_postinst() {
- has_php
- elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
- elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
-}