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: Wed, 03 Dec 2008 20:44:07
Message-Id: E1L7yZo-0004V0-M0@stork.gentoo.org
1 loki_val 08/12/03 20:44:04
2
3 Modified: gtk-sharp-module.eclass
4 Log:
5 Silence irrelevant error messages due to packages checked by pkg-config not being installed.
6
7 Revision Changes Path
8 1.7 eclass/gtk-sharp-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gtk-sharp-module.eclass?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gtk-sharp-module.eclass?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gtk-sharp-module.eclass?r1=1.6&r2=1.7
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.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- gtk-sharp-module.eclass 28 Nov 2008 00:20:08 -0000 1.6
21 +++ gtk-sharp-module.eclass 3 Dec 2008 20:44:04 -0000 1.7
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.6 2008/11/28 00:20:08 loki_val Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.7 2008/12/03 20:44:04 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 @@ -114,7 +114,7 @@
31
32 cd "${S}/${GTK_SHARP_MODULE_DIR}"
33
34 - gtk-sharp-module_fix_files
35 + gtk-sharp-module_fix_files &> /dev/null
36 }
37
38 gtk-sharp-module_src_configure() {