summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-15 13:36:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-15 13:36:46 +0000
commitc74c2003bbfc60e1e2c36e411e11d929a0c998ef (patch)
treefea42db33c0286efd494abf2f381c7e5aa700e6f /dev-java/diablo-jre-bin
parentFix 1.5 env file to state Diablo and not Sun JDK (diff)
downloadhistorical-c74c2003bbfc60e1e2c36e411e11d929a0c998ef.tar.gz
historical-c74c2003bbfc60e1e2c36e411e11d929a0c998ef.tar.bz2
historical-c74c2003bbfc60e1e2c36e411e11d929a0c998ef.zip
Fix 1.5 env file to state Diablo and not Sun JRE
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.6 x86_64
Diffstat (limited to 'dev-java/diablo-jre-bin')
-rw-r--r--dev-java/diablo-jre-bin/ChangeLog6
-rw-r--r--dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/diablo-jre-bin/ChangeLog b/dev-java/diablo-jre-bin/ChangeLog
index 224fd5158d85..48923657c5e1 100644
--- a/dev-java/diablo-jre-bin/ChangeLog
+++ b/dev-java/diablo-jre-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/diablo-jre-bin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog,v 1.5 2008/10/15 13:34:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog,v 1.6 2008/10/15 13:36:46 aballier Exp $
+
+ 15 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ files/diablo-jre-bin-1.5.env:
+ Fix 1.5 env file to state Diablo and not Sun JRE
*diablo-jre-bin-1.6.0.07.02 (15 Oct 2008)
diff --git a/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env b/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env
index 08f74f22b6b7..6cdf1957ea5f 100644
--- a/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env
+++ b/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env,v 1.1 2006/12/03 16:58:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env,v 1.2 2008/10/15 13:36:46 aballier Exp $
-VERSION="Sun JRE @PV@"
+VERSION="Diablo JRE @PV@"
JAVA_HOME=/opt/@P@
JRE_HOME=/opt/@P@
PATH="${JAVA_HOME}/bin:${JAVA_HOME}/javaws"