Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/wsmake: ChangeLog wsmake-0.6.4.ebuild
Date: Fri, 30 Jan 2009 03:06:50
Message-Id: E1LSiCT-0006Zm-Dv@stork.gentoo.org
1 dirtyepic 09/01/30 01:29:41
2
3 Modified: ChangeLog wsmake-0.6.4.ebuild
4 Log:
5 Fix building with GCC-4.3, bug #251745. Patch contributed by mipas.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 www-misc/wsmake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/wsmake/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/wsmake/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/wsmake/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-misc/wsmake/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 21 Apr 2008 18:21:48 -0000 1.5
22 +++ ChangeLog 30 Jan 2009 01:29:41 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-misc/wsmake
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/ChangeLog,v 1.5 2008/04/21 18:21:48 phreak Exp $
27 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/ChangeLog,v 1.6 2009/01/30 01:29:41 dirtyepic Exp $
29 +
30 + 30 Jan 2009; Ryan Hill <dirtyepic@g.o>
31 + +files/wsmake-0.6.4-gcc43.patch, wsmake-0.6.4.ebuild:
32 + Fix building with GCC-4.3, bug #251745. Patch contributed by mipas.
33
34 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
35 Fix up metadata.xml. If there's no maintainer for the package, the metadata
36
37
38
39 1.6 www-misc/wsmake/wsmake-0.6.4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild?r1=1.5&r2=1.6
44
45 Index: wsmake-0.6.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- wsmake-0.6.4.ebuild 15 Jul 2007 05:58:47 -0000 1.5
52 +++ wsmake-0.6.4.ebuild 30 Jan 2009 01:29:41 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild,v 1.5 2007/07/15 05:58:47 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild,v 1.6 2009/01/30 01:29:41 dirtyepic Exp $
59
60 inherit eutils
61
62 @@ -15,8 +15,8 @@
63
64 src_unpack () {
65 unpack ${A} && cd "${S}"
66 - #Apply patch to allow compiling
67 - epatch "${FILESDIR}/${P}-bv.diff" || die "epatch failed."
68 + epatch "${FILESDIR}"/${P}-bv.diff
69 + epatch "${FILESDIR}"/${P}-gcc43.patch # 251745
70 }
71
72 src_compile () {