diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-24 23:51:04 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-24 23:51:04 +0000 |
commit | 4cb918019131db7669da166a74d7632d7492c4af (patch) | |
tree | cd71971b84dd904e54f9b0946f8c425a86c1ee2a /dev-util | |
parent | New package, mainly to let eclipse-sdk build against free source-based CLDC A... (diff) | |
download | gentoo-2-4cb918019131db7669da166a74d7632d7492c4af.tar.gz gentoo-2-4cb918019131db7669da166a74d7632d7492c4af.tar.bz2 gentoo-2-4cb918019131db7669da166a74d7632d7492c4af.zip |
Replace sun-j2me-bin dependency with new opensource cldc-api package, bug #207270.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/eclipse-sdk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-util/eclipse-sdk/ChangeLog b/dev-util/eclipse-sdk/ChangeLog index dd63e531993d..98ae4b3c495a 100644 --- a/dev-util/eclipse-sdk/ChangeLog +++ b/dev-util/eclipse-sdk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/eclipse-sdk # Copyright 2003-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.136 2008/01/23 12:28:33 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.137 2008/01/24 23:51:04 caster Exp $ + + 24 Jan 2008; Vlastimil Babka <caster@gentoo.org> + eclipse-sdk-3.3.1.1.ebuild: + Replace sun-j2me-bin dependency with new opensource cldc-api package, bug + #207270. 23 Jan 2008; Jean-Noël Rivasseau <elvanor@gentoo.org> files/3.3/eclipse-3.3: diff --git a/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild b/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild index 642e880f1aec..9f2b3f9e3e45 100644 --- a/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild +++ b/dev-util/eclipse-sdk/eclipse-sdk-3.3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2007-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ # Notes: This is a preliminary ebuild of Eclipse-3.3 # It was based on the initial ebuild in the gcj-overlay, so much of the credit goes out to geki. @@ -64,7 +64,7 @@ RDEPEND=">=virtual/jre-1.5 DEPEND="=virtual/jdk-1.5* sys-apps/findutils - dev-java/sun-j2me-bin + dev-java/cldc-api:1.1 app-arch/unzip app-arch/zip ${CDEPEND}" @@ -111,7 +111,7 @@ src_compile() { # system_jars will be used when compiling (javac) # gentoo_jars will be used when building JSPs and other ant tasks (not javac) - 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)" + 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)" local gentooJars="$(java-pkg_getjars ant-core,icu4j,jsch,commons-logging,commons-el,tomcat-servlet-api-2.4)" local options="-q -Dnobootstrap=true -Dlibsconfig=true -Dbootclasspath=${bootClassPath} -DinstallOs=linux \ -DinstallWs=gtk -DinstallArch=${eclipseArch} -Djava5.home=$(java-config --jdk-home)" |