summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-09-19 17:33:02 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-09-19 17:33:02 +0000
commitb3e2e4a23813b0eee03a92e9e762f14155cc51ea (patch)
treeacdb87514a5a1baff9fe55670e21cdccd9b0b495 /dev-php5/phing
parentAdded icon and desktop entry, as well as removing virtual/x11 from dependenci... (diff)
downloadgentoo-2-b3e2e4a23813b0eee03a92e9e762f14155cc51ea.tar.gz
gentoo-2-b3e2e4a23813b0eee03a92e9e762f14155cc51ea.tar.bz2
gentoo-2-b3e2e4a23813b0eee03a92e9e762f14155cc51ea.zip
Version bump.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-php5/phing')
-rw-r--r--dev-php5/phing/ChangeLog8
-rw-r--r--dev-php5/phing/files/digest-phing-2.2.03
-rw-r--r--dev-php5/phing/phing-2.2.0.ebuild26
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-php5/phing/ChangeLog b/dev-php5/phing/ChangeLog
index 0063aa46e04b..8031efc5a173 100644
--- a/dev-php5/phing/ChangeLog
+++ b/dev-php5/phing/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2006/08/18 22:49:43 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.5 2006/09/19 17:33:02 sebastian Exp $
+
+*phing-2.2.0 (19 Sep 2006)
+
+ 19 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org>
+ +phing-2.2.0.ebuild:
+ Version bump.
18 Aug 2006; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
phing-2.1.1.ebuild:
diff --git a/dev-php5/phing/files/digest-phing-2.2.0 b/dev-php5/phing/files/digest-phing-2.2.0
new file mode 100644
index 000000000000..c776526f6508
--- /dev/null
+++ b/dev-php5/phing/files/digest-phing-2.2.0
@@ -0,0 +1,3 @@
+MD5 58a6d88d40a9609792ab79c80292f7cd phing-2.2.0.tgz 379547
+RMD160 77b00c42ce1c4b30a9c55c9677fd4ebd69d4ce5f phing-2.2.0.tgz 379547
+SHA256 a2a65886e74272b30413a6becf8ecc47d91611aebd5a397a3ff47b65efdc2e47 phing-2.2.0.tgz 379547
diff --git a/dev-php5/phing/phing-2.2.0.ebuild b/dev-php5/phing/phing-2.2.0.ebuild
new file mode 100644
index 000000000000..cb36a303ebaf
--- /dev/null
+++ b/dev-php5/phing/phing-2.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 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.1 2006/09/19 17:33:02 sebastian 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="pear.phing.info/get/phing-${PV}.tgz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+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
+}