| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 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/go-mono.eclass,v 1.4 2009/01/27 01:36:09 loki_val Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.5 2009/01/29 16:26:48 loki_val Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: go-mono.eclass |
5 | # @ECLASS: go-mono.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # dotnet@gentoo.org |
7 | # dotnet@gentoo.org |
| 8 | # @BLURB: Common functionality for go-mono.org apps |
8 | # @BLURB: Common functionality for go-mono.org apps |
| … | |
… | |
| 14 | |
14 | |
| 15 | |
15 | |
| 16 | NO_MONO_DEPEND=( |
16 | NO_MONO_DEPEND=( |
| 17 | "dev-lang/mono" |
17 | "dev-lang/mono" |
| 18 | "dev-dotnet/libgdiplus" |
18 | "dev-dotnet/libgdiplus" |
| 19 | "dev-dotnet/gluezilla" |
|
|
| 20 | ) |
19 | ) |
| 21 | |
20 | |
| 22 | GO_MONO_REL_PV="$(get_version_component_range 1-2)" |
21 | GO_MONO_REL_PV="$(get_version_component_range 1-2)" |
| 23 | |
22 | |
| 24 | if ! has "${CATEGORY}/${PN}" "${NO_MONO_DEPEND[@]}" |
23 | if ! has "${CATEGORY}/${PN}" "${NO_MONO_DEPEND[@]}" |