grknight 14/10/10 20:46:25 Modified: ChangeLog Added: phing-2.8.2.ebuild Log: Version bump and use phar archive wrt bug 489244 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.14 dev-php/phing/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Jan 2014 19:52:17 -0000 1.13 +++ ChangeLog 10 Oct 2014 20:46:25 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-php/phing # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.13 2014/01/04 19:52:17 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.14 2014/10/10 20:46:25 grknight Exp $ + +*phing-2.8.2 (10 Oct 2014) + + 10 Oct 2014; Brian Evans <[email protected]> +phing-2.8.2.ebuild: + Version bump and use phar archive wrt bug 489244 *phing-2.6.1 (04 Jan 2014) 1.1 dev-php/phing/phing-2.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.8.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.8.2.ebuild?rev=1.1&content-type=text/plain Index: phing-2.8.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.8.2.ebuild,v 1.1 2014/10/10 20:46:25 grknight Exp $ EAPI="5" DESCRIPTION="PHP project build system based on Apache Ant" HOMEPAGE="http://www.phing.info/" SRC_URI="http://www.phing.info/get/phing-${PV}.phar" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+minimal" DEPEND="" RDEPEND="!minimal? ( dev-php/phpDocumentor dev-php/PHP_CodeCoverage >=dev-php/PEAR-HTTP_Request2-2.1.1 >=dev-php/PEAR-PEAR_PackageFileManager-1.5.2 >=dev-php/PEAR-VersionControl_SVN-0.3.0_alpha1 >=dev-php/phpmd-1.1.0 >=dev-php/phpunit-4.0 >=dev-php/xdebug-2.0.5 >=dev-php/simpletest-1.0.1_beta2 ) dev-lang/php[phar,xml,xslt] " S=${WORKDIR} src_unpack() { :; } src_install() { insinto /usr/share/php/phing insopts -m755 newins "${DISTDIR}/${P}.phar" phing.phar dosym /usr/share/php/phing/phing.phar /usr/bin/phing } 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 }
