Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kguitar: kguitar-0.5.ebuild ChangeLog
Date: Mon, 09 Jun 2008 11:28:39
Message-Id: E1K5fY9-0001vT-JL@stork.gentoo.org
1 flameeyes 08/06/09 11:28:33
2
3 Modified: kguitar-0.5.ebuild ChangeLog
4 Log:
5 Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #225349.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.6 media-sound/kguitar/kguitar-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/kguitar-0.5.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/kguitar-0.5.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/kguitar-0.5.ebuild?r1=1.5&r2=1.6
14
15 Index: kguitar-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/kguitar/kguitar-0.5.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- kguitar-0.5.ebuild 21 Oct 2006 14:01:42 -0000 1.5
22 +++ kguitar-0.5.ebuild 9 Jun 2008 11:28:33 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/kguitar-0.5.ebuild,v 1.5 2006/10/21 14:01:42 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/kguitar-0.5.ebuild,v 1.6 2008/06/09 11:28:33 flameeyes Exp $
29
30 inherit kde
31
32 @@ -18,6 +18,10 @@
33 DEPEND=">=media-libs/tse3-0.2.3"
34 need-kde 3
35
36 +PATCHES=(
37 + "${FILESDIR}"/${P}+gcc-4.3.patch
38 +)
39 +
40 src_compile() {
41 myconf="--with-tse3"
42 kde_src_compile
43
44
45
46 1.7 media-sound/kguitar/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/ChangeLog?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/ChangeLog?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/ChangeLog?r1=1.6&r2=1.7
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-sound/kguitar/ChangeLog,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- ChangeLog 12 Mar 2008 09:43:37 -0000 1.6
59 +++ ChangeLog 9 Jun 2008 11:28:33 -0000 1.7
60 @@ -1,6 +1,10 @@
61 # ChangeLog for media-sound/kguitar
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/ChangeLog,v 1.6 2008/03/12 09:43:37 phreak Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/ChangeLog,v 1.7 2008/06/09 11:28:33 flameeyes Exp $
65 +
66 + 09 Jun 2008; Diego Pettenò <flameeyes@g.o>
67 + +files/kguitar-0.5+gcc-4.3.patch, kguitar-0.5.ebuild:
68 + Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #225349.
69
70 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
71 Removing Eldad Zack (eldad, #53978) from metadata.xml.
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list