| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.14 2011/03/25 09:43:42 angelos Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.15 2011/08/22 04:46:32 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mono.eclass |
5 | # @ECLASS: mono.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # dotnet@gentoo.org |
7 | # dotnet@gentoo.org |
| 8 | # @BLURB: common settings and functions for mono and dotnet related |
8 | # @BLURB: common settings and functions for mono and dotnet related packages |
| 9 | # packages |
|
|
| 10 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 11 | # The mono eclass contains common environment settings that are useful for |
10 | # The mono eclass contains common environment settings that are useful for |
| 12 | # dotnet packages. Currently, it provides no functions, just exports |
11 | # dotnet packages. Currently, it provides no functions, just exports |
| 13 | # MONO_SHARED_DIR and sets LC_ALL in order to prevent errors during compilation |
12 | # MONO_SHARED_DIR and sets LC_ALL in order to prevent errors during compilation |
| 14 | # of dotnet packages. |
13 | # of dotnet packages. |