Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
olemarkus 12/02/02 15:41:48
Modified: ChangeLog
Added: phing-2.4.9.ebuild
Log:
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-php/phing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 6 Mar 2011 11:20:33 -0000 1.8
+++ ChangeLog 2 Feb 2012 15:41:47 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/phing
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.8 2011/03/06 11:20:33 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.9 2012/02/02 15:41:47 olemarkus Exp $
+
+*phing-2.4.9 (02 Feb 2012)
+
+ 02 Feb 2012; Ole Markus With <olemarkus@g.o> +phing-2.4.9.ebuild:
+ Version bump
*phing-2.4.5 (06 Mar 2011)
1.1 dev-php/phing/phing-2.4.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?rev=1.1&content-type=text/plain
Index: phing-2.4.9.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/02/02 15:41:47 olemarkus Exp $
EAPI="4"
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-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 )
"
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
}
|
|