Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gle: ChangeLog gle-4.2.3b.ebuild gle-4.2.3.ebuild
Date: Wed, 03 Nov 2010 16:48:36
Message-Id: 20101103164830.6301620051@flycatcher.gentoo.org
1 grozin 10/11/03 16:48:30
2
3 Modified: ChangeLog gle-4.2.3b.ebuild
4 Removed: gle-4.2.3.ebuild
5 Log:
6 Added a patch by Kacper Kowalik to fix 2 buffer overflows, many thanks. Removed an old version.
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.13 sci-visualization/gle/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gle/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gle/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gle/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 30 Oct 2010 10:48:16 -0000 1.12
24 +++ ChangeLog 3 Nov 2010 16:48:30 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-visualization/gle
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.12 2010/10/30 10:48:16 grozin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.13 2010/11/03 16:48:30 grozin Exp $
30 +
31 + 04 Nov 2010; Andrey Grozin <grozin@g.o> -gle-4.2.3.ebuild,
32 + -files/gle-4.2.3-parallel.patch, gle-4.2.3b.ebuild,
33 + +files/gle-4.2.3b-overflows.patch:
34 + Added a patch by Kacper Kowalik to fix 2 buffer overflows, many thanks.
35 + Removed an old version.
36
37 *gle-4.2.3b (30 Oct 2010)
38
39
40
41
42 1.2 sci-visualization/gle/gle-4.2.3b.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild?r1=1.1&r2=1.2
47
48 Index: gle-4.2.3b.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- gle-4.2.3b.ebuild 30 Oct 2010 10:48:16 -0000 1.1
55 +++ gle-4.2.3b.ebuild 3 Nov 2010 16:48:30 -0000 1.2
56 @@ -1,9 +1,9 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild,v 1.1 2010/10/30 10:48:16 grozin Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild,v 1.2 2010/11/03 16:48:30 grozin Exp $
61
62 EAPI=2
63 -inherit eutils elisp-common qt4 flag-o-matic autotools
64 +inherit eutils elisp-common qt4-r2 flag-o-matic autotools
65
66 DESCRIPTION="Graphics Layout Engine"
67 HOMEPAGE="http://glx.sourceforge.net/"
68 @@ -34,6 +34,7 @@
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${P}-parallel.patch
72 + epatch "${FILESDIR}"/${P}-overflows.patch
73 eaclocal
74 eautoconf
75 }