commit: a3dac837fc6d870ef35dce3f08b2c30f6d58cf0b Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Fri Aug 14 03:59:15 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Fri Aug 14 04:05:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dac837
eclass: fix various doc errors #537392 eclass/cron.eclass | 2 +- eclass/distutils-r1.eclass | 2 +- eclass/games.eclass | 2 +- eclass/gnome-games.eclass | 4 ++-- eclass/gnome-python-common-r1.eclass | 2 +- eclass/multibuild.eclass | 2 +- eclass/python-any-r1.eclass | 2 +- eclass/python-r1.eclass | 2 +- eclass/python-single-r1.eclass | 2 +- eclass/python-utils-r1.eclass | 2 +- eclass/readme.gentoo.eclass | 2 +- eclass/ruby-single.eclass | 2 +- eclass/wxwidgets.eclass | 8 ++++---- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eclass/cron.eclass b/eclass/cron.eclass index 1d97df3..57ab446 100644 --- a/eclass/cron.eclass +++ b/eclass/cron.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: cron +# @ECLASS: cron.eclass # @MAINTAINER: # [email protected] # @AUTHOR: diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index e6be052..3182e98 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: distutils-r1 +# @ECLASS: distutils-r1.eclass # @MAINTAINER: # Python team <[email protected]> # @AUTHOR: diff --git a/eclass/games.eclass b/eclass/games.eclass index 9c07fc3..f9721d7 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: games +# @ECLASS: games.eclass # @MAINTAINER: # Games team <[email protected]> # @BLURB: Standardizing the install of games. diff --git a/eclass/gnome-games.eclass b/eclass/gnome-games.eclass index e7f7ab1..2d10aaf 100644 --- a/eclass/gnome-games.eclass +++ b/eclass/gnome-games.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: gnome-games +# @ECLASS: gnome-games.eclass # @MAINTAINER: # Gnome team <[email protected]> # @AUTHOR: @@ -95,7 +95,7 @@ gnome-games_pkg_preinst() { games_pkg_preinst } -# @FUNCTION: gnome-games_pkg_preinst +# @FUNCTION: gnome-games_pkg_postinst # @DESCRIPTION: # Set proper phase defaults gnome-games_pkg_postinst() { diff --git a/eclass/gnome-python-common-r1.eclass b/eclass/gnome-python-common-r1.eclass index b80c17a..d9968fe 100644 --- a/eclass/gnome-python-common-r1.eclass +++ b/eclass/gnome-python-common-r1.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: gnome-python-common-r1 +# @ECLASS: gnome-python-common-r1.eclass # @MAINTAINER: # GNOME team <[email protected]> # @AUTHOR: diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index b7269d2..3115ac9 100644 --- a/eclass/multibuild.eclass +++ b/eclass/multibuild.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: multibuild +# @ECLASS: multibuild.eclass # @MAINTAINER: # Michał Górny <[email protected]> # @AUTHOR: diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 0f544d9..e4eb2ed 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: python-any-r1 +# @ECLASS: python-any-r1.eclass # @MAINTAINER: # Python team <[email protected]> # @AUTHOR: diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 4f9163c..82016c5 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: python-r1 +# @ECLASS: python-r1.eclass # @MAINTAINER: # Python team <[email protected]> # @AUTHOR: diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 0f21fb7..4dec9f9 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: python-single-r1 +# @ECLASS: python-single-r1.eclass # @MAINTAINER: # Python team <[email protected]> # @AUTHOR: diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 544d2ef..974accb 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: python-utils-r1 +# @ECLASS: python-utils-r1.eclass # @MAINTAINER: # Python team <[email protected]> # @AUTHOR: diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass index 4947bb5..fdef2fe 100644 --- a/eclass/readme.gentoo.eclass +++ b/eclass/readme.gentoo.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: readme.gentoo +# @ECLASS: readme.gentoo.eclass # @MAINTAINER: # Pacho Ramos <[email protected]> # @AUTHOR: diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass index 8dd1d82..b76faae 100644 --- a/eclass/ruby-single.eclass +++ b/eclass/ruby-single.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: ruby-single +# @ECLASS: ruby-single.eclass # @MAINTAINER: # Ruby team <[email protected]> # @AUTHOR: diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index f26f13d..07e2d8c 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: wxwidgets.eclass +# @ECLASS: wxwidgets.eclass # @MAINTAINER: -# [email protected] -# @BLURB: Manages build configuration for wxGTK-using packages. +# [email protected] +# @BLURB: Manages build configuration for wxGTK-using packages. # @DESCRIPTION: # This eclass gives ebuilds the ability to build against a specific wxGTK # SLOT and profile without interfering with the system configuration. Any
