Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mono.eclass
Date: Sat, 01 Mar 2008 23:49:18
Message-Id: E1JVbS7-0006Dl-Ub@stork.gentoo.org
1 compnerd 08/03/01 23:49:15
2
3 Modified: mono.eclass
4 Log:
5 add documentation to the mono.eclass for manpage generation (bug #210347)
6
7 Revision Changes Path
8 1.8 eclass/mono.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mono.eclass?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mono.eclass?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mono.eclass?r1=1.7&r2=1.8
13
14 Index: mono.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- mono.eclass 27 Jun 2007 01:32:58 -0000 1.7
21 +++ mono.eclass 1 Mar 2008 23:49:15 -0000 1.8
22 @@ -1,19 +1,21 @@
23 -# Copyright 1999-2004 Gentoo Foundation
24 +# Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.7 2007/06/27 01:32:58 jurek Exp $
27 -#
28 -# Original Author : foser <foser@g.o>
29 -# Purpose: provide common settings and functions for mono and dotnet related
30 -# packages
31 -#
32 -# Bugs to dotnet@g.o
33 -#
34 -# mono eclass
35 +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.8 2008/03/01 23:49:15 compnerd Exp $
36
37 +# @ECLASS: mono.eclass
38 +# @MAINTAINER:
39 +# dotnet@g.o
40 +# @BLURB: common settings and functions for mono and dotnet related
41 +# packages
42 +# @DESCRIPTION:
43 +# The mono eclass contains common environment settings that are useful for
44 +# dotnet packages. Currently, it provides no functions, just exports
45 +# MONO_SHARED_DIR and sets LC_ALL in order to prevent errors during compilation
46 +# of dotnet packages.
47
48 # >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the
49 # shared dir to ${T} so that ${T}/.wapi can be used during the install process.
50 -export MONO_SHARED_DIR=${T}
51 +export MONO_SHARED_DIR="${T}"
52
53 # Building mono, nant and many other dotnet packages is known to fail if LC_ALL
54 # variable is not set to C. To prevent this all mono related packages will be
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list