| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.28 2011/08/22 04:46:32 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.29 2012/01/18 17:50:58 mabi Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: php-pear-r1.eclass |
5 | # @ECLASS: php-pear-r1.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Gentoo PHP Team <php-bugs@gentoo.org> |
7 | # Gentoo PHP Team <php-bugs@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 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 |
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 | >=dev-php/pear-1.8.1" |
| 25 | RDEPEND="${DEPEND}" |
24 | RDEPEND="${DEPEND}" |
| 26 | |
25 | |
| 27 | # @ECLASS-VARIABLE: PHP_PEAR_PKG_NAME |
26 | # @ECLASS-VARIABLE: PHP_PEAR_PKG_NAME |
| 28 | # @DESCRIPTION: |
27 | # @DESCRIPTION: |
| 29 | # Set this if the the PEAR package name differs from ${PN/PEAR-/} |
28 | # Set this if the the PEAR package name differs from ${PN/PEAR-/} |