Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/diablo-jre-bin/files: diablo-jre-bin-1.5.env
Date: Wed, 15 Oct 2008 13:36:50
Message-Id: E1Kq6YQ-0004ty-Qh@stork.gentoo.org
1 aballier 08/10/15 13:36:46
2
3 Modified: diablo-jre-bin-1.5.env
4 Log:
5 Fix 1.5 env file to state Diablo and not Sun JRE
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
7
8 Revision Changes Path
9 1.2 dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env?r1=1.1&r2=1.2
14
15 Index: diablo-jre-bin-1.5.env
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/files/diablo-jre-bin-1.5.env,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- diablo-jre-bin-1.5.env 3 Dec 2006 16:58:38 -0000 1.1
22 +++ diablo-jre-bin-1.5.env 15 Oct 2008 13:36:46 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2005 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 -VERSION="Sun JRE @PV@"
30 +VERSION="Diablo JRE @PV@"
31 JAVA_HOME=/opt/@P@
32 JRE_HOME=/opt/@P@
33 PATH="${JAVA_HOME}/bin:${JAVA_HOME}/javaws"