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/clutter.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/clutter.eclass')
-rw-r--r--eclass/clutter.eclass19
1 files changed, 8 insertions, 11 deletions
diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass
index 6868e846ebe5..1c91729b8e70 100644
--- a/eclass/clutter.eclass
+++ b/eclass/clutter.eclass
@@ -1,16 +1,13 @@
-# 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/clutter.eclass,v 1.4 2011/07/08 11:35:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/clutter.eclass,v 1.5 2011/08/22 04:46:31 vapier Exp $
-#
# @ECLASS: clutter.eclass
-# @MAINTAINER: GNOME Herd <gnome@gentoo.org>
-#
-# @BLURB: Sets SRC_URI, LICENSE, etc and exports src_install
-#
-# Authors:
+# @MAINTAINER:
+# GNOME Herd <gnome@gentoo.org>
+# @AUTHOR:
# Nirbheek Chauhan <nirbheek@gentoo.org>
-#
+# @BLURB: Sets SRC_URI, LICENSE, etc and exports src_install
inherit versionator
@@ -45,8 +42,8 @@ DOCS="${DOCS:-AUTHORS ChangeLog NEWS README TODO}"
EXAMPLES="${EXAMPLES:-""}"
# @FUNCTION: clutter_src_install
-# @USAGE:
-# @DESCRIPTION: Runs emake install, dodoc, and installs examples
+# @DESCRIPTION:
+# Runs emake install, dodoc, and installs examples
clutter_src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ${DOCS} || die "dodoc failed"