Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/noteedit: noteedit-2.8.1-r1.ebuild ChangeLog
Date: Wed, 25 Jun 2008 17:24:28
Message-Id: E1KBYjG-0007xd-Rn@stork.gentoo.org
1 aballier 08/06/25 17:24:22
2
3 Modified: noteedit-2.8.1-r1.ebuild ChangeLog
4 Log:
5 fix build with gcc 4.3 with tse3 useflag on, by Markus Rathgeb <maggu2810@×××.de>, bug #229291
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
7
8 Revision Changes Path
9 1.7 media-sound/noteedit/noteedit-2.8.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: noteedit-2.8.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- noteedit-2.8.1-r1.ebuild 2 May 2008 16:08:16 -0000 1.6
22 +++ noteedit-2.8.1-r1.ebuild 25 Jun 2008 17:24:22 -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/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.6 2008/05/02 16:08:16 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.7 2008/06/25 17:24:22 aballier Exp $
28
29 IUSE="kmid tse3"
30
31 @@ -23,7 +23,7 @@
32
33 need-kde 3
34
35 -PATCHES=( "${FILESDIR}/${P}-desktop-file.patch" "${FILESDIR}/${P}+gcc-4.3.patch" )
36 +PATCHES=( "${FILESDIR}/${P}-desktop-file.patch" "${FILESDIR}/${P}+gcc-4.3.patch" "${FILESDIR}/${P}+gcc-4.3.1.patch" )
37
38 src_compile() {
39 use tse3 || use kmid || myconf="--without-libs"
40
41
42
43 1.34 media-sound/noteedit/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/ChangeLog?rev=1.34&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/ChangeLog?rev=1.34&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/ChangeLog?r1=1.33&r2=1.34
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v
52 retrieving revision 1.33
53 retrieving revision 1.34
54 diff -u -r1.33 -r1.34
55 --- ChangeLog 2 May 2008 16:08:16 -0000 1.33
56 +++ ChangeLog 25 Jun 2008 17:24:22 -0000 1.34
57 @@ -1,6 +1,11 @@
58 # ChangeLog for media-sound/noteedit
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.33 2008/05/02 16:08:16 drac Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.34 2008/06/25 17:24:22 aballier Exp $
62 +
63 + 25 Jun 2008; Alexis Ballier <aballier@g.o>
64 + +files/noteedit-2.8.1+gcc-4.3.1.patch, noteedit-2.8.1-r1.ebuild:
65 + fix build with gcc 4.3 with tse3 useflag on, by Markus Rathgeb
66 + <maggu2810@×××.de>, bug #229291
67
68 02 May 2008; Samuli Suominen <drac@g.o> noteedit-2.8.1-r1.ebuild:
69 Use berlios mirrors://
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list