summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-19 11:44:49 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-19 11:44:49 +0000
commitdc519ea329f34f9034685c09da8d3822530eb2fe (patch)
tree4d65e20c3003ecda8abcbf0baee8fc1e246b5ee6 /dev-php/PEAR-PHP_Beautifier
parentVersion bump (diff)
downloadgentoo-2-dc519ea329f34f9034685c09da8d3822530eb2fe.tar.gz
gentoo-2-dc519ea329f34f9034685c09da8d3822530eb2fe.tar.bz2
gentoo-2-dc519ea329f34f9034685c09da8d3822530eb2fe.zip
Version bump. Bug #359419. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PHP_Beautifier')
-rw-r--r--dev-php/PEAR-PHP_Beautifier/ChangeLog9
-rw-r--r--dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-php/PEAR-PHP_Beautifier/ChangeLog b/dev-php/PEAR-PHP_Beautifier/ChangeLog
index 2e186a03411a..b79d888d2b76 100644
--- a/dev-php/PEAR-PHP_Beautifier/ChangeLog
+++ b/dev-php/PEAR-PHP_Beautifier/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-PHP_Beautifier
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v 1.3 2010/02/16 05:07:11 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v 1.4 2011/03/19 11:44:49 olemarkus Exp $
+
+*PEAR-PHP_Beautifier-0.1.15 (19 Mar 2011)
+
+ 19 Mar 2011; <olemarkus@gentoo.org> +PEAR-PHP_Beautifier-0.1.15.ebuild:
+ Version bump. Bug #359419. Thanks to Denny
*PEAR-PHP_Beautifier-0.1.14 (16 Feb 2010)
diff --git a/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15.ebuild b/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15.ebuild
new file mode 100644
index 000000000000..fc40686e6af8
--- /dev/null
+++ b/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 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.ebuild,v 1.1 2011/03/19 11:44:49 olemarkus Exp $
+
+EAPI="2"
+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
+}