diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-06 10:35:18 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-06 10:35:18 +0000 |
commit | a1da1f60430b4c8de92c1600b9299645f1d99939 (patch) | |
tree | 0dc5f625005cad635b70d1db62e8691c783ec959 /dev-php | |
parent | New addition, written by me, #282953 (diff) | |
download | gentoo-2-a1da1f60430b4c8de92c1600b9299645f1d99939.tar.gz gentoo-2-a1da1f60430b4c8de92c1600b9299645f1d99939.tar.bz2 gentoo-2-a1da1f60430b4c8de92c1600b9299645f1d99939.zip |
Copied from dev-php5/phing
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phing/ChangeLog | 81 | ||||
-rw-r--r-- | dev-php/phing/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php/phing/phing-2.4.1.ebuild | 38 |
3 files changed, 124 insertions, 0 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog new file mode 100644 index 000000000000..95fe7e07a686 --- /dev/null +++ b/dev-php/phing/ChangeLog @@ -0,0 +1,81 @@ +# ChangeLog for dev-php5/phing +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.7 2011/03/06 10:35:18 olemarkus Exp $ + + 14 Jun 2010; <mabi@gentoo.org> -phing-2.2.0.ebuild, -phing-2.3.0.ebuild, + -phing-2.3.3.ebuild, phing-2.4.1.ebuild: + remove old, drop package.mask'ed creole dependency + +*phing-2.4.1 (29 May 2010) + + 29 May 2010; <mabi@gentoo.org> +phing-2.4.1.ebuild: + version bump + +*phing-2.3.3 (01 Jan 2010) + + 01 Jan 2010; Ben de Groot <yngwin@gentoo.org> +phing-2.3.3.ebuild: + Version bump, fixes bug 256069. Thanks to Michael Dehler for the updated + ebuild. + +*phing-2.3.0 (15 Nov 2007) + + 15 Nov 2007; Markus Ullmann <jokey@gentoo.org> +phing-2.3.0.ebuild: + Version bump from project overlay + + 14 Nov 2007; Jakub Moc <jakub@gentoo.org> +phing-2.3.0.ebuild: + Version bump, Bug 199140 + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phing-2.2.0.ebuild: + Fix DEPs. + + 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. + + 20 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + -phing-2.1.1.ebuild: + Clean out old version. + +*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: + Fix needed USE flags. + +*phing-2.1.1 (04 Jan 2006) + + 04 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -phing-2.1.0.ebuild, +phing-2.1.1.ebuild: + Version bump. + + 01 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +phing-2.1.0.ebuild: + Moved from dev-php/phing to dev-php5/phing. + + 12 Oct 2005; Gustavo Felisberto <humpback@gentoo.org>; phing-2.1.0.ebuild: + Added ~amd64 to KEYWORDS + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> phing-2.1.0.ebuild: + Use new PEAR eclass. + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> phing-2.1.0.ebuild: + Fix (R)DEPEND, KEYWORDS. + +*phing-2.1.0 (14 Jul 2005) + + 14 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> + -phing-2.0.0.ebuild, +phing-2.1.0.ebuild: + Version bump. + +*phing-2.0.0 (15 Mar 2005) + + 15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +phing-2.0.0.ebuild: + New ebuild. + diff --git a/dev-php/phing/metadata.xml b/dev-php/phing/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/phing/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> +</pkgmetadata> diff --git a/dev-php/phing/phing-2.4.1.ebuild b/dev-php/phing/phing-2.4.1.ebuild new file mode 100644 index 000000000000..f703a45b2102 --- /dev/null +++ b/dev-php/phing/phing-2.4.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.1.ebuild,v 1.1 2011/03/06 10:35:18 olemarkus 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-php5/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 ) + " + +need_php_by_category + +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 +} |