Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@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 ChangeLog
Date: Thu, 24 Jan 2008 23:51:11
Message-Id: E1JIBqa-0001ED-Lx@stork.gentoo.org
1 caster 08/01/24 23:51:04
2
3 Modified: eclipse-sdk-3.3.1.1.ebuild ChangeLog
4 Log:
5 Replace sun-j2me-bin dependency with new opensource cldc-api package, bug #207270.
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 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.2&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.2&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.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- eclipse-sdk-3.3.1.1.ebuild 21 Jan 2008 12:15:55 -0000 1.1
22 +++ eclipse-sdk-3.3.1.1.ebuild 24 Jan 2008 23:51:04 -0000 1.2
23 @@ -1,6 +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.1 2008/01/21 12:15:55 elvanor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild,v 1.2 2008/01/24 23:51:04 caster Exp $
28
29 # Notes: This is a preliminary ebuild of Eclipse-3.3
30 # It was based on the initial ebuild in the gcj-overlay, so much of the credit goes out to geki.
31 @@ -64,7 +64,7 @@
32
33 DEPEND="=virtual/jdk-1.5*
34 sys-apps/findutils
35 - dev-java/sun-j2me-bin
36 + dev-java/cldc-api:1.1
37 app-arch/unzip
38 app-arch/zip
39 ${CDEPEND}"
40 @@ -111,7 +111,7 @@
41 # system_jars will be used when compiling (javac)
42 # gentoo_jars will be used when building JSPs and other ant tasks (not javac)
43
44 - local systemJars="$(java-pkg_getjars swt-3,icu4j,ant-core,jsch,ant-nodeps,junit-4,tomcat-servlet-api-2.4,lucene-1.9):$(java-pkg_getjars --build-only sun-j2me-bin)"
45 + local systemJars="$(java-pkg_getjars swt-3,icu4j,ant-core,jsch,ant-nodeps,junit-4,tomcat-servlet-api-2.4,lucene-1.9):$(java-pkg_getjars --build-only cldc-api-1.1)"
46 local gentooJars="$(java-pkg_getjars ant-core,icu4j,jsch,commons-logging,commons-el,tomcat-servlet-api-2.4)"
47 local options="-q -Dnobootstrap=true -Dlibsconfig=true -Dbootclasspath=${bootClassPath} -DinstallOs=linux \
48 -DinstallWs=gtk -DinstallArch=${eclipseArch} -Djava5.home=$(java-config --jdk-home)"
49
50
51
52 1.137 dev-util/eclipse-sdk/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/ChangeLog?rev=1.137&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/ChangeLog?rev=1.137&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/ChangeLog?r1=1.136&r2=1.137
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v
61 retrieving revision 1.136
62 retrieving revision 1.137
63 diff -u -r1.136 -r1.137
64 --- ChangeLog 23 Jan 2008 12:28:33 -0000 1.136
65 +++ ChangeLog 24 Jan 2008 23:51:04 -0000 1.137
66 @@ -1,6 +1,11 @@
67 # ChangeLog for dev-util/eclipse-sdk
68 # Copyright 2003-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.136 2008/01/23 12:28:33 elvanor Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.137 2008/01/24 23:51:04 caster Exp $
71 +
72 + 24 Jan 2008; Vlastimil Babka <caster@g.o>
73 + eclipse-sdk-3.3.1.1.ebuild:
74 + Replace sun-j2me-bin dependency with new opensource cldc-api package, bug
75 + #207270.
76
77 23 Jan 2008; Jean-Noël Rivasseau <elvanor@g.o>
78 files/3.3/eclipse-3.3:
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list