summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-05-15 17:46:44 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-05-15 17:46:44 +0000
commit6e64ccafe4a00aac831b0a1f815637da7b6c3ba3 (patch)
treeb15e3daaa7f1838a9ada4766baf5de81a28411d6 /dev-php
parentversion bump (diff)
downloadgentoo-2-6e64ccafe4a00aac831b0a1f815637da7b6c3ba3.tar.gz
gentoo-2-6e64ccafe4a00aac831b0a1f815637da7b6c3ba3.tar.bz2
gentoo-2-6e64ccafe4a00aac831b0a1f815637da7b6c3ba3.zip
Fix phing dependency on php's xsl extension
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/phing/ChangeLog8
-rw-r--r--dev-php/phing/phing-2.4.9.ebuild7
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog
index ef1ce816dd9d..0da0383e28d0 100644
--- a/dev-php/phing/ChangeLog
+++ b/dev-php/phing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/phing
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.10 2012/07/03 14:48:05 mabi Exp $
+# 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 $
+
+ 15 May 2013; Ole Markus With <olemarkus@gentoo.org> phing-2.4.9.ebuild:
+ Fix phing dependency on php's xsl extension
03 Jul 2012; Matti Bickel <mabi@gentoo.org> phing-2.4.5.ebuild,
phing-2.4.9.ebuild:
@@ -92,4 +95,3 @@
15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml,
+phing-2.0.0.ebuild:
New ebuild.
-
diff --git a/dev-php/phing/phing-2.4.9.ebuild b/dev-php/phing/phing-2.4.9.ebuild
index 8e33846d39ab..f8612884e545 100644
--- a/dev-php/phing/phing-2.4.9.ebuild
+++ b/dev-php/phing/phing-2.4.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.2 2012/07/03 14:48:05 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.3 2013/05/15 17:46:44 olemarkus Exp $
EAPI="4"
inherit php-pear-lib-r1 eutils
@@ -21,8 +21,7 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0
>=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 )
+ dev-lang/php[xml,xslt]
"
S=${WORKDIR}/${PN}-${PV/_/}