| 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-lib-r1.eclass,v 1.22 2011/04/16 12:19:00 olemarkus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.23 2011/06/28 07:03:59 olemarkus Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Luca Longinotti <chtekk@gentoo.org> |
5 | # Author: Luca Longinotti <chtekk@gentoo.org> |
| 6 | |
6 | |
| 7 | # @ECLASS: php-pear-lib-r1.eclass |
7 | # @ECLASS: php-pear-lib-r1.eclass |
| 8 | # @MAINTAINER: |
8 | # @MAINTAINER: |
| … | |
… | |
| 19 | |
19 | |
| 20 | DEPEND="dev-lang/php |
20 | DEPEND="dev-lang/php |
| 21 | >=dev-php/pear-1.9.0" |
21 | >=dev-php/pear-1.9.0" |
| 22 | RDEPEND="${DEPEND}" |
22 | RDEPEND="${DEPEND}" |
| 23 | |
23 | |
| 24 | |
|
|
| 25 | if [[ -n $PHP_PEAR_CHANNEL ]] ; then |
24 | if [[ -n $PHP_PEAR_CHANNEL ]] ; then |
| 26 | PHP_PEAR_PV=${PV/_rc/RC} |
25 | PHP_PEAR_PV=${PV/_rc/RC} |
| 27 | [[ -z ${PHP_PEAR_PN} ]] && die "Missing PHP_PEAR_PN. Please notify the maintainer" |
26 | [[ -z ${PHP_PEAR_PN} ]] && die "Missing PHP_PEAR_PN. Please notify the maintainer" |
| 28 | PHP_PEAR_P=${PHP_PEAR_PN}-${PHP_PEAR_PV} |
27 | PHP_PEAR_P=${PHP_PEAR_PN}-${PHP_PEAR_PV} |
| 29 | |
28 | |
| 30 | S=${WORKDIR}/${PHP_PEAR_P} |
29 | S=${WORKDIR}/${PHP_PEAR_P} |
| 31 | |
30 | |
| 32 | SRC_URI="http://${PHP_PEAR_CHANNEL}/get/${PHP_PEAR_P}.tgz" |
31 | SRC_URI="http://${PHP_PEAR_URI}/get/${PHP_PEAR_P}.tgz" |
| 33 | fi |
32 | fi |
| 34 | |
33 | |
| 35 | |
34 | |
| 36 | # @FUNCTION: php-pear-lib-r1_pkg_setup |
35 | # @FUNCTION: php-pear-lib-r1_pkg_setup |
| 37 | # @DESCRIPTION |
36 | # @DESCRIPTION |