Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/notecase: notecase-1.9.3.ebuild ChangeLog
Date: Sat, 28 Jun 2008 14:42:36
Message-Id: E1KCbdH-0004d0-3m@stork.gentoo.org
1 armin76 08/06/28 14:42:31
2
3 Modified: notecase-1.9.3.ebuild ChangeLog
4 Log:
5 Add gcc-4.3 patch, thanks to Nikolay Orlyuk <virkony at gmail dot com>, bug #229865
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
7
8 Revision Changes Path
9 1.2 app-text/notecase/notecase-1.9.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/notecase-1.9.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/notecase-1.9.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/notecase-1.9.3.ebuild?r1=1.1&r2=1.2
14
15 Index: notecase-1.9.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- notecase-1.9.3.ebuild 23 Jun 2008 17:45:14 -0000 1.1
22 +++ notecase-1.9.3.ebuild 28 Jun 2008 14:42:30 -0000 1.2
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/app-text/notecase/notecase-1.9.3.ebuild,v 1.1 2008/06/23 17:45:14 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.3.ebuild,v 1.2 2008/06/28 14:42:30 armin76 Exp $
28
29 inherit eutils fdo-mime
30
31 @@ -28,6 +28,8 @@
32
33 # Respect CFLAGS and don't use --as-needed by default
34 epatch "${FILESDIR}/notecase-1.7.2-CFLAGS.patch"
35 + # Fix for gcc-4.3, bug #229865
36 + epatch "${FILESDIR}"/${PV}-gcc-4.3.patch
37
38 if ! use gnome; then
39 # Comment variable in the Makefile if we don't have gnome
40
41
42
43 1.20 app-text/notecase/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 23 Jun 2008 17:45:14 -0000 1.19
56 +++ ChangeLog 28 Jun 2008 14:42:30 -0000 1.20
57 @@ -1,6 +1,11 @@
58 # ChangeLog for app-text/notecase
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.19 2008/06/23 17:45:14 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.20 2008/06/28 14:42:30 armin76 Exp $
62 +
63 + 28 Jun 2008; Raúl Porcel <armin76@g.o> +files/1.9.3-gcc-4.3.patch,
64 + notecase-1.9.3.ebuild:
65 + Add gcc-4.3 patch, thanks to Nikolay Orlyuk <virkony at gmail dot com>, bug
66 + #229865
67
68 *notecase-1.9.3 (23 Jun 2008)
69
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list