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/gdesklets.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/gdesklets.eclass')
-rw-r--r-- | eclass/gdesklets.eclass | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/eclass/gdesklets.eclass b/eclass/gdesklets.eclass index b1dea8c98b1c..555e3df1f8ff 100644 --- a/eclass/gdesklets.eclass +++ b/eclass/gdesklets.eclass @@ -1,12 +1,14 @@ -# Copyright 2004-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.20 2010/05/08 22:18:28 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.21 2011/08/22 04:46:31 vapier Exp $ # @ECLASS: gdesklets.eclass # @MAINTAINER: # gdesklets@gentoo.org -# @BLURB: Installation functions for Desklets and Controls supported -# by gDesklets +# @AUTHOR: +# Original author: Joe Sapp <nixphoeni@gentoo.org> +# Original author: Mike Gardiner <obz@gentoo.org> +# @BLURB: Installation functions for Desklets and Controls supported by gDesklets # @DESCRIPTION: # The gdesklets eclass provides a simple way to create ebuilds for # globally installing desktop applets ("Desklets") and supporting code @@ -19,25 +21,22 @@ # technically could have an ebuild that works around this limitation, # but no new packages should be added to the tree that do this (mainly # for ease of maintenance). -# -# Original authors: Joe Sapp <nixphoeni@gentoo.org> -# Mike Gardiner <obz@gentoo.org> -# @ECLASS_VARIABLE: DESKLET_NAME +# @ECLASS-VARIABLE: DESKLET_NAME # @DESCRIPTION: # *Optional* The name of the Desklet, if the package is one. The # default is to assume a Desklet with the name being ${PN} without the # "desklet-" prefix. -# @ECLASS_VARIABLE: CONTROL_NAME +# @ECLASS-VARIABLE: CONTROL_NAME # @DESCRIPTION: # *Optional* The name of the Control, if the package is one. -# @ECLASS_VARIABLE: DOCS +# @ECLASS-VARIABLE: DOCS # @DESCRIPTION: # Anything (like a README) that should be dodoc'd. -# @ECLASS_VARIABLE: SLOT +# @ECLASS-VARIABLE: SLOT # @DESCRIPTION: # Set only if the package is a Control and it provides a different # interface (i.e. expands to a different install directory) than a |