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/noteedit: noteedit-2.8.1-r1.ebuild ChangeLog
Date: Mon, 21 Apr 2008 14:19:41
Message-Id: E1Jnwrq-0007LQ-2I@stork.gentoo.org
1 flameeyes 08/04/21 14:19:38
2
3 Modified: noteedit-2.8.1-r1.ebuild ChangeLog
4 Log:
5 Add a patch to build with GCC 4.3. Also fixes bug #211037 by patching the .desktop file further.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild?rev=1.2&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.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- noteedit-2.8.1-r1.ebuild 23 Jun 2007 17:28:21 -0000 1.1
22 +++ noteedit-2.8.1-r1.ebuild 21 Apr 2008 14:19:37 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 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/noteedit/noteedit-2.8.1-r1.ebuild,v 1.1 2007/06/23 17:28:21 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.2 2008/04/21 14:19:37 flameeyes Exp $
29
30 IUSE="kmid tse3"
31
32 @@ -23,7 +23,7 @@
33
34 need-kde 3
35
36 -PATCHES="${FILESDIR}/${P}-desktop-file.patch"
37 +PATCHES=( "${FILESDIR}/${P}-desktop-file.patch" "${FILESDIR}/${P}+gcc-4.3.patch" )
38
39 src_compile() {
40 use tse3 || use kmid || myconf="--without-libs"
41
42
43
44 1.28 media-sound/noteedit/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/ChangeLog?rev=1.28&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/ChangeLog?rev=1.28&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/noteedit/ChangeLog?r1=1.27&r2=1.28
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v
53 retrieving revision 1.27
54 retrieving revision 1.28
55 diff -u -r1.27 -r1.28
56 --- ChangeLog 23 Jun 2007 17:28:21 -0000 1.27
57 +++ ChangeLog 21 Apr 2008 14:19:37 -0000 1.28
58 @@ -1,6 +1,12 @@
59 # ChangeLog for media-sound/noteedit
60 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.27 2007/06/23 17:28:21 flameeyes Exp $
62 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.28 2008/04/21 14:19:37 flameeyes Exp $
64 +
65 + 21 Apr 2008; Diego Pettenò <flameeyes@g.o>
66 + +files/noteedit-2.8.1+gcc-4.3.patch,
67 + files/noteedit-2.8.1-desktop-file.patch, noteedit-2.8.1-r1.ebuild:
68 + Add a patch to build with GCC 4.3. Also fixes bug #211037 by patching the
69 + .desktop file further.
70
71 *noteedit-2.8.1-r1 (23 Jun 2007)
72
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list