diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-01 15:58:17 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-01 15:58:17 +0000 |
commit | 8bd9da90a394ebe83d8dfee150dd4de05d112d06 (patch) | |
tree | 4e877a99b02ecf4da24e8192a16a3d64d2cf751c /eclass/phpconfutils.eclass | |
parent | Stable on ppc wrt bug 190796 (diff) | |
download | historical-8bd9da90a394ebe83d8dfee150dd4de05d112d06.tar.gz historical-8bd9da90a394ebe83d8dfee150dd4de05d112d06.tar.bz2 historical-8bd9da90a394ebe83d8dfee150dd4de05d112d06.zip |
Bunch of php eclass docification
Diffstat (limited to 'eclass/phpconfutils.eclass')
-rw-r--r-- | eclass/phpconfutils.eclass | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/eclass/phpconfutils.eclass b/eclass/phpconfutils.eclass index 4ca26e0869bf..21b90f91e096 100644 --- a/eclass/phpconfutils.eclass +++ b/eclass/phpconfutils.eclass @@ -1,21 +1,25 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.5 2007/05/10 20:26:45 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.6 2007/09/01 15:58:17 jokey Exp $ # # ######################################################################## # -# eclass/phpconfutils.eclass -# Utility functions to help with configuring PHP +# Based on Stuart's work on the original confutils eclass # -# Based on Stuart's work on the original confutils eclass -# -# Author(s) Luca Longinotti -# <chtekk@gentoo.org> -# -# Maintained by the PHP Herd <php-bugs@gentoo.org> +# Author(s): Luca Longinotti <chtekk@gentoo.org> # # ======================================================================== +# @ECLASS: phpconfutils.eclass +# @MAINTAINER: +# Gentoo PHP team <php-bugs@gentoo.org> +# @BLURB: Provides utility functions to help with configuring PHP. +# @DESCRIPTION: +# This eclass provides utility functions to help with configuring PHP. +# It is only used by other php eclasses currently and the functions +# are not generally intended for direct use in ebuilds. + + # ======================================================================== # List of USE flags that need deps that aren't yet in Portage # or that can't be (fex. certain commercial apps) |