summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-02-26 13:12:31 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-02-26 13:12:31 +0000
commit2a852c755294919377939847f6275bdb9258aa1b (patch)
tree9a3e68cfc810d36045682a39e7f8279704d2ccfd /dev-php/phpunit
parentRemove mask for sci-visualization/hippodraw (diff)
downloadgentoo-2-2a852c755294919377939847f6275bdb9258aa1b.tar.gz
gentoo-2-2a852c755294919377939847f6275bdb9258aa1b.tar.bz2
gentoo-2-2a852c755294919377939847f6275bdb9258aa1b.zip
Cleanup old versions
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r--dev-php/phpunit/ChangeLog8
-rw-r--r--dev-php/phpunit/phpunit-3.4.13.ebuild40
-rw-r--r--dev-php/phpunit/phpunit-3.5.0-r1.ebuild38
-rw-r--r--dev-php/phpunit/phpunit-3.5.14.ebuild38
4 files changed, 6 insertions, 118 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog
index 55842702e82d..047682d0c4f3 100644
--- a/dev-php/phpunit/ChangeLog
+++ b/dev-php/phpunit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/phpunit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.6 2011/11/03 09:43:18 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.7 2012/02/26 13:12:31 olemarkus Exp $
+
+ 26 Feb 2012; Ole Markus With <olemarkus@gentoo.org> -phpunit-3.4.13.ebuild,
+ -phpunit-3.5.0-r1.ebuild, -phpunit-3.5.14.ebuild:
+ Cleanup old versions
*phpunit-3.6.0 (03 Nov 2011)
diff --git a/dev-php/phpunit/phpunit-3.4.13.ebuild b/dev-php/phpunit/phpunit-3.4.13.ebuild
deleted file mode 100644
index 5e4ac3b91de1..000000000000
--- a/dev-php/phpunit/phpunit-3.4.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.4.13.ebuild,v 1.1 2011/03/26 11:31:20 olemarkus Exp $
-
-EAPI="2"
-inherit php-pear-lib-r1
-
-KEYWORDS="~alpha amd64 hppa ~ia64 ~sparc x86"
-
-DESCRIPTION="Unit testing framework for PHP5"
-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
- >=dev-php/PEAR-PEAR-1.8.1"
-RDEPEND="${DEPEND}
- >=dev-lang/php-5.2[simplexml,xml,tokenizer]
- || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
- !minimal? ( >=dev-php/xdebug-2.0.5
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
-
-need_php_by_category
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-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
-}
diff --git a/dev-php/phpunit/phpunit-3.5.0-r1.ebuild b/dev-php/phpunit/phpunit-3.5.0-r1.ebuild
deleted file mode 100644
index a525f0787091..000000000000
--- a/dev-php/phpunit/phpunit-3.5.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.0-r1.ebuild,v 1.4 2011/09/18 11:06:21 olemarkus Exp $
-
-EAPI="2"
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Unit testing framework for PHP5"
-HOMEPAGE="http://www.phpunit.de/"
-SRC_URI="http://pear.phpunit.de/get/PHPUnit-${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.7[simplexml,xml,tokenizer]
- || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- dev-php/dbunit
- dev-php/php-codecoverage
- dev-php/php-timer
- dev-php/phpunit-mockobject
- dev-php/phpunit-selenium"
-
-need_php_by_category
-
-S="${WORKDIR}/PHPUnit-${PV}"
-
-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-php/phpunit/phpunit-3.5.14.ebuild b/dev-php/phpunit/phpunit-3.5.14.ebuild
deleted file mode 100644
index b2d34cf5dc3b..000000000000
--- a/dev-php/phpunit/phpunit-3.5.14.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.14.ebuild,v 1.4 2011/09/18 11:06:21 olemarkus Exp $
-
-EAPI="2"
-PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_PN="PHPUnit"
-
-PHP_PEAR_URI="pear.phpunit.de"
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Unit testing framework for PHP5"
-HOMEPAGE="http://www.phpunit.de/"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-PEAR-1.9.1"
-RDEPEND="${DEPEND}
- >=dev-lang/php-5.2.7[simplexml,xml,tokenizer]
- || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
- >=dev-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/dbunit-1.0.0
- >=dev-php/php-texttemplate-1.0.0
- >=dev-php/php-codecoverage-1.0.2
- >=dev-php/php-timer-1.0.0
- >=dev-php/phpunit-mockobject-1.0.3
- >=dev-php/phpunit-selenium-1.0.1
- >=dev-php/file-iterator-1.2.3
- >=dev-php/yaml-1.0.2"
-
-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\"."
-}