diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 01:08:26 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 01:08:26 +0000 |
commit | cf275cb25c9865f582330e5ab35d018d40d02e2f (patch) | |
tree | fd457df71e49dd7bba9f0e38b842328d3a3b039c /dev-php5/phing | |
parent | Vbump. (diff) | |
download | historical-cf275cb25c9865f582330e5ab35d018d40d02e2f.tar.gz historical-cf275cb25c9865f582330e5ab35d018d40d02e2f.tar.bz2 historical-cf275cb25c9865f582330e5ab35d018d40d02e2f.zip |
Cleanup.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-php5/phing')
-rw-r--r-- | dev-php5/phing/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/phing/phing-2.2.0.ebuild | 13 |
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-php5/phing/ChangeLog b/dev-php5/phing/ChangeLog index a7d79bc5cb52..aff0cc0d36b8 100644 --- a/dev-php5/phing/ChangeLog +++ b/dev-php5/phing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/phing -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.7 2006/09/25 15:58:44 chtekk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.8 2007/03/18 01:08:26 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phing-2.2.0.ebuild: + Cleanup. 25 Sep 2006; Luca Longinotti <chtekk@gentoo.org> phing-2.2.0.ebuild: Fix missing http:// in SRC_URI, thanks to ferringb. diff --git a/dev-php5/phing/phing-2.2.0.ebuild b/dev-php5/phing/phing-2.2.0.ebuild index ec316e2c21c2..afce96f4889d 100644 --- a/dev-php5/phing/phing-2.2.0.ebuild +++ b/dev-php5/phing/phing-2.2.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.2 2006/09/25 15:58:44 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.3 2007/03/18 01:08:26 chtekk Exp $ inherit php-pear-lib-r1 KEYWORDS="~amd64 ~x86" + DESCRIPTION="PHP project build system based on Apache Ant." HOMEPAGE="http://www.phing.info/" SRC_URI="http://pear.phing.info/get/phing-${PV}.tgz" @@ -16,11 +17,5 @@ need_php_by_category pkg_setup() { has_php - - # Phing requires some features from PHP to work correctly - if has_version '>=dev-lang/php-5.1.2' ; then - require_php_with_use cli spl reflection xml xsl - else - require_php_with_use cli spl xml xsl - fi + require_php_with_use cli spl reflection xml xsl } |