Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk: ChangeLog eclipse-sdk-3.5.1.ebuild
Date: Tue, 09 Feb 2010 10:57:05
Message-Id: E1NenmB-0001o3-6K@stork.gentoo.org
1 ali_bush 10/02/09 10:57:03
2
3 Modified: ChangeLog eclipse-sdk-3.5.1.ebuild
4 Log:
5 Fix out of memory exceptions thanks to Cybercide <cybercide@×××.com>. see #297057.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.151 dev-util/eclipse-sdk/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/ChangeLog?rev=1.151&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/ChangeLog?rev=1.151&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/ChangeLog?r1=1.150&r2=1.151
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v
18 retrieving revision 1.150
19 retrieving revision 1.151
20 diff -u -r1.150 -r1.151
21 --- ChangeLog 9 Dec 2009 18:19:32 -0000 1.150
22 +++ ChangeLog 9 Feb 2010 10:57:02 -0000 1.151
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-util/eclipse-sdk
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.150 2009/12/09 18:19:32 ali_bush Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.151 2010/02/09 10:57:02 ali_bush Exp $
29 +
30 + 09 Feb 2010; Alistair Bush <ali_bush@g.o> +files/3.5/jvmarg.patch,
31 + eclipse-sdk-3.5.1.ebuild:
32 + Fix out of memory exceptions thanks to Cybercide <cybercide@×××.com>. see
33 + #297057.
34
35 *eclipse-sdk-3.5.1 (09 Dec 2009)
36
37
38
39
40 1.2 dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild?r1=1.1&r2=1.2
45
46 Index: eclipse-sdk-3.5.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- eclipse-sdk-3.5.1.ebuild 9 Dec 2009 18:19:32 -0000 1.1
53 +++ eclipse-sdk-3.5.1.ebuild 9 Feb 2010 10:57:02 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild,v 1.1 2009/12/09 18:19:32 ali_bush Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.5.1.ebuild,v 1.2 2010/02/09 10:57:02 ali_bush Exp $
60
61 EAPI="2"
62 WANT_ANT_TASKS="ant-nodeps"
63 @@ -91,6 +91,8 @@
64 }
65
66 src_prepare() {
67 + epatch "${FILESDIR}/3.5/jvmarg.patch" || die
68 +
69 # apply patches before we start cleaning junk out
70 eant applyPatches