diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-11 14:06:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-11 14:06:57 +0000 |
commit | 869445ef91f57379173693637a5c20a9134a6bd3 (patch) | |
tree | cce7921a53890e49e8f086e07fd13043c4b70039 /dev-php/phpdbg | |
parent | Remove old unavailable versions. (diff) | |
download | gentoo-2-869445ef91f57379173693637a5c20a9134a6bd3.tar.gz gentoo-2-869445ef91f57379173693637a5c20a9134a6bd3.tar.bz2 gentoo-2-869445ef91f57379173693637a5c20a9134a6bd3.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/phpdbg')
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.23.ebuild | 4 | ||||
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.32.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/phpdbg/phpdbg-2.11.23.ebuild b/dev-php/phpdbg/phpdbg-2.11.23.ebuild index 6803c15b194e..f718dbf24619 100644 --- a/dev-php/phpdbg/phpdbg-2.11.23.ebuild +++ b/dev-php/phpdbg/phpdbg-2.11.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.9 2005/05/11 05:14:42 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.10 2005/05/11 14:06:57 mr_bones_ Exp $ PHP_EXT_NAME="dbg" PHP_EXT_ZENDEXT="no" @@ -28,7 +28,7 @@ src_install () { php-ext-base_addtoinifiles "[Debugger]" php-ext-base_addtoinifiles "debugger.enabled" "on" php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" - + } pkg_postinst() { diff --git a/dev-php/phpdbg/phpdbg-2.11.32.ebuild b/dev-php/phpdbg/phpdbg-2.11.32.ebuild index c819625db021..93d4f2a79447 100644 --- a/dev-php/phpdbg/phpdbg-2.11.32.ebuild +++ b/dev-php/phpdbg/phpdbg-2.11.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.32.ebuild,v 1.2 2005/05/11 05:14:42 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.32.ebuild,v 1.3 2005/05/11 14:06:57 mr_bones_ Exp $ PHP_EXT_NAME="dbg" PHP_EXT_ZENDEXT="no" @@ -38,7 +38,7 @@ src_install () { dodoc AUTHORS COPYING INSTALL php-ext-base_addtoinifiles "[Debugger]" php-ext-base_addtoinifiles "debugger.enabled" "on" - php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" + php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" } pkg_postinst() { |