Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk: eclipse-sdk-3.3.1.1.ebuild
Date: Sun, 24 Feb 2008 18:45:52
Message-Id: E1JTLrB-0007C5-Nc@stork.gentoo.org
1 elvanor 08/02/24 18:45:49
2
3 Modified: eclipse-sdk-3.3.1.1.ebuild
4 Log:
5 Allow Eclipse-3.3 to build with JDK-1.6 too.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild?r1=1.3&r2=1.4
14
15 Index: eclipse-sdk-3.3.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- eclipse-sdk-3.3.1.1.ebuild 6 Feb 2008 19:58:09 -0000 1.3
22 +++ eclipse-sdk-3.3.1.1.ebuild 24 Feb 2008 18:45:49 -0000 1.4
23 @@ -1,9 +1,6 @@
24 # Copyright 2007-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild,v 1.3 2008/02/06 19:58:09 caster Exp $
27 -
28 -# Notes: This is a preliminary ebuild of Eclipse-3.3
29 -# It was based on the initial ebuild in the gcj-overlay, so much of the credit goes out to geki.
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild,v 1.4 2008/02/24 18:45:49 elvanor Exp $
31
32 # Tomcat is almost no longer needed in 3.3 and removed in 3.4.
33 # See bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=173692
34 @@ -62,7 +59,7 @@
35 RDEPEND=">=virtual/jre-1.5
36 ${CDEPEND}"
37
38 -DEPEND="=virtual/jdk-1.5*
39 +DEPEND=">=virtual/jdk-1.5
40 sys-apps/findutils
41 dev-java/cldc-api:1.1
42 app-arch/unzip
43 @@ -82,7 +79,7 @@
44 }
45
46 src_unpack() {
47 - unpack "${A}"
48 + unpack ${A}
49 patch-apply
50 remove-bundled-stuff
51
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list