From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GZE56-0005bX-5H for garchives@archives.gentoo.org; Sun, 15 Oct 2006 22:03:40 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9FM3JCH027514; Sun, 15 Oct 2006 22:03:19 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9FM3IBW001163 for ; Sun, 15 Oct 2006 22:03:18 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id ACAB264D59 for ; Sun, 15 Oct 2006 22:03:17 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 15 Oct 2006 22:03:17 +0000 From: "Josh Saddler" Date: Sun, 15 Oct 2006 22:03:17 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: java.xml Message-Id: <20061015220317.ACAB264D59@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: d9db1ac6-c448-48fd-8629-80d836f922b1 X-Archives-Hash: d95f4e08f195db898a58db660b0fdc3a nightmorph 06/10/15 22:03:17 Modified: java.xml Log: Removed java keywords section now that it's all stable, per nichoj's request on IRC Revision Changes Path 1.35 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.34&r2=1.35 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- java.xml 8 Oct 2006 22:52:16 -0000 1.34 +++ java.xml 15 Oct 2006 22:03:16 -0000 1.35 @@ -1,5 +1,5 @@ - + @@ -24,8 +24,8 @@ -0.10 -2006-10-08 +0.11 +2006-10-15 What is Java? @@ -57,77 +57,7 @@ -New Java System -
- - -

-The way Java is handled on Gentoo has recently seen many changes and -improvements. This has only happened very recently, and as a result, all the -packages related to it are marked with testing keywords, ie ~x86. This -document assumes you are using the new system. -

- - -
-
-Keywords - - -

-If you are using the stable tree opposed to ~arch, you will need to add some -entries to your /etc/portage/package.keywords: -

- -
-# Core Gentoo/Java Packages
-dev-java/ant-core
-dev-java/ant-tasks
-dev-java/ant
-dev-java/java-config
-dev-java/java-config-wrapper
-dev-java/javatoolkit
-dev-java/sun-jce-bin
-# JDKs
-=dev-java/sun-jdk-1.4*
-=dev-java/sun-jdk-1.5*
-=dev-java/ibm-jdk-bin-1.4*
-=dev-java/ibm-jdk-bin-1.5*
-=dev-java/jrockit-jdk-bin-1.4*
-=dev-java/jrockit-jdk-bin-1.5*
-=dev-java/blackdown-jdk-1.4*
-dev-java/kaffe
-# JREs
-=dev-java/sun-jre-bin-1.4*
-=dev-java/sun-jre-bin-1.5*
-=dev-java/ibm-jre-bin-1.4*
-=dev-java/blackdown-jre-1.4*
-# Virtuals
-virtual/jdk
-virtual/jre
-# Compilers
-dev-java/eclipse-ecj
-dev-java/jikes
-# Documentation
-dev-java/java-sdk-docs
-# Misc packages that have been updated to generation-2,
-# where the generation-1 won't build and/or run properly 
-dev-java/lucene
-# These have optional Java support, but need ~arch to function properly
-# with generation-2
-dev-util/subversion
-sys-libs/db
-
- - -It is crucial that you list ALL these packages in -/etc/portage/package.keywords, otherwise you will have problems in -the later steps of this guide. Your new Java system will not function correctly -without this list. - - - -
+Before You Begin
Existing installs -- gentoo-doc-cvs@gentoo.org mailing list