summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-08-24 18:21:17 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-08-24 18:21:17 +0000
commit4a7e27fdfd93e7d726e60317815a2111ad151340 (patch)
tree17a5f902942eed800693bf259d6520054cb4c8d7 /dev-php/phpunit
parentStable for arm, wrt bug #480118 (diff)
downloadgentoo-2-4a7e27fdfd93e7d726e60317815a2111ad151340.tar.gz
gentoo-2-4a7e27fdfd93e7d726e60317815a2111ad151340.tar.bz2
gentoo-2-4a7e27fdfd93e7d726e60317815a2111ad151340.zip
remove older versions
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r--dev-php/phpunit/ChangeLog7
-rw-r--r--dev-php/phpunit/phpunit-3.5.13.ebuild36
-rw-r--r--dev-php/phpunit/phpunit-3.6.0.ebuild34
-rw-r--r--dev-php/phpunit/phpunit-3.6.10.ebuild33
-rw-r--r--dev-php/phpunit/phpunit-3.6.11.ebuild34
-rw-r--r--dev-php/phpunit/phpunit-3.7.19.ebuild38
6 files changed, 6 insertions, 176 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog
index b35b4b93d94c..9069725d2227 100644
--- a/dev-php/phpunit/ChangeLog
+++ b/dev-php/phpunit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/phpunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.17 2013/08/10 13:21:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.18 2013/08/24 18:21:17 olemarkus Exp $
+
+ 24 Aug 2013; Ole Markus With <olemarkus@gentoo.org> -phpunit-3.5.13.ebuild,
+ -phpunit-3.6.0.ebuild, -phpunit-3.6.10.ebuild, -phpunit-3.6.11.ebuild,
+ -phpunit-3.7.19.ebuild:
+ remove older versions
10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild:
Stable for x86, wrt bug #464424
diff --git a/dev-php/phpunit/phpunit-3.5.13.ebuild b/dev-php/phpunit/phpunit-3.5.13.ebuild
deleted file mode 100644
index 3dc37f9cb205..000000000000
--- a/dev-php/phpunit/phpunit-3.5.13.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.13.ebuild,v 1.13 2013/06/23 14:03:46 jer Exp $
-
-EAPI="2"
-PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_PN="PHPUnit"
-
-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-php/PEAR-Image_GraphViz-1.2.1
- >=dev-php/PEAR-Log-1.8.7-r1
- >=dev-php/DBUnit-1.0.0
- >=dev-php/Text_Template-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\"."
-}
diff --git a/dev-php/phpunit/phpunit-3.6.0.ebuild b/dev-php/phpunit/phpunit-3.6.0.ebuild
deleted file mode 100644
index ec9380e5eddc..000000000000
--- a/dev-php/phpunit/phpunit-3.6.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.6.0.ebuild,v 1.4 2013/06/23 14:03:46 jer 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 ~hppa ~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-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/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\"."
-}
diff --git a/dev-php/phpunit/phpunit-3.6.10.ebuild b/dev-php/phpunit/phpunit-3.6.10.ebuild
deleted file mode 100644
index 1c44123dbf59..000000000000
--- a/dev-php/phpunit/phpunit-3.6.10.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.6.10.ebuild,v 1.2 2013/06/23 14:03:46 jer Exp $
-
-EAPI="4"
-PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_PN="PHPUnit"
-
-PHP_PEAR_URI="pear.phpunit.de"
-inherit php-pear-lib-r1
-
-KEYWORDS="~amd64 ~hppa ~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
- >=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/File_Iterator-1.3.0
- >=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\"."
-}
diff --git a/dev-php/phpunit/phpunit-3.6.11.ebuild b/dev-php/phpunit/phpunit-3.6.11.ebuild
deleted file mode 100644
index e867b4c8b5a8..000000000000
--- a/dev-php/phpunit/phpunit-3.6.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 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.2 2013/06/23 14:03:46 jer 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 ~hppa ~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\"."
-}
diff --git a/dev-php/phpunit/phpunit-3.7.19.ebuild b/dev-php/phpunit/phpunit-3.7.19.ebuild
deleted file mode 100644
index 6015409da1ea..000000000000
--- a/dev-php/phpunit/phpunit-3.7.19.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.19.ebuild,v 1.2 2013/06/23 14:03:46 jer Exp $
-
-EAPI=5
-
-DESCRIPTION="A PHP Unit Testing framework"
-HOMEPAGE="http://phpunit.de"
-
-PHPUNIT_PHAR="${P}.phar"
-
-SRC_URI="http://dev.gentoo.org/~olemarkus/phpunit/${PHPUNIT_PHAR}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-
-DEPEND="dev-lang/php[phar,xml]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
- return
-}
-
-src_install() {
- insinto /usr/share/php/phpunit
- insopts -m755
- newins "${DISTDIR}"/${PHPUNIT_PHAR} phpunit.phar
- dosym /usr/share/php/phpunit/phpunit.phar /usr/bin/phpunit
-}
-
-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\"."
-}