* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2005-08-08 14:04 swift
0 siblings, 0 replies; 7+ messages in thread
From: swift @ 2005-08-08 14:04 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/08 14:04:37
Removed: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-finalise.xml
Log:
Removing hb-install-finalise.xml from this location
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2005-10-09 16:09 swift
0 siblings, 0 replies; 7+ messages in thread
From: swift @ 2005-10-09 16:09 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/10/09 16:09:36
Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-finalise.xml
Log:
#108199 - Due to kde versus kde-meta and inter-architecture-dependentness (what a (fictuous) word) changed example to GNOME and give instructions on how to find out what packages are emergeable
Revision Changes Path
1.3 +15 -6 xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: hb-install-finalise.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-finalise.xml 8 Aug 2005 13:24:46 -0000 1.2
+++ hb-install-finalise.xml 9 Oct 2005 16:09:36 -0000 1.3
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.3 2005/10/09 16:09:36 swift Exp $ -->
<sections>
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-10-09</date>
<section>
<title>User Administration</title>
@@ -136,11 +136,20 @@
<p>
Now install the packages you want. The Packages CD contains several prebuilt
-binaries, for instance KDE (not available for HPPA though):
+binaries, for instance KDE and GNOME.
</p>
-<pre caption="Installing KDE">
-# <i>emerge --usepkg kde</i>
+<pre caption="Installing GNOME">
+# <i>emerge --usepkg gnome</i>
+</pre>
+
+<p>
+To find out what prebuilt packages, do a quick listing of all the files in
+<path>/mnt/cdrom/All</path>. For instance, to find out if KDE is emergeable:
+</p>
+
+<pre caption="Finding out if KDE is installable">
+# <i>ls /mnt/cdrom/All/kde*</i>
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2005-10-11 3:52 swift
0 siblings, 0 replies; 7+ messages in thread
From: swift @ 2005-10-11 3:52 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/10/11 03:52:02
Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-finalise.xml
Log:
what packages? What packages? WHAT PACKAGES? BWAAAAAAAAAAAAAAAAAAAAAAAAAAA... I mean, "Correct grammar mistake (what packages -> what packages are available)"
Revision Changes Path
1.4 +4 -3 xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-finalise.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-finalise.xml 9 Oct 2005 16:09:36 -0000 1.3
+++ hb-install-finalise.xml 11 Oct 2005 03:52:02 -0000 1.4
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.3 2005/10/09 16:09:36 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.4 2005/10/11 03:52:02 swift Exp $ -->
<sections>
@@ -144,8 +144,9 @@
</pre>
<p>
-To find out what prebuilt packages, do a quick listing of all the files in
-<path>/mnt/cdrom/All</path>. For instance, to find out if KDE is emergeable:
+To find out what prebuilt packages are available, do a quick listing of all
+the files in <path>/mnt/cdrom/All</path>. For instance, to find out if KDE is
+emergeable:
</p>
<pre caption="Finding out if KDE is installable">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2005-11-21 15:49 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2005-11-21 15:49 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 15:49:30
Modified: xml/htdocs/doc/en/handbook hb-install-finalise.xml
Log:
#110354 Add portage to the group examples
Revision Changes Path
1.42 +7 -3 xml/htdocs/doc/en/handbook/hb-install-finalise.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-finalise.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-finalise.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-finalise.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo
Index: hb-install-finalise.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-finalise.xml 28 Mar 2005 11:30:52 -0000 1.41
+++ hb-install-finalise.xml 21 Nov 2005 15:49:30 -0000 1.42
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.41 2005/03/28 11:30:52 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.42 2005/11/21 15:49:30 neysx Exp $ -->
<sections>
-<version>2.00</version>
-<date>2005-03-28</date>
+<version>2.1</version>
+<date>2005-11-21</date>
<section>
<title>User Administration</title>
@@ -50,6 +50,10 @@
<ti>be able to play games</ti>
</tr>
<tr>
+ <ti>portage</ti>
+ <ti>be able to use <c>emerge --pretend</c> as a normal user</ti>
+</tr>
+<tr>
<ti>usb</ti>
<ti>be able to access USB devices</ti>
</tr>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2005-11-21 15:49 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2005-11-21 15:49 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 15:49:30
Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-finalise.xml
Log:
#110354 Add portage to the group examples
Revision Changes Path
1.5 +7 -3 xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: hb-install-finalise.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-finalise.xml 11 Oct 2005 03:52:02 -0000 1.4
+++ hb-install-finalise.xml 21 Nov 2005 15:49:30 -0000 1.5
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.4 2005/10/11 03:52:02 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.5 2005/11/21 15:49:30 neysx Exp $ -->
<sections>
-<version>5.1</version>
-<date>2005-10-09</date>
+<version>5.2</version>
+<date>2005-11-21</date>
<section>
<title>User Administration</title>
@@ -50,6 +50,10 @@
<ti>be able to play games</ti>
</tr>
<tr>
+ <ti>portage</ti>
+ <ti>be able to use <c>emerge --pretend</c> as a normal user</ti>
+</tr>
+<tr>
<ti>usb</ti>
<ti>be able to access USB devices</ti>
</tr>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2006-01-23 14:33 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2006-01-23 14:33 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/01/23 14:33:40
Modified: xml/htdocs/doc/en/handbook hb-install-finalise.xml
Log:
#117868 mention the plugdev group
Revision Changes Path
1.43 +9 -3 xml/htdocs/doc/en/handbook/hb-install-finalise.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-finalise.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-finalise.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-finalise.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo
Index: hb-install-finalise.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-finalise.xml 21 Nov 2005 15:49:30 -0000 1.42
+++ hb-install-finalise.xml 23 Jan 2006 14:33:40 -0000 1.43
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.42 2005/11/21 15:49:30 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.43 2006/01/23 14:33:40 neysx Exp $ -->
<sections>
-<version>2.1</version>
-<date>2005-11-21</date>
+<version>2.2</version>
+<date>2006-01-23</date>
<section>
<title>User Administration</title>
@@ -58,6 +58,12 @@
<ti>be able to access USB devices</ti>
</tr>
<tr>
+ <ti>plugdev</ti>
+ <ti>
+ Be able to mount and use pluggable devices such as cameras and USB sticks
+ </ti>
+</tr>
+<tr>
<ti>video</ti>
<ti>
be able to access video capturing hardware and doing hardware
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
@ 2006-01-23 14:33 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2006-01-23 14:33 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/01/23 14:33:41
Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-finalise.xml
Log:
#117868 mention the plugdev group
Revision Changes Path
1.6 +9 -3 xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-finalise.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-finalise.xml 21 Nov 2005 15:49:30 -0000 1.5
+++ hb-install-finalise.xml 23 Jan 2006 14:33:41 -0000 1.6
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.5 2005/11/21 15:49:30 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.6 2006/01/23 14:33:41 neysx Exp $ -->
<sections>
-<version>5.2</version>
-<date>2005-11-21</date>
+<version>5.3</version>
+<date>2006-01-23</date>
<section>
<title>User Administration</title>
@@ -58,6 +58,12 @@
<ti>be able to access USB devices</ti>
</tr>
<tr>
+ <ti>plugdev</ti>
+ <ti>
+ Be able to mount and use pluggable devices such as cameras and USB sticks
+ </ti>
+</tr>
+<tr>
<ti>video</ti>
<ti>
be able to access video capturing hardware and doing hardware
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-01-23 14:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 14:04 [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml swift
-- strict thread matches above, loose matches on Subject: below --
2005-10-09 16:09 swift
2005-10-11 3:52 swift
2005-11-21 15:49 Xavier Neys
2005-11-21 15:49 Xavier Neys
2006-01-23 14:33 Xavier Neys
2006-01-23 14:33 Xavier Neys
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox