diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-13 23:59:15 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 00:05:33 -0400 |
commit | a3dac837fc6d870ef35dce3f08b2c30f6d58cf0b (patch) | |
tree | 0c133e7838a8d0246bce6acb3304aa5ad248f7ac /eclass | |
parent | fc3adeb678e02011af18951e3868f21ac0141532 (diff) | |
download | gentoo-a3dac837fc6d870ef35dce3f08b2c30f6d58cf0b.tar.gz gentoo-a3dac837fc6d870ef35dce3f08b2c30f6d58cf0b.tar.xz |
eclass: fix various doc errors #537392
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cron.eclass | 2 | ||||
-rw-r--r-- | eclass/distutils-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/games.eclass | 2 | ||||
-rw-r--r-- | eclass/gnome-games.eclass | 4 | ||||
-rw-r--r-- | eclass/gnome-python-common-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/multibuild.eclass | 2 | ||||
-rw-r--r-- | eclass/python-any-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/python-single-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/readme.gentoo.eclass | 2 | ||||
-rw-r--r-- | eclass/ruby-single.eclass | 2 | ||||
-rw-r--r-- | eclass/wxwidgets.eclass | 8 |
13 files changed, 17 insertions, 17 deletions
diff --git a/eclass/cron.eclass b/eclass/cron.eclass index 1d97df3f73c..57ab4463d50 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: # cron-bugs@gentoo.org # @AUTHOR: diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index e6be0524f0d..3182e98d037 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 <python@gentoo.org> # @AUTHOR: diff --git a/eclass/games.eclass b/eclass/games.eclass index 9c07fc3b9ce..f9721d7e2af 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 <games@gentoo.org> # @BLURB: Standardizing the install of games. diff --git a/eclass/gnome-games.eclass b/eclass/gnome-games.eclass index e7f7ab14c92..2d10aafb8c0 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 <gnome@gentoo.org> # @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 b80c17a481b..d9968febb2e 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 <gnome@gentoo.org> # @AUTHOR: diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index b7269d26702..3115ac92169 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 <mgorny@gentoo.org> # @AUTHOR: diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 0f544d9baac..e4eb2ed67e3 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 <python@gentoo.org> # @AUTHOR: diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 4f9163c263b..82016c500a4 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 <python@gentoo.org> # @AUTHOR: diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 0f21fb7e354..4dec9f97d11 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 <python@gentoo.org> # @AUTHOR: diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 544d2ef62ef..974accb3fc8 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 <python@gentoo.org> # @AUTHOR: diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass index 4947bb55c2a..fdef2fe19cb 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 <pacho@gentoo.org> # @AUTHOR: diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass index 8dd1d82b618..b76faae83ab 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 <ruby@gentoo.org> # @AUTHOR: diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index f26f13d5045..07e2d8c8e19 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: -# wxwidgets@gentoo.org -# @BLURB: Manages build configuration for wxGTK-using packages. +# wxwidgets@gentoo.org +# @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 |