Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: java.xml
Date: Sun, 15 Oct 2006 22:03:40
Message-Id: 20061015220317.ACAB264D59@smtp.gentoo.org
1 nightmorph 06/10/15 22:03:17
2
3 Modified: java.xml
4 Log:
5 Removed java keywords section now that it's all stable, per nichoj's request on IRC
6
7 Revision Changes Path
8 1.35 xml/htdocs/doc/en/java.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.35&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.35&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.34&r2=1.35
13
14 Index: java.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- java.xml 8 Oct 2006 22:52:16 -0000 1.34
21 +++ java.xml 15 Oct 2006 22:03:16 -0000 1.35
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.34 2006/10/08 22:52:16 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.35 2006/10/15 22:03:16 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/java.xml">
29 @@ -24,8 +24,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.10</version>
34 -<date>2006-10-08</date>
35 +<version>0.11</version>
36 +<date>2006-10-15</date>
37
38 <chapter>
39 <title>What is Java?</title>
40 @@ -57,77 +57,7 @@
41 </chapter>
42
43 <chapter>
44 -<title>New Java System</title>
45 -<section>
46 -<body>
47 -
48 -<p>
49 -The way Java is handled on Gentoo has recently seen many changes and
50 -improvements. This has only happened very recently, and as a result, all the
51 -packages related to it are marked with testing keywords, ie ~x86. This
52 -document assumes you are using the new system.
53 -</p>
54 -
55 -</body>
56 -</section>
57 -<section>
58 -<title>Keywords</title>
59 -<body>
60 -
61 -<p>
62 -If you are using the stable tree opposed to ~arch, you will need to add some
63 -entries to your <path>/etc/portage/package.keywords</path>:
64 -</p>
65 -
66 -<pre caption="package.keywords">
67 -# Core Gentoo/Java Packages
68 -dev-java/ant-core
69 -dev-java/ant-tasks
70 -dev-java/ant
71 -dev-java/java-config
72 -dev-java/java-config-wrapper
73 -dev-java/javatoolkit
74 -dev-java/sun-jce-bin
75 -# JDKs
76 -=dev-java/sun-jdk-1.4*
77 -=dev-java/sun-jdk-1.5*
78 -=dev-java/ibm-jdk-bin-1.4*
79 -=dev-java/ibm-jdk-bin-1.5*
80 -=dev-java/jrockit-jdk-bin-1.4*
81 -=dev-java/jrockit-jdk-bin-1.5*
82 -=dev-java/blackdown-jdk-1.4*
83 -dev-java/kaffe
84 -# JREs
85 -=dev-java/sun-jre-bin-1.4*
86 -=dev-java/sun-jre-bin-1.5*
87 -=dev-java/ibm-jre-bin-1.4*
88 -=dev-java/blackdown-jre-1.4*
89 -# Virtuals
90 -virtual/jdk
91 -virtual/jre
92 -# Compilers
93 -dev-java/eclipse-ecj
94 -dev-java/jikes
95 -# Documentation
96 -dev-java/java-sdk-docs
97 -# Misc packages that have been updated to generation-2,
98 -# where the generation-1 won't build and/or run properly
99 -dev-java/lucene
100 -# These have optional Java support, but need ~arch to function properly
101 -# with generation-2
102 -dev-util/subversion
103 -sys-libs/db
104 -</pre>
105 -
106 -<warn>
107 -It is crucial that you list ALL these packages in
108 -<path>/etc/portage/package.keywords</path>, otherwise you will have problems in
109 -the later steps of this guide. Your new Java system will not function correctly
110 -without this list.
111 -</warn>
112 -
113 -</body>
114 -</section>
115 +<title>Before You Begin</title>
116 <section>
117 <title>Existing installs</title>
118 <body>
119
120
121
122 --
123 gentoo-doc-cvs@g.o mailing list