diff options
Diffstat (limited to 'dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.14.ebuild')
-rw-r--r-- | dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.14.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.14.ebuild b/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.14.ebuild new file mode 100644 index 000000000000..ad1bb99f72c5 --- /dev/null +++ b/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.14.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 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.14.ebuild,v 1.1 2010/02/16 05:07:11 beandog Exp $ + +inherit php-pear-r1 depend.php eutils + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Code Beautifier for PHP." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-php/PEAR-Log-1.8" + +need_php5 + +pkg_setup() { + require_php_with_use tokenizer +} + +pkg_postinst() { + has_php + if ! built_with_use --missing true =${PHP_PKG} bzip2 ; then + elog "${PN} can optionally use bzip2 features." + elog "If you want those, emerge ${PHP_PKG} with this flag in USE." + fi +} |