| 1 | # Copyright 1999-2007 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/Attic/php-ext-pecl-r1.eclass,v 1.13 2010/10/06 19:58:45 olemarkus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/Attic/php-ext-pecl-r1.eclass,v 1.14 2011/08/22 04:46:32 vapier Exp $ |
| 4 | # |
|
|
| 5 | # Author: Tal Peer <coredumb@gentoo.org> |
|
|
| 6 | # Author: Luca Longinotti <chtekk@gentoo.org> |
|
|
| 7 | # Author: Jakub Moc <jakub@gentoo.org> |
|
|
| 8 | |
4 | |
| 9 | # @ECLASS: php-ext-pecl-r1.eclass |
5 | # @ECLASS: php-ext-pecl-r1.eclass |
| 10 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 11 | # Gentoo PHP team <php-bugs@gentoo.org> |
7 | # Gentoo PHP team <php-bugs@gentoo.org> |
|
|
8 | # @AUTHOR: |
|
|
9 | # Author: Tal Peer <coredumb@gentoo.org> |
|
|
10 | # Author: Luca Longinotti <chtekk@gentoo.org> |
|
|
11 | # Author: Jakub Moc <jakub@gentoo.org> |
| 12 | # @BLURB: A uniform way of installing PECL extensions |
12 | # @BLURB: A uniform way of installing PECL extensions |
| 13 | # @DESCRIPTION: |
13 | # @DESCRIPTION: |
| 14 | # This eclass should be used by all dev-php[45]/pecl-* ebuilds |
14 | # This eclass should be used by all dev-php[45]/pecl-* ebuilds |
| 15 | # as a uniform way of installing PECL extensions. |
15 | # as a uniform way of installing PECL extensions. |
| 16 | # For more information about PECL, see http://pecl.php.net/ |
16 | # For more information about PECL, see http://pecl.php.net/ |