summaryrefslogtreecommitdiff
path: root/eclass
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
commit0900aede6b47520290f332b8e914c1755ba30d0e (patch)
treed90d78f76c6596484d97066f7aae29304050b193 /eclass
parentfix a few style issues, add pkgconfig dep (bug #206242) (diff)
downloadhistorical-0900aede6b47520290f332b8e914c1755ba30d0e.tar.gz
historical-0900aede6b47520290f332b8e914c1755ba30d0e.tar.bz2
historical-0900aede6b47520290f332b8e914c1755ba30d0e.zip
add documentation to the mono.eclass for manpage generation (bug #210347)
Diffstat (limited to '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