summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2008-03-01 23:49:15 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2008-03-01 23:49:15 +0000
commitcc3681729d001b2fbdf3b3c80bab9c6ffb7e3882 (patch)
treee5fbf0918fb04be48c8d0acebd1c42a9f20a54bf /eclass/mono.eclass
parentfix a few style issues, add pkgconfig dep (bug #206242) (diff)
downloadgentoo-2-cc3681729d001b2fbdf3b3c80bab9c6ffb7e3882.tar.gz
gentoo-2-cc3681729d001b2fbdf3b3c80bab9c6ffb7e3882.tar.bz2
gentoo-2-cc3681729d001b2fbdf3b3c80bab9c6ffb7e3882.zip
add documentation to the mono.eclass for manpage generation (bug #210347)
Diffstat (limited to 'eclass/mono.eclass')
-rw-r--r--eclass/mono.eclass24
1 files changed, 13 insertions, 11 deletions
diff --git a/eclass/mono.eclass b/eclass/mono.eclass
index 6d80badaa8e9..e9fffce8aa38 100644
--- a/eclass/mono.eclass
+++ b/eclass/mono.eclass
@@ -1,19 +1,21 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.7 2007/06/27 01:32:58 jurek Exp $
-#
-# Original Author : foser <foser@gentoo.org>
-# Purpose: provide common settings and functions for mono and dotnet related
-# packages
-#
-# Bugs to dotnet@gentoo.org
-#
-# mono eclass
+# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.8 2008/03/01 23:49:15 compnerd Exp $
+# @ECLASS: mono.eclass
+# @MAINTAINER:
+# dotnet@gentoo.org
+# @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
+# MONO_SHARED_DIR and sets LC_ALL in order to prevent errors during compilation
+# of dotnet packages.
# >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the
# shared dir to ${T} so that ${T}/.wapi can be used during the install process.
-export MONO_SHARED_DIR=${T}
+export MONO_SHARED_DIR="${T}"
# Building mono, nant and many other dotnet packages is known to fail if LC_ALL
# variable is not set to C. To prevent this all mono related packages will be