diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-17 01:09:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-17 01:09:36 +0000 |
commit | bfe1d51eac1319f39457c3c958940c664075d4a3 (patch) | |
tree | 28413b3715aa28e01ea25bc4e6e21debdaf8e3c4 /dev-php/phing | |
parent | Keyword ~arm (diff) | |
download | gentoo-2-bfe1d51eac1319f39457c3c958940c664075d4a3.tar.gz gentoo-2-bfe1d51eac1319f39457c3c958940c664075d4a3.tar.bz2 gentoo-2-bfe1d51eac1319f39457c3c958940c664075d4a3.zip |
QA: Punt version with broken deps
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-php/phing')
-rw-r--r-- | dev-php/phing/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phing/phing-2.4.5.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog index 0da0383e28d0..e2adf8d1d647 100644 --- a/dev-php/phing/ChangeLog +++ b/dev-php/phing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phing # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.11 2013/05/15 17:46:44 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.12 2013/08/17 01:09:36 patrick Exp $ + + 17 Aug 2013; Patrick Lauer <patrick@gentoo.org> -phing-2.4.5.ebuild: + QA: Punt version with broken deps 15 May 2013; Ole Markus With <olemarkus@gentoo.org> phing-2.4.9.ebuild: Fix phing dependency on php's xsl extension diff --git a/dev-php/phing/phing-2.4.5.ebuild b/dev-php/phing/phing-2.4.5.ebuild deleted file mode 100644 index d2421c27e282..000000000000 --- a/dev-php/phing/phing-2.4.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild,v 1.3 2012/07/03 14:48:05 mabi Exp $ - -EAPI="2" -inherit php-pear-lib-r1 eutils - -DESCRIPTION="PHP project build system based on Apache Ant" -HOMEPAGE="http://www.phing.info/" -SRC_URI="http://pear.phing.info/get/phing-${PV/_/}.tgz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+minimal" - -DEPEND="" -RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0 - >=dev-php/PEAR-PEAR_PackageFileManager-1.5.2 - >=dev-php/PEAR-VersionControl_SVN-0.3.0_alpha1 - >=dev-php/phpunit-3.2.0 - >=dev-php/xdebug-2.0.0 - >=dev-php/simpletest-1.0.1_beta2 ) - >=dev-lang/php-5.0.2[xml,xsl] - || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 ) - " - -S=${WORKDIR}/${PN}-${PV/_/} - -pkg_postinst() { - if use minimal; then - elog "You have enabled the minimal USE flag. If you want to use features" - elog "from xdebug, phpunit, simpletest and more, disable the" - elog "USE flag or emerge the packages manually" - fi -} |