summaryrefslogtreecommitdiff
blob: 156ed3bedcc4d0a107657f1d6fff38840d9da10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.94 2008/01/06 19:30:24 swegener Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>

# DEPRECATED!!!
# STOP USING THIS ECLASS, use one of the php?_?-sapi eclasses instead!

deprecation_warning() {
	eerror "Please upgrade ${PF} to use one of the php?_?-sapi eclasses instead!"
}

php-sapi_check_java_config() {
	deprecation_warning
}

php-sapi_src_unpack() {
	deprecation_warning
}

php-sapi_src_compile() {
	deprecation_warning
}

php-sapi_src_install() {
	deprecation_warning
}

php-sapi_pkg_preinst() {
	deprecation_warning
}

php-sapi_pkg_postinst() {
	deprecation_warning
}

php-sapi_securityupgrade() {
	deprecation_warning
}

php-sapi_warning_mssql_freetds() {
	deprecation_warning
}