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 | 06685f49044259bb92d06a2c94835d3a2de0fc7d (patch) | |
tree | 3dd15924654d528333f1b3137a1134fe3c3d6651 /eclass/mythtv-plugins.eclass | |
parent | Version bump (diff) | |
download | historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.tar.gz historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.tar.bz2 historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.zip |
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index b95af91be3ce..f49665486d35 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,12 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.39 2011/07/08 11:35:01 ssuominen Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.40 2011/08/22 04:46:32 vapier Exp $ + # @ECLASS: mythtv-plugins.eclass -# @AUTHOR: Doug Goldstein <cardoe@gentoo.org> -# @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> +# @MAINTAINER: +# Doug Goldstein <cardoe@gentoo.org> +# @AUTHOR: +# Doug Goldstein <cardoe@gentoo.org> # @BLURB: Installs MythTV plugins along with patches from the release-${PV}-fixes branch -# # NOTE: YOU MUST INHERIT EITHER qt3 or qt4 IN YOUR PLUGIN! |