| 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/gtk-sharp-module.eclass,v 1.26 2010/01/03 19:10:49 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.27 2010/11/18 09:06:18 pacho Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: gtk-sharp-module.eclass |
5 | # @ECLASS: gtk-sharp-module.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # dotnet@gentoo.org |
7 | # dotnet@gentoo.org |
| 8 | # @BLURB: Manages the modules of the gtk-, gnome-, and gnome-desktop-sharp tarballs |
8 | # @BLURB: Manages the modules of the gtk-, gnome-, and gnome-desktop-sharp tarballs |
| … | |
… | |
| 108 | "${WORKDIR}/${TARBALL}-2.24.1.patch" |
108 | "${WORKDIR}/${TARBALL}-2.24.1.patch" |
| 109 | ) |
109 | ) |
| 110 | EAUTORECONF="YES" |
110 | EAUTORECONF="YES" |
| 111 | add_bdepend "=sys-devel/automake-1.10*" |
111 | add_bdepend "=sys-devel/automake-1.10*" |
| 112 | add_bdepend ">=sys-devel/autoconf-2.61" |
112 | add_bdepend ">=sys-devel/autoconf-2.61" |
|
|
113 | ;; |
|
|
114 | 2.24.2*) |
|
|
115 | add_depend ">=dev-lang/mono-2.7" |
| 113 | ;; |
116 | ;; |
| 114 | esac |
117 | esac |
| 115 | ;; |
118 | ;; |
| 116 | gnome-desktop|gnome-print|gnome-panel|gtkhtml|gtksourceview|nautilusburn|rsvg|vte|wnck) |
119 | gnome-desktop|gnome-print|gnome-panel|gtkhtml|gtksourceview|nautilusburn|rsvg|vte|wnck) |
| 117 | TARBALL="gnome-desktop-sharp" |
120 | TARBALL="gnome-desktop-sharp" |