summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-18 01:08:26 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-18 01:08:26 +0000
commitd0eb21c2f487df2c90cb303d187b106d73ecb3f4 (patch)
tree6367a360f055ad7d9f82042c0fb741e8b093f87a /dev-php5/phing
parentVbump. (diff)
downloadgentoo-2-d0eb21c2f487df2c90cb303d187b106d73ecb3f4.tar.gz
gentoo-2-d0eb21c2f487df2c90cb303d187b106d73ecb3f4.tar.bz2
gentoo-2-d0eb21c2f487df2c90cb303d187b106d73ecb3f4.zip
Cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php5/phing')
-rw-r--r--dev-php5/phing/ChangeLog7
-rw-r--r--dev-php5/phing/phing-2.2.0.ebuild13
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
}