summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-08-27 10:26:48 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-08-27 10:26:48 +0000
commitc2f83849bee9099431f4720805ba0fda2bc936e0 (patch)
tree13dbf73dbac933c0218ccd5f16a332888d8fd0ae /dev-php5/phpunit
parentAdd ~x86 wrt #190130 (diff)
downloadhistorical-c2f83849bee9099431f4720805ba0fda2bc936e0.tar.gz
historical-c2f83849bee9099431f4720805ba0fda2bc936e0.tar.bz2
historical-c2f83849bee9099431f4720805ba0fda2bc936e0.zip
Port from project overlay
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r--dev-php5/phpunit/ChangeLog16
-rw-r--r--dev-php5/phpunit/files/digest-phpunit-3.0.53
-rw-r--r--dev-php5/phpunit/files/digest-phpunit-3.0.63
-rw-r--r--dev-php5/phpunit/files/digest-phpunit-3.1.73
-rw-r--r--dev-php5/phpunit/phpunit-3.0.6.ebuild (renamed from dev-php5/phpunit/phpunit-3.0.5.ebuild)20
-rw-r--r--dev-php5/phpunit/phpunit-3.1.7.ebuild37
6 files changed, 72 insertions, 10 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog
index 7dcceac5c682..441139da26ea 100644
--- a/dev-php5/phpunit/ChangeLog
+++ b/dev-php5/phpunit/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for dev-php5/phpunit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.5 2007/08/13 09:49:51 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.6 2007/08/27 10:26:47 jokey Exp $
+
+*phpunit-3.1.7 (27 Aug 2007)
+*phpunit-3.0.6 (27 Aug 2007)
+
+ 27 Aug 2007; Markus Ullmann <jokey@gentoo.org> -phpunit-3.0.5.ebuild,
+ +phpunit-3.0.6.ebuild, +phpunit-3.1.7.ebuild:
+ Port from project overlay
+
+ 26 Aug 2007; Jakub Moc <jakub@gentoo.org> +phpunit-3.1.7.ebuild:
+ Version bump, Bug 190227
+
+ 26 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml,
+ +phpunit-3.0.6.ebuild:
+ Version bump, Bug 190227
13 Aug 2007; Markus Ullmann <jokey@gentoo.org> phpunit-3.0.5.ebuild:
Fix for php use dependencies as noted in bug #173496
diff --git a/dev-php5/phpunit/files/digest-phpunit-3.0.5 b/dev-php5/phpunit/files/digest-phpunit-3.0.5
deleted file mode 100644
index 9b653d39855e..000000000000
--- a/dev-php5/phpunit/files/digest-phpunit-3.0.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fca4887ed95996a4b18e0cb0b8ff8130 PHPUnit-3.0.5.tgz 100237
-RMD160 cfb177a5efaa86fc99cc033f4d9184ab6cf907f0 PHPUnit-3.0.5.tgz 100237
-SHA256 9def7dd00cb21c67ab19b6e50a6fb734349dfc66fb6ef8628dde088b91719346 PHPUnit-3.0.5.tgz 100237
diff --git a/dev-php5/phpunit/files/digest-phpunit-3.0.6 b/dev-php5/phpunit/files/digest-phpunit-3.0.6
new file mode 100644
index 000000000000..ab80d424d617
--- /dev/null
+++ b/dev-php5/phpunit/files/digest-phpunit-3.0.6
@@ -0,0 +1,3 @@
+MD5 cf8365f8b8e86412e6c1590d6d4e872f PHPUnit-3.0.6.tgz 100140
+RMD160 8ab591597a1a11b145cdd932d6f3a8d1c54aaab9 PHPUnit-3.0.6.tgz 100140
+SHA256 5f2a4092dcb0606a5eaaaaffdd2ac6e05b392a76f5627ee8e52900db877706a3 PHPUnit-3.0.6.tgz 100140
diff --git a/dev-php5/phpunit/files/digest-phpunit-3.1.7 b/dev-php5/phpunit/files/digest-phpunit-3.1.7
new file mode 100644
index 000000000000..6ee815cafca3
--- /dev/null
+++ b/dev-php5/phpunit/files/digest-phpunit-3.1.7
@@ -0,0 +1,3 @@
+MD5 fe0bcf6a8d25f4d29bea1b53eb52928a PHPUnit-3.1.7.tgz 116272
+RMD160 231385a39fd46b79fdf432b7dfe9aceb536cbbe4 PHPUnit-3.1.7.tgz 116272
+SHA256 152dd2053d0233bfc004368d619dacdf737e76b95bc528356d776013de538edd PHPUnit-3.1.7.tgz 116272
diff --git a/dev-php5/phpunit/phpunit-3.0.5.ebuild b/dev-php5/phpunit/phpunit-3.0.6.ebuild
index c1f75fa84a32..c7488e4fbcd0 100644
--- a/dev-php5/phpunit/phpunit-3.0.5.ebuild
+++ b/dev-php5/phpunit/phpunit-3.0.6.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.3 2007/08/13 09:49:51 jokey Exp $
+# $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
@@ -11,14 +11,14 @@ HOMEPAGE="http://www.phpunit.de/"
SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
LICENSE="BSD"
SLOT="0"
-IUSE=""
+IUSE="minimal"
DEPEND="!dev-php4/phpunit"
RDEPEND="${DEPEND}
- >=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"
+ !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}"
@@ -28,3 +28,11 @@ 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.7.ebuild b/dev-php5/phpunit/phpunit-3.1.7.ebuild
new file mode 100644
index 000000000000..d05fbdadef65
--- /dev/null
+++ b/dev-php5/phpunit/phpunit-3.1.7.ebuild
@@ -0,0 +1,37 @@
+# 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.7.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
+ elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
+ elog "If you want those, emerge ${PHP_PKG} with USE=\"json sqlite mysql\" and"
+ elog "either USE=\"pdo\" or USE=\"pdo-external\"."
+}