diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:11:36 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:11:36 +0000 |
commit | 3d26cf8f67c3de50cc508f68278dd15c78a99874 (patch) | |
tree | 83e92cb18d846cf2f785e54c5093beec046825a3 | |
parent | Fix libstdc++ deps. (diff) | |
download | gentoo-2-3d26cf8f67c3de50cc508f68278dd15c78a99874.tar.gz gentoo-2-3d26cf8f67c3de50cc508f68278dd15c78a99874.tar.bz2 gentoo-2-3d26cf8f67c3de50cc508f68278dd15c78a99874.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
-rw-r--r-- | dev-php/PEAR-PHP_Debug/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-PHP_Debug/ChangeLog b/dev-php/PEAR-PHP_Debug/ChangeLog index 2e0ef4b616f1..bec0fdc5e135 100644 --- a/dev-php/PEAR-PHP_Debug/ChangeLog +++ b/dev-php/PEAR-PHP_Debug/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-PHP_Debug -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.1 2008/03/17 12:49:34 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.2 2009/08/22 19:11:36 beandog Exp $ + +*PEAR-PHP_Debug-1.0.3 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-PHP_Debug-1.0.3.ebuild: + Version bump *PEAR-PHP_Debug-1.0.0 (17 Mar 2008) diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild new file mode 100644 index 000000000000..f68767d8c304 --- /dev/null +++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild,v 1.1 2009/08/22 19:11:36 beandog Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Provides assistance in debugging PHP code (program trace, variables display, +process time, included files, queries executed, watch variables etc. " + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter + dev-php/PEAR-Services_W3C_HTMLValidator )" + +need_php5 |