Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish: sawfish-1.3.3.ebuild ChangeLog
Date: Mon, 06 Oct 2008 17:13:55
Message-Id: E1KmteY-0006uX-Re@stork.gentoo.org
1 truedfx 08/10/06 17:13:50
2
3 Modified: sawfish-1.3.3.ebuild ChangeLog
4 Log:
5 Use CFLAGS when compiling gtk-style
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.7 x11-wm/sawfish/sawfish-1.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild?r1=1.6&r2=1.7
14
15 Index: sawfish-1.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- sawfish-1.3.3.ebuild 20 May 2008 15:26:48 -0000 1.6
22 +++ sawfish-1.3.3.ebuild 6 Oct 2008 17:13:50 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v 1.6 2008/05/20 15:26:48 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v 1.7 2008/10/06 17:13:50 truedfx Exp $
28
29 # detect cvs snapshots; fex. 1.3_p20040120
30 [[ $PV == *_p[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]]
31 @@ -43,6 +43,7 @@
32 cd "${S}"
33 epatch "${FILESDIR}"/libtool.patch
34 epatch "${FILESDIR}"/${P}-parallel-make.patch
35 + epatch "${FILESDIR}"/${P}-cflags.patch
36
37 if (( snapshot )); then
38 eautoreconf
39
40
41
42 1.89 x11-wm/sawfish/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.89&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.89&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/ChangeLog?r1=1.88&r2=1.89
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v
51 retrieving revision 1.88
52 retrieving revision 1.89
53 diff -u -r1.88 -r1.89
54 --- ChangeLog 20 May 2008 19:13:50 -0000 1.88
55 +++ ChangeLog 6 Oct 2008 17:13:50 -0000 1.89
56 @@ -1,6 +1,10 @@
57 # ChangeLog for x11-wm/sawfish
58 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.88 2008/05/20 19:13:50 truedfx Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.89 2008/10/06 17:13:50 truedfx Exp $
61 +
62 + 06 Oct 2008; Harald van Dijk <truedfx@g.o>
63 + +files/sawfish-1.3.3-cflags.patch, sawfish-1.3.3.ebuild:
64 + Use CFLAGS when compiling gtk-style
65
66 20 May 2008; Harald van Dijk <truedfx@g.o>
67 -files/sawfish-1.3-shading.patch, -files/sawfish-1.3-state-below.patch,