summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-10-30 17:22:49 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-10-30 17:22:49 +0000
commitf695788d934fcc8c5926879e938061d6b443d786 (patch)
tree7c6479c6a69ff8a4b0f0fc981315e80ee079c402 /dev-php5/phpunit
parentAdd dep from tl-xetex on tl-latex3, by dynamotwain@aim.com, bug #342689 (diff)
downloadgentoo-2-f695788d934fcc8c5926879e938061d6b443d786.tar.gz
gentoo-2-f695788d934fcc8c5926879e938061d6b443d786.tar.bz2
gentoo-2-f695788d934fcc8c5926879e938061d6b443d786.zip
Removed the minimal USE flag and fixed dependencies
(Portage version: 2.1.9.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r--dev-php5/phpunit/ChangeLog8
-rw-r--r--dev-php5/phpunit/phpunit-3.5.0-r1.ebuild (renamed from dev-php5/phpunit/phpunit-3.5.0.ebuild)28
2 files changed, 17 insertions, 19 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog
index 25a7e49a682b..960209ecde49 100644
--- a/dev-php5/phpunit/ChangeLog
+++ b/dev-php5/phpunit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/phpunit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.31 2010/10/20 14:18:50 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.32 2010/10/30 17:22:49 olemarkus Exp $
+
+*phpunit-3.5.0-r1 (30 Oct 2010)
+
+ 30 Oct 2010; <olemarkus@gentoo.org> -phpunit-3.5.0.ebuild,
+ +phpunit-3.5.0-r1.ebuild:
+ Removed the minimal USE flag and fixed dependencies
20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> phpunit-3.4.13.ebuild:
Stable on amd64 wrt bug #336869
diff --git a/dev-php5/phpunit/phpunit-3.5.0.ebuild b/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild
index 754d913dd89d..93bad8c7f5f0 100644
--- a/dev-php5/phpunit/phpunit-3.5.0.ebuild
+++ b/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.5.0.ebuild,v 1.1 2010/10/04 22:51:07 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild,v 1.1 2010/10/30 17:22:49 olemarkus Exp $
EAPI="2"
inherit php-pear-lib-r1
@@ -12,23 +12,20 @@ HOMEPAGE="http://www.phpunit.de/"
SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
LICENSE="BSD"
SLOT="0"
-IUSE="+minimal"
+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.2.7[simplexml,xml,tokenizer]
|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
- !minimal? ( >=dev-php5/xdebug-2.0.5
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- dev-php5/PEAR-DbUnit
- dev-php5/PEAR-File_Iterator
- dev-php5/PEAR-PHP_CodeCoverage
- dev-php5/PEAR-PHP_TokenStream
- dev-php5/PEAR-PHP_Timer
- dev-php5/phpunit-mockobject
- dev-php5/phpunit-selenium )"
+ >=dev-php/PEAR-Image_GraphViz-1.2.1
+ >=dev-php/PEAR-Log-1.8.7-r1
+ dev-php5/PEAR-DbUnit
+ dev-php5/PEAR-PHP_CodeCoverage
+ dev-php5/PEAR-PHP_Timer
+ dev-php5/phpunit-mockobject
+ dev-php5/phpunit-selenium"
need_php_by_category
@@ -38,9 +35,4 @@ 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\"."
- if use minimal; then
- elog "You have enabled the minimal USE flag. If you want to use features"
- elog "from xdebug, PEAR-Log or PEAR-Testing_Selenium disable the"
- elog "USE flag or emerge the packages manually"
- fi
}