Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: ChangeLog thunar-0.9.3.ebuild
Date: Fri, 05 Dec 2008 14:46:51
Message-Id: E1L8bxB-0005LH-Jv@stork.gentoo.org
1 angelos 08/12/05 14:46:49
2
3 Modified: ChangeLog thunar-0.9.3.ebuild
4 Log:
5 Append -Wno-error, bug 249558
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7 x86_64)
7
8 Revision Changes Path
9 1.59 xfce-base/thunar/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 10 Nov 2008 22:03:41 -0000 1.58
22 +++ ChangeLog 5 Dec 2008 14:46:49 -0000 1.59
23 @@ -1,6 +1,9 @@
24 # ChangeLog for xfce-base/thunar
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.58 2008/11/10 22:03:41 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.59 2008/12/05 14:46:49 angelos Exp $
28 +
29 + 05 Dec 2008; Christoph Mende <angelos@g.o> thunar-0.9.3.ebuild:
30 + Append -Wno-error, bug 249558
31
32 *thunar-0.9.3 (10 Nov 2008)
33
34
35
36
37 1.3 xfce-base/thunar/thunar-0.9.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild?r1=1.2&r2=1.3
42
43 Index: thunar-0.9.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- thunar-0.9.3.ebuild 10 Nov 2008 22:35:42 -0000 1.2
50 +++ thunar-0.9.3.ebuild 5 Dec 2008 14:46:49 -0000 1.3
51 @@ -1,10 +1,10 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild,v 1.2 2008/11/10 22:35:42 angelos Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild,v 1.3 2008/12/05 14:46:49 angelos Exp $
56
57 EAPI=1
58
59 -inherit eutils virtualx xfce44
60 +inherit eutils virtualx xfce44 flag-o-matic
61
62 MY_P=${P/t/T}
63 S=${WORKDIR}/${MY_P}
64 @@ -75,6 +75,11 @@
65 "${FILESDIR}"/${PN}-0.9.0-fix-defuncts.patch
66 }
67
68 +src_compile() {
69 + append-flags -Wno-error
70 + xfce44_src_compile
71 +}
72 +
73 src_test() {
74 Xemake check || die "emake check failed."
75 }