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 | 06685f49044259bb92d06a2c94835d3a2de0fc7d (patch) | |
tree | 3dd15924654d528333f1b3137a1134fe3c3d6651 /eclass/depend.php.eclass | |
parent | Version bump (diff) | |
download | historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.tar.gz historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.tar.bz2 historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.zip |
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Diffstat (limited to 'eclass/depend.php.eclass')
-rw-r--r-- | eclass/depend.php.eclass | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/eclass/depend.php.eclass b/eclass/depend.php.eclass index bf0bfbce7438..5447adb2548b 100644 --- a/eclass/depend.php.eclass +++ b/eclass/depend.php.eclass @@ -1,21 +1,20 @@ -# 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/depend.php.eclass,v 1.29 2011/03/18 15:59:25 olemarkus Exp $ - -# Author: Stuart Herbert <stuart@gentoo.org> -# Author: Luca Longinotti <chtekk@gentoo.org> -# Author: Jakub Moc <jakub@gentoo.org> (documentation) +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.30 2011/08/22 04:46:31 vapier Exp $ # @ECLASS: depend.php.eclass # @MAINTAINER: # Gentoo PHP team <php-bugs@gentoo.org> +# @AUTHOR: +# Author: Stuart Herbert <stuart@gentoo.org> +# Author: Luca Longinotti <chtekk@gentoo.org> +# Author: Jakub Moc <jakub@gentoo.org> (documentation) # @BLURB: Functions to allow ebuilds to depend on php5 and check for specific features. # @DESCRIPTION: # This eclass provides functions that allow ebuilds to depend on php5 and check # for specific PHP features, SAPIs etc. Also provides dodoc-php wrapper to install # documentation for PHP packages to php-specific location. - inherit eutils phpconfutils # PHP5-only depend functions |