diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-02 17:49:20 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-02 17:49:20 +0000 |
commit | e1dca15cbd07c46958e14079527055b7b2b8edda (patch) | |
tree | 27323bed9ca56db24de5a84157891037e2126d4a /eclass/php-ext-source-r1.eclass | |
parent | Added xulrunner to mplayerplug-in as an alternative to the mozilla apps for b... (diff) | |
download | historical-e1dca15cbd07c46958e14079527055b7b2b8edda.tar.gz historical-e1dca15cbd07c46958e14079527055b7b2b8edda.tar.bz2 historical-e1dca15cbd07c46958e14079527055b7b2b8edda.zip |
Cleanup and more doc'ification of php eclasses
Diffstat (limited to 'eclass/php-ext-source-r1.eclass')
-rw-r--r-- | eclass/php-ext-source-r1.eclass | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/eclass/php-ext-source-r1.eclass b/eclass/php-ext-source-r1.eclass index eaf45898ca7c..edf133046fb7 100644 --- a/eclass/php-ext-source-r1.eclass +++ b/eclass/php-ext-source-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.13 2007/09/01 15:58:17 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.14 2007/09/02 17:49:20 jokey Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -34,6 +34,11 @@ DEPEND=">=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18" RDEPEND="" + +# @FUNCTION: php-ext-source-r1_src_compile +# @DESCRIPTION: +# Takes care of standard compile for PHP extensions (modules). + # @VARIABLE: PHP_EXT_SKIP_PHPIZE # @DESCRIPTION: # phpize will be run by default for all ebuilds that use php-ext-source-r1_src_compile. @@ -42,10 +47,6 @@ RDEPEND="" # @VARIABLE: my_conf # @DESCRIPTION: # Set this in the ebuild to pass configure options to econf. - -# @FUNCTION: php-ext-source-r1_src_compile -# @DESCRIPTION: -# Takes care of standard compile for PHP extensions (modules). php-ext-source-r1_src_compile() { # Pull in the PHP settings has_php |