1 | # Copyright 1999-2011 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/gtk-sharp-module.eclass,v 1.32 2011/08/22 04:46:32 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.33 2011/11/10 19:09:17 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 |
… | |
… | |
123 | ;; |
123 | ;; |
124 | gnome-desktop|gnome-print|gnome-panel|gtkhtml|gtksourceview|nautilusburn|rsvg|vte|wnck) |
124 | gnome-desktop|gnome-print|gnome-panel|gtkhtml|gtksourceview|nautilusburn|rsvg|vte|wnck) |
125 | TARBALL="gnome-desktop-sharp" |
125 | TARBALL="gnome-desktop-sharp" |
126 | add_depend "=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*" |
126 | add_depend "=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*" |
127 | add_depend "=dev-dotnet/gnome-sharp-2.24*" |
127 | add_depend "=dev-dotnet/gnome-sharp-2.24*" |
|
|
128 | add_depend "gnome-base/gnome-desktop:2" |
128 | add_bdepend "=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}*" |
129 | add_bdepend "=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}*" |
129 | ;; |
130 | ;; |
130 | *) |
131 | *) |
131 | eerror "Huh? Sonny boy, looks like your GTK_SHARP_MODULE is not on the approved list. BAILING!" |
132 | eerror "Huh? Sonny boy, looks like your GTK_SHARP_MODULE is not on the approved list. BAILING!" |
132 | die "How did we get here!!?" |
133 | die "How did we get here!!?" |