| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.22 2009/01/12 23:09:02 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.23 2010/02/16 04:14:13 beandog Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Tal Peer <coredumb@gentoo.org> |
5 | # Author: Tal Peer <coredumb@gentoo.org> |
| 6 | # Author: Luca Longinotti <chtekk@gentoo.org> |
6 | # Author: Luca Longinotti <chtekk@gentoo.org> |
| 7 | |
7 | |
| 8 | # @ECLASS: php-pear-r1.eclass |
8 | # @ECLASS: php-pear-r1.eclass |
| … | |
… | |
| 17 | |
17 | |
| 18 | inherit multilib |
18 | inherit multilib |
| 19 | |
19 | |
| 20 | EXPORT_FUNCTIONS src_install |
20 | EXPORT_FUNCTIONS src_install |
| 21 | |
21 | |
| 22 | DEPEND="dev-lang/php >=dev-php/PEAR-PEAR-1.6.1" |
22 | DEPEND="dev-lang/php |
|
|
23 | || ( ( >=dev-php/PEAR-PEAR-1.6.1 <dev-php/PEAR-PEAR-1.8.1 ) |
|
|
24 | >=dev-php/pear-1.8.1 )" |
| 23 | RDEPEND="${DEPEND}" |
25 | RDEPEND="${DEPEND}" |
| 24 | |
26 | |
| 25 | # @ECLASS-VARIABLE: PHP_PEAR_PKG_NAME |
27 | # @ECLASS-VARIABLE: PHP_PEAR_PKG_NAME |
| 26 | # @DESCRIPTION: |
28 | # @DESCRIPTION: |
| 27 | # Set this if the the PEAR package name differs from ${PN/PEAR-/} |
29 | # Set this if the the PEAR package name differs from ${PN/PEAR-/} |