summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-01-06 19:30:24 +0000
committerSven Wegener <swegener@gentoo.org>2008-01-06 19:30:24 +0000
commitd9b72ad49e2a1bd75cf6af9436298b8935241037 (patch)
treedea3bed0d5bef715c20f0c86159b72dd18cb4468 /eclass/php5-sapi-r2.eclass
parentAdd missing version separator line to ChangeLog. (diff)
downloadgentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.gz
gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.bz2
gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.zip
whitespace
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass34
1 files changed, 17 insertions, 17 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index d5de6a61c688..c84687df1f4d 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.eclass
@@ -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/eclass/php5-sapi-r2.eclass,v 1.44 2007/09/02 17:49:20 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.45 2008/01/06 19:30:24 swegener Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -12,41 +12,41 @@
#
# ========================================================================
-# DEPRECATED!!!
+# DEPRECATED!!!
# STOP USING THIS ECLASS, use php5_2-sapi eclass instead!
-
+
inherit php5_2-sapi
-
+
deprecation_warning() {
- eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
+ eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
}
php5-sapi-r2_check_awkward_uses() {
- deprecation_warning
- php5_2-sapi_check_use_flags
+ deprecation_warning
+ php5_2-sapi_check_use_flags
}
php5-sapi-r2_pkg_setup() {
- deprecation_warning
- php5_2-sapi_pkg_setup
+ deprecation_warning
+ php5_2-sapi_pkg_setup
}
php5-sapi-r2_src_unpack() {
- deprecation_warning
- php5_2-sapi_src_unpack
+ deprecation_warning
+ php5_2-sapi_src_unpack
}
php5-sapi-r2_src_compile() {
- deprecation_warning
- php5_2-sapi_src_compile
+ deprecation_warning
+ php5_2-sapi_src_compile
}
php5-sapi-r2_src_install() {
- deprecation_warning
- php5_2-sapi_src_install
+ deprecation_warning
+ php5_2-sapi_src_install
}
php5-sapi-r2_pkg_postinst() {
- deprecation_warning
- php5_2-sapi_pkg_postinst
+ deprecation_warning
+ php5_2-sapi_pkg_postinst
}