Removed messages about javac, bug #150451.
authorJoshua Nichols <nichoj@gentoo.org>
Sun, 8 Oct 2006 15:10:15 +0000 (15:10 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Sun, 8 Oct 2006 15:10:15 +0000 (15:10 +0000)
Package-Manager: portage-2.1.2_pre2

dev-java/sun-jre-bin/ChangeLog
dev-java/sun-jre-bin/sun-jre-bin-1.5.0.08-r1.ebuild

index 2b5541e9edda68949be9dedd0aa00379ad842657..10708f19e5922ee7f8d0fb0260566f875b4eeeb3 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/sun-jre-bin
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.60 2006/10/02 21:36:04 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.61 2006/10/08 15:10:15 nichoj Exp $
+
+  08 Oct 2006; Joshua Nichols <nichoj@gentoo.org>
+  sun-jre-bin-1.5.0.08-r1.ebuild:
+  Removed messages about javac, bug #150451.
 
   02 Oct 2006; Vlastimil Babka <caster@gentoo.org>
   +sun-jre-bin-1.5.0.06.ebuild:
index 937187df693815433fde551ce01f5d1b40fab43c..06a75cf74f5bf5a390e4de993bf5382e66346c33 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.08-r1.ebuild,v 1.3 2006/09/23 01:09:07 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.08-r1.ebuild,v 1.4 2006/10/08 15:10:15 nichoj Exp $
 
 inherit java-vm-2 eutils
 
@@ -25,8 +25,6 @@ KEYWORDS="~amd64 ~x86 -*"
 RESTRICT="nostrip"
 IUSE="X alsa nsplugin"
 
-JAVA_VM_NO_GENERATION1=true
-
 RDEPEND="alsa? ( media-libs/alsa-lib )
        X? ( || ( ( x11-libs/libICE
                                x11-libs/libSM
@@ -151,10 +149,4 @@ pkg_postinst() {
        echo
        ewarn "Some parts of Sun's JDK require ${xwarn} virtual/lpr to be installed."
        ewarn "Be careful which Java libraries you attempt to use."
-
-       echo
-       einfo " Be careful: ${P}'s Java compiler uses"
-       einfo " '-source 1.5' as default. Some keywords such as 'enum'"
-       einfo " are not valid identifiers any more in that mode,"
-       einfo " which can cause incompatibility with certain sources."
 }