| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.35 2012/05/02 18:31:42 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.36 2012/09/27 16:35:41 axs 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 |
| … | |
… | |
| 15 | WANT_AUTOCONF=none |
15 | WANT_AUTOCONF=none |
| 16 | |
16 | |
| 17 | inherit eutils mono multilib libtool autotools base versionator |
17 | inherit eutils mono multilib libtool autotools base versionator |
| 18 | |
18 | |
| 19 | case ${EAPI:-0} in |
19 | case ${EAPI:-0} in |
| 20 | 2|3|4) ;; |
20 | 2|3|4|5) ;; |
| 21 | *) die "Unknown EAPI." ;; |
21 | *) die "Unknown EAPI." ;; |
| 22 | esac |
22 | esac |
| 23 | |
23 | |
| 24 | # @ECLASS-VARIABLE: GTK_SHARP_MODULE |
24 | # @ECLASS-VARIABLE: GTK_SHARP_MODULE |
| 25 | # @DESCRIPTION: |
25 | # @DESCRIPTION: |