diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
commit | 8257c84439caa6bcb0a5d2ead7cb4629e4444190 (patch) | |
tree | 5a207927cc393287314c7cb213451b08444ca939 /eclass/phpconfutils.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.tar.gz gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.tar.bz2 gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.zip |
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Diffstat (limited to 'eclass/phpconfutils.eclass')
-rw-r--r-- | eclass/phpconfutils.eclass | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/eclass/phpconfutils.eclass b/eclass/phpconfutils.eclass index e651c4426c77..89936e38fd00 100644 --- a/eclass/phpconfutils.eclass +++ b/eclass/phpconfutils.eclass @@ -1,18 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $ -# -# ######################################################################## -# -# Based on Stuart's work on the original confutils eclass -# -# Author(s): Luca Longinotti <chtekk@gentoo.org> -# -# ======================================================================== +# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.10 2011/08/22 04:46:32 vapier Exp $ # @ECLASS: phpconfutils.eclass # @MAINTAINER: # Gentoo PHP team <php-bugs@gentoo.org> +# @AUTHOR: +# Based on Stuart's work on the original confutils eclass +# Luca Longinotti <chtekk@gentoo.org> # @BLURB: Provides utility functions to help with configuring PHP. # @DESCRIPTION: # This eclass provides utility functions to help with configuring PHP. |