summaryrefslogtreecommitdiff
blob: 9b55d5b6e2509a4ba783d18a0a046e2e9cdd12f1 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.14 2007/09/02 17:49:20 jokey Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
#
# The php-pear eclass provides means for easy installation of PEAR
# packages, see http://pear.php.net

# Note that this eclass doesn't handle PEAR packages' dependencies on
# purpose, please use (R)DEPEND to define them.

# DEPRECATED!!! 
# STOP USING THIS ECLASS, use php-pear-r1.eclass instead!

inherit php-pear-r1

deprecation_warning() {
	eerror "Please upgrade ${PF} to use php-pear-r1.eclass!"
}

php-pear_src_install () {
	deprecation_warning
	php-pear-r1_src_install
}