From 8bd9da90a394ebe83d8dfee150dd4de05d112d06 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Sat, 1 Sep 2007 15:58:17 +0000 Subject: Bunch of php eclass docification --- eclass/phpconfutils.eclass | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'eclass/phpconfutils.eclass') 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 -# -# -# Maintained by the PHP Herd +# Author(s): Luca Longinotti # # ======================================================================== +# @ECLASS: phpconfutils.eclass +# @MAINTAINER: +# Gentoo PHP team +# @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) -- cgit v1.2.3-65-gdbad