public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml gentoolkit.xml gnupg-user.xml portage-utils.xml
@ 2007-02-20 22:07 Josh Saddler
  0 siblings, 0 replies; only message in thread
From: Josh Saddler @ 2007-02-20 22:07 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/02/20 22:07:04

  Modified:             gentoo-sparc-quickinstall.xml gentoolkit.xml
                        gnupg-user.xml portage-utils.xml
  Log:
  removed references to mozilla in current docs due to its masking for removal

Revision  Changes    Path
1.20                 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?r1=1.19&r2=1.20

Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gentoo-sparc-quickinstall.xml	19 May 2006 19:08:19 -0000	1.19
+++ gentoo-sparc-quickinstall.xml	20 Feb 2007 22:07:04 -0000	1.20
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.19 2006/05/19 19:08:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.20 2007/02/20 22:07:04 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -11,7 +11,7 @@
 </author>
 
 <abstract>
-The Quick install reference covers all details of the sparc install process in a
+The quick install reference covers all details of the sparc install process in a
 non-verbose manner. Users should already have prior experience with 
 installing Gentoo Linux if they want to follow this guide.
 </abstract>
@@ -20,8 +20,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.12</version>
-<date>2006-05-19</date>
+<version>1.13</version>
+<date>2007-02-20</date>
 
 <chapter>
 <title>Sparc Quick Install Reference</title>
@@ -247,7 +247,7 @@
 (GRP-users only)
 (  (1) Mount CD2)                               # <i>mount /dev/cdroms/cdrom0 /mnt/cdrom</i>  
 (  (2) Copy over packages)                      # <i>cp -a /mnt/cdrom/packages/* /usr/portage/packages/</i>
-(  (3) Install extra software)                  # <i>USE="bindist" emerge -k xorg-x11 gnome kde mozilla</i>
+(  (3) Install extra software)                  # <i>USE="bindist" emerge -k xorg-x11 gnome kde</i>
 (  (4) Configure your Xserver)                  # <i>$EDITOR /etc/X11/XF86Config</i>
 </pre>
 



1.25                 xml/htdocs/doc/en/gentoolkit.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.24&r2=1.25

Index: gentoolkit.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gentoolkit.xml	17 Nov 2006 19:26:57 -0000	1.24
+++ gentoolkit.xml	20 Feb 2007 22:07:04 -0000	1.25
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.24 2006/11/17 19:26:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.25 2007/02/20 22:07:04 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/gentoolkit.xml">
@@ -37,8 +37,8 @@
 
 <!-- Licensed under GFDL -->
 
-<version>1.10</version>
-<date>2006-11-17</date>
+<version>1.11</version>
+<date>2007-02-20</date>
 
 <chapter>
 <title>Introduction</title>
@@ -295,12 +295,12 @@
 USE flag, <c>equery</c> has the function <c>hasuse</c>:
 </p>
 
-<pre caption="Searching packages which use the mozilla USE flag">
-# <i>equery hasuse mozilla</i>
-[ Searching for USE flag mozilla in all categories among: ]
+<pre caption="Searching packages which use the firefox USE flag">
+# <i>equery hasuse firefox</i>
+[ Searching for USE flag firefox in all categories among: ]
  * installed packages
-[I--] [  ] dev-java/blackdown-jre-1.4.2.01 (1.4.2)
-[I--] [  ] mail-client/evolution-2.0.2 (2.0)
+[I--] [  ] dev-python/gnome-python-extras-2.14.0-r1 (0)
+[I--] [  ] media-video/totem-2.16.4 (0)
 </pre>
 
 </body>
@@ -469,7 +469,7 @@
 </note>
 
 <pre caption="Viewing all active USE flags">
-# <i> euse -a</i>
+# <i>euse -a</i>
 X                   [+ CD ]
 aalib               [+    ]
 acpi                [+ C  ]
@@ -490,6 +490,7 @@
 esd                 [+    ]
 fam                 [+    ]
 fbcon               [+ C  ]
+firefox             [+ C  ]
 font-server         [+  D ]
 foomaticdb          [+  D ]
 fortran             [+  D ]
@@ -520,7 +521,6 @@
 mikmod              [+ CD ]
 mmx                 [+ C  ]
 motif               [+ CD ]
-mozilla             [+ C  ]
 mp3                 [+    ]
 mpeg                [+ CD ]
 mpeg4               [+ C  ]
@@ -601,10 +601,10 @@
 /etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup
 
 <comment>(/etc/make.conf after the command)</comment>
-USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon gd \
-     gif gimpprint gnome gpm gstreamer gtkhtml imlib \
+USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon \
+     firefox gd gif gimpprint gnome gpm gstreamer gtkhtml imlib \
      innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
-     mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nvidia \
+     mikmod mmx motif mpeg mpeg4 mysql ncurses nvidia \
      ogg odbc offensive opengl pam pdflib perl png python \
      quicktime readline sdl spell sse ssl svga tcltk tiff truetype usb \
      vanilla X xosd xv xvid x86 zlib 3dfx"
@@ -614,10 +614,10 @@
 /etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup
 
 <comment>(/etc/make.conf after the command)</comment>
-USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon gd \
-     gif gimpprint gnome gpm gstreamer gtkhtml imlib \
+USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon \
+     firefox gd gif gimpprint gnome gpm gstreamer gtkhtml imlib \
      innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
-     mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nvidia \
+     mikmod mmx motif mpeg mpeg4 mysql ncurses nvidia \
      ogg odbc offensive opengl pam pdflib perl png python \
      quicktime readline sdl spell sse ssl svga tcltk tiff truetype usb \
      vanilla X xosd xv xvid x86 zlib -3dfx"



1.41                 xml/htdocs/doc/en/gnupg-user.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.40&r2=1.41

Index: gnupg-user.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- gnupg-user.xml	29 Nov 2006 15:48:57 -0000	1.40
+++ gnupg-user.xml	20 Feb 2007 22:07:04 -0000	1.41
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.40 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.41 2007/02/20 22:07:04 nightmorph Exp $ -->
 
 <guide link = "/doc/en/gnupg-user.xml">
 <title>GnuPG Gentoo user guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.7</version>
-<date>2006-05-27</date>
+<version>1.8</version>
+<date>2007-02-20</date>
 
 <chapter>
 <title>Introduction</title>
@@ -60,8 +60,9 @@
 have some sort of support for gpg, so having <e>crypt</e> in your USE variable
 is probably a good idea. If you wish to have an email client capable of using
 gnupg you can use pine (<c>emerge pinepgp</c>), mutt (<c>emerge mutt</c>),
-Mozilla/Netscape Mail, evolution (evolution is a GNOME Microsoft Outlook work
-alike) and KDE's own KMail (KMail is part of the kdepim package).
+Mozilla Thunderbird (<c>emerge mozilla-thunderbird</c>), evolution (evolution is
+a GNOME Microsoft Outlook work alike) and KDE's own KMail (KMail is part of the
+kdepim package).
 </p>
 
 <p>
@@ -691,14 +692,16 @@
 </body>
 </section>
 <section>
-<title>Mozilla Enigmail</title>
+<title>Enigmail</title>
 <body>
 
 <p>
-Mozilla's version from 1.0 or above comes with Enigmail, a plug-in for the
-email client that is pretty simple to configure. You just go to Preferences
--&gt; Privacy &amp; Security -&gt; Enigmail. There you enter your key email and
-thats it.
+Enigmail is a plug-in for Mozilla-based email clients (such as Thunderbird and
+Seamonkey) that is pretty simple to configure. In Seamonkey, you just go to
+Preferences -> Privacy &amp; Security -> Enigmail. There you enter your key
+email and that's it. You must first <c>emerge enigmail</c> to use it with
+Thunderbird.  Then you can configure it by going to Edit -> Account Settings ->
+OpenPGP Security.
 </p>
 
 <p>



1.3                  xml/htdocs/doc/en/portage-utils.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/portage-utils.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/portage-utils.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/portage-utils.xml?r1=1.2&r2=1.3

Index: portage-utils.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/portage-utils.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- portage-utils.xml	1 May 2006 15:18:57 -0000	1.2
+++ portage-utils.xml	20 Feb 2007 22:07:04 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/portage-utils.xml,v 1.2 2006/05/01 15:18:57 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/portage-utils.xml,v 1.3 2007/02/20 22:07:04 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/portage-utils.xml">
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.1</version>
-<date>2006-05-01</date>
+<version>1.2</version>
+<date>2007-02-20</date>
 
 <chapter>
 <title>Introduction</title>
@@ -172,9 +172,9 @@
 
 <pre caption="Looking for packages with the 'firefox' USE flag">
 # <i>quse firefox</i>
-app-office/openoffice/openoffice-2.0.2_rc1.ebuild binfilter curl eds firefox gnome gtk java kde ldap mozilla xml2 
-dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild doc glade gnome mozilla firefox 
-dev-java/swt/swt-3.1-r1.ebuild accessibility cairo firefox gnome mozilla 
+app-office/openoffice/openoffice-2.0.2_rc1.ebuild binfilter curl eds firefox gnome gtk java kde ldap xml2 
+dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild doc glade gnome firefox 
+dev-java/swt/swt-3.1-r1.ebuild accessibility cairo firefox gnome 
 [...]
 </pre>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-20 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-20 22:07 [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml gentoolkit.xml gnupg-user.xml portage-utils.xml Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox