grknight 14/11/06 19:43:05 Modified: ChangeLog Added: PEAR-PHP_Beautifier-0.1.15-r1.ebuild Removed: PEAR-PHP_Beautifier-0.1.15.ebuild Log: EAPI revbump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.7 dev-php/PEAR-PHP_Beautifier/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Aug 2014 20:54:19 -0000 1.6 +++ ChangeLog 6 Nov 2014 19:43:05 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-PHP_Beautifier # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v 1.6 2014/08/10 20:54:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v 1.7 2014/11/06 19:43:05 grknight Exp $ + +*PEAR-PHP_Beautifier-0.1.15-r1 (06 Nov 2014) + + 06 Nov 2014; Brian Evans <[email protected]> + +PEAR-PHP_Beautifier-0.1.15-r1.ebuild, -PEAR-PHP_Beautifier-0.1.15.ebuild: + EAPI revbump 10 Aug 2014; Sergei Trofimovich <[email protected]> PEAR-PHP_Beautifier-0.1.15.ebuild: 1.1 dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild?rev=1.1&content-type=text/plain Index: PEAR-PHP_Beautifier-0.1.15-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild,v 1.1 2014/11/06 19:43:05 grknight Exp $ EAPI=5 inherit php-pear-r1 KEYWORDS="~amd64 ~x86" DESCRIPTION="Code Beautifier for PHP" LICENSE="PHP-3" SLOT="0" IUSE="" DEPEND="dev-lang/php[tokenizer]" RDEPEND="$DEPEND >=dev-php/PEAR-Log-1.8" pkg_postinst() { if ! has_version dev-lang/php[bzip2] ; then elog "${PN} can optionally use bzip2 features." elog "If you want those, emerge dev-lang/php with this flag in USE." fi }
