diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-22 17:44:32 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-22 17:44:32 +0000 |
commit | cb9a7c06fb2055eeb501e2db4c78726dcd81721d (patch) | |
tree | 0ac9696391e293f1b031fdbd2222275582a0df13 /dev-php | |
parent | make repoman happy, also remove redundant php requirement (diff) | |
download | gentoo-2-cb9a7c06fb2055eeb501e2db4c78726dcd81721d.tar.gz gentoo-2-cb9a7c06fb2055eeb501e2db4c78726dcd81721d.tar.bz2 gentoo-2-cb9a7c06fb2055eeb501e2db4c78726dcd81721d.zip |
version bump, epear import
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-3.6.11.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog index 4ea88fa88d1d..e33635f83985 100644 --- a/dev-php/phpunit/ChangeLog +++ b/dev-php/phpunit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/phpunit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.11 2012/05/30 10:02:29 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.12 2012/06/22 17:44:32 mabi Exp $ + +*phpunit-3.6.11 (22 Jun 2012) + + 22 Jun 2012; Matti Bickel <mabi@gentoo.org> +phpunit-3.6.11.ebuild: + version bump, epear import *phpunit-3.6.10 (30 May 2012) diff --git a/dev-php/phpunit/phpunit-3.6.11.ebuild b/dev-php/phpunit/phpunit-3.6.11.ebuild new file mode 100644 index 000000000000..dd7f3a2d4e7e --- /dev/null +++ b/dev-php/phpunit/phpunit-3.6.11.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.6.11.ebuild,v 1.1 2012/06/22 17:44:32 mabi Exp $ + +EAPI=4 + +PEAR_PV="3.6.11" +PHP_PEAR_PKG_NAME="PHPUnit" + +inherit php-pear-r1 + +DESCRIPTION="The PHP Unit Testing framework." +HOMEPAGE="pear.phpunit.de" +SRC_URI="http://pear.phpunit.de/get/PHPUnit-3.6.11.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/php[xml] + >=dev-php/pear-1.9.4 + >=dev-php/File_Iterator-1.3.0 + >=dev-php/Text_Template-1.1.1 + >=dev-php/PHP_CodeCoverage-1.1.0 + >=dev-php/PHP_Timer-1.0.1 + >=dev-php/PHPUnit_MockObject-1.1.0 + >=dev-php/YAML-1.0.2" +RDEPEND="${DEPEND}" + +pkg_postinst() { + elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features." + elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"." +} |