summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
commita18b8c502d697dde5b46e9fa54867d99d8528c63 (patch)
tree5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/php-ext-base.eclass
parentUpdate to support selinux USE flag (blame spb). (diff)
downloadhistorical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/php-ext-base.eclass')
-rw-r--r--eclass/php-ext-base.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass
index b43e145a8620..77167dfa5282 100644
--- a/eclass/php-ext-base.eclass
+++ b/eclass/php-ext-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.19 2005/07/11 15:08:06 swegener Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -28,7 +28,7 @@ EXPORT_FUNCTIONS src_install
[ -z "$PHP_EXT_INI" ] && PHP_EXT_INI="yes"
# find out where to install extensions
-EXT_DIR="`php-config --extension-dir 2>/dev/null`"
+EXT_DIR="`php-config --extension-dir 2>/dev/null`"
# ---end ebuild configurable settings
@@ -46,7 +46,7 @@ php-ext-base_buildinilist () {
if [ -z "${PHPSAPILIST}" ]; then
PHPSAPILIST="apache1 apache2 cli cgi"
fi
-
+
PHPINIFILELIST=
for x in ${PHPSAPILIST} ; do
@@ -58,7 +58,7 @@ php-ext-base_buildinilist () {
PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php5/php.ini"
fi
done
-
+
if [ "${PHPINIFILELIST}+" = "+" ] ; then
# backwards support for the old location
@@ -94,7 +94,7 @@ php-ext-base_addextension () {
php-ext-base_addtoinifiles "$ext_type" "$ext_file" "Extension added"
}
-
+
php-ext-base_setting_is_present () {
grep "^$1=$2" /$3 > /dev/null 2>&1
}