diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-04-17 08:48:05 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-04-17 08:48:05 +0000 |
commit | eb65c467c3c83250586c8b0da454a7c4adaad75d (patch) | |
tree | 24b9716de55e30c52929929ba3cc4ef4c702df15 /dev-java | |
parent | Add 1.6.0.06 to the workaround in startup scripts for bug #215150. No revbump... (diff) | |
download | gentoo-2-eb65c467c3c83250586c8b0da454a7c4adaad75d.tar.gz gentoo-2-eb65c467c3c83250586c8b0da454a7c4adaad75d.tar.bz2 gentoo-2-eb65c467c3c83250586c8b0da454a7c4adaad75d.zip |
Add note about reinstalling eclipse-sdk for bug #215150.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/sun-jdk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild | 16 |
2 files changed, 7 insertions, 14 deletions
diff --git a/dev-java/sun-jdk/ChangeLog b/dev-java/sun-jdk/ChangeLog index 4fb2a9a9c5a9..2e3e17c14e25 100644 --- a/dev-java/sun-jdk/ChangeLog +++ b/dev-java/sun-jdk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sun-jdk # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/ChangeLog,v 1.234 2008/04/16 21:31:13 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/ChangeLog,v 1.235 2008/04/17 08:48:05 caster Exp $ + + 17 Apr 2008; Vlastimil Babka <caster@gentoo.org> sun-jdk-1.6.0.06.ebuild: + Add note about reinstalling eclipse-sdk for bug #215150. *sun-jdk-1.6.0.06 (16 Apr 2008) diff --git a/dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild b/dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild index 1309d3b4b843..26e70e33ec6f 100644 --- a/dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild +++ b/dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild,v 1.1 2008/04/16 21:31:13 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.6.0.06.ebuild,v 1.2 2008/04/17 08:48:05 caster Exp $ inherit versionator java-vm-2 eutils pax-utils @@ -134,16 +134,6 @@ pkg_postinst() { # Set as default VM if none exists java-vm-2_pkg_postinst - elog "Beginning with 1.5.0.10 the hotspot vm can use epoll" - elog "The epoll-based implementation of SelectorProvider is not selected by" - elog "default." - elog "Use java -Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.EPollSelectorProvider" - elog "" - elog "Starting with 1.6.0-r2 the src.zip is installed to the standard" - elog "location. See https://bugs.gentoo.org/show_bug.cgi?id=2241 and" - elog "http://java.sun.com/javase/6/docs/technotes/tools/linux/jdkfiles.html" - elog "for more details." - elog "" - elog "Starting with 1.6.0.01 demo and sample directories have been moved" - elog "to top level from the share sub directory." + elog "Please reinstall eclipse-sdk if you have it installed and want" + elog "workaround for bug #215150." } |