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/mono.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/mono.eclass')
-rw-r--r-- | eclass/mono.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/mono.eclass b/eclass/mono.eclass index f90e59744647..92edc22a011b 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -1,12 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.14 2011/03/25 09:43:42 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.15 2011/08/22 04:46:32 vapier Exp $ # @ECLASS: mono.eclass # @MAINTAINER: # dotnet@gentoo.org -# @BLURB: common settings and functions for mono and dotnet related -# packages +# @BLURB: common settings and functions for mono and dotnet related packages # @DESCRIPTION: # The mono eclass contains common environment settings that are useful for # dotnet packages. Currently, it provides no functions, just exports |