Summary: | sun-jdk-1.4.2_05 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paul Burrowes <hakkikt> |
Component: | New packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | karltk, mak-gentoo-bugzilla, pat, sven.koehler |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
the ebuild
the digest the vars file |
Description
Paul Burrowes
2004-07-02 04:06:15 UTC
Created attachment 34626 [details] the ebuild diff: 12,13c12,13 < S="${WORKDIR}/j2sdk1.4.2_04" < DESCRIPTION="Sun's J2SE Development Kit, version 1.4.2_04" --- > S="${WORKDIR}/j2sdk1.4.2_05" > DESCRIPTION="Sun's J2SE Development Kit, version 1.4.2_05" Created attachment 34627 [details]
the digest
Created attachment 34628 [details]
the vars file
Comment on attachment 34628 [details]
the vars file
a direct copy of the 1.4.2_04r2 vars file
Comment on attachment 34628 [details]
the vars file
a direct copy of the 1.4.2_04r2 vars file
since there is a amd64 version of JDK 1.4.2_05, could the gentoo-people mark it stable for amd64? it should be the best version available for amd64. jdk 1.5 causes troubles due to using source version 1.5 by default. Where exactly should I put the vars file and how should the file be identified? Comment on attachment 34628 [details] the vars file ># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/files/sun-jdk-1.4.2.05,v 1.0 2004/07/02 16:02:12 zx Exp $ > >VERSION="Sun JDK @PV@" >JAVA_HOME=/opt/@P@ >JDK_HOME=/opt/@P@ >JAVAC=${JAVA_HOME}/bin/javac >ADDPATH="${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin:${JAVA_HOME}/jre/javaws" >ADDLDPATH="/opt/@P@/jre/lib" >MANPATH="/opt/@P@/man" >ENV_VARS="JAVA_HOME JDK_HOME JAVAC ADDPATH ADDLDPATH MANPATH" The vars file (I don't know if this is the proper name for it but that seems to be what it contains) goes in "/usr/portage/dev-java/sun-jdk/files" with the digest file. I just updated the header comment 'cos I forgot to do it before I submitted. the filename is "sun-jdk-1.4.2.05" I confirm that Paul's ebuild works fine. *** Bug 56209 has been marked as a duplicate of this bug. *** I confirm that the ebuild works fine. When will this go into the main dist- as SUN are no longer offering the 04 files? 05 is tree now, and fixed the url for 04 *** Bug 57059 has been marked as a duplicate of this bug. *** |