Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gtk-sharp-module.eclass
Date: Fri, 23 Jan 2009 19:58:48
Message-Id: E1LQSAw-00010w-6l@stork.gentoo.org
1 loki_val 09/01/23 19:58:46
2
3 Modified: gtk-sharp-module.eclass
4 Log:
5 /usr/bin/gapi2-codegen shell script from gtk-sharp-gapi would sometimes not be installed because I typoed the eclass
6
7 Revision Changes Path
8 1.12 eclass/gtk-sharp-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gtk-sharp-module.eclass?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gtk-sharp-module.eclass?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gtk-sharp-module.eclass?r1=1.11&r2=1.12
13
14 Index: gtk-sharp-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- gtk-sharp-module.eclass 6 Jan 2009 19:37:18 -0000 1.11
21 +++ gtk-sharp-module.eclass 23 Jan 2009 19:58:46 -0000 1.12
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.11 2009/01/06 19:37:18 grobian Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.12 2009/01/23 19:58:46 loki_val Exp $
27
28 # Author : Peter Johanson <latexer@g.o>, butchered by ikelos, then loki_val.
29 # Based off of original work in gst-plugins.eclass by <foser@g.o>
30 @@ -78,6 +78,9 @@
31 }
32
33 [[ "${PN}" != "gtk-sharp-gapi" ]] && add_bdepend "=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}*"
34 +[[ "${PN}" != "gtk-sharp-gapi" ]] && add_bdepend "!=dev-dotnet/gtk-sharp-gapi-2.12.7-r5"
35 +[[ "${PN}" != "gtk-sharp-gapi" ]] && add_bdepend "!=dev-dotnet/gtk-sharp-gapi-2.12.7-r6"
36 +
37 has "${GTK_SHARP_MODULE}" ${gnome_sharp_module_list} ${gnome_desktop_sharp_module_list} gtk-dotnet glade \
38 && add_depend "=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*"
39 has "${GTK_SHARP_MODULE}" gtk gdk atk pango gtk-dotnet parser \
40 @@ -292,7 +295,7 @@
41
42 gtk-sharp-module_src_install() {
43
44 - cd "${GTK_SHARP_MODULE_DIR}"
45 + cd "${S}/${GTK_SHARP_MODULE_DIR}"
46 emake DESTDIR=${D} install || die "emake install failed"
47 mono_multilib_comply
48 find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"