summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-08-22 04:46:32 +0000
committerMike Frysinger <vapier@gentoo.org>2011-08-22 04:46:32 +0000
commit8257c84439caa6bcb0a5d2ead7cb4629e4444190 (patch)
tree5a207927cc393287314c7cb213451b08444ca939 /eclass/qt4-r2.eclass
parentVersion bump (diff)
downloadgentoo-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/qt4-r2.eclass')
-rw-r--r--eclass/qt4-r2.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass
index b8b5858ef1bc..eddc90f6fcac 100644
--- a/eclass/qt4-r2.eclass
+++ b/eclass/qt4-r2.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.11 2011/03/19 16:34:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.12 2011/08/22 04:46:32 vapier Exp $
# @ECLASS: qt4-r2.eclass
# @MAINTAINER:
@@ -65,7 +65,7 @@ qt4-r2_src_unpack() {
# example:
# PATCHES=( "${FILESDIR}"/mypatch.patch
# "${FILESDIR}"/mypatch2.patch )
-#
+
# @FUNCTION: qt4-r2_src_prepare
# @DESCRIPTION:
# Default src_prepare function for packages that depend on qt4. If you have to
@@ -108,12 +108,12 @@ qt4-r2_src_compile() {
# @DESCRIPTION:
# Use this variable if you want to install any documentation.
# example: DOCS="README AUTHORS"
-#
+
# @ECLASS-VARIABLE: DOCSDIR
# @DESCRIPTION:
# Directory containing documentation. If not specified, ${S} will be used
# instead.
-#
+
# @FUNCTION: qt4-r2_src_install
# @DESCRIPTION:
# Default src_install function for qt4-based packages. Installs compiled code,