public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
@ 2005-10-11  3:49 swift
  0 siblings, 0 replies; 5+ messages in thread
From: swift @ 2005-10-11  3:49 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/10/11 03:49:46

  Modified:    xml/htdocs/doc/en/handbook hb-portage-diverttree.xml
  Log:
  #102466 - Mention gensync

Revision  Changes    Path
1.7       +33 -3     xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo

Index: hb-portage-diverttree.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-portage-diverttree.xml	11 Apr 2005 21:48:42 -0000	1.6
+++ hb-portage-diverttree.xml	11 Oct 2005 03:49:46 -0000	1.7
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.6 2005/04/11 21:48:42 so Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.7 2005/10/11 03:49:46 swift Exp $ -->
 
 <sections>
 
-<version>1.2</version>
-<date>2005-04-11</date>
+<version>1.3</version>
+<date>2005-10-11</date>
 
 <section>
 <title>Using a Portage Tree Subset</title>
@@ -59,6 +59,36 @@
 
 </body>
 </subsection>
+<subsection>
+<title>Working with Several Overlays</title>
+<body>
+
+<p>
+For the powerusers who develop on several overlays, test packages before they
+hit the Portage tree or just want to use unofficial ebuilds from various
+sources, the <c>app-portage/gentoolkit-dev</c> package brings you
+<c>gensync</c>, a tool to help you keep the overlay repositories up to date.
+</p>
+
+<p>
+With <c>gensync</c> you can update all the repositories at once, or select just
+a few of them. Each repository should have a <path>.syncsource</path> file in
+the <path>/etc/gensync/</path> configuration directory which contains the
+repository location, name, ID, etc.
+</p>
+
+<p>
+Suppose you have two additional repositories called <c>java</c> (for the
+in-development java ebuilds) and <c>entapps</c> (for the applications developed
+in-house for your enterprise) then you can update those repositories like so:
+</p>
+
+<pre caption="Using gensync to update a few repositories">
+# <i>gensync java entapps</i>
+</pre>
+
+</body>
+</subsection>
 </section>
 <section>
 <title>Non-Portage Maintained Software</title>



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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
@ 2005-11-25 14:52 Xavier Neys
  0 siblings, 0 replies; 5+ messages in thread
From: Xavier Neys @ 2005-11-25 14:52 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/11/25 14:52:02

  Modified:    xml/htdocs/doc/en/handbook hb-portage-diverttree.xml
  Log:
  #113025 RSYNC_EXCLUDEFROM needs to be defined to exclude pkg/cat

Revision  Changes    Path
1.8       +13 -6     xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo

Index: hb-portage-diverttree.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-portage-diverttree.xml	11 Oct 2005 03:49:46 -0000	1.7
+++ hb-portage-diverttree.xml	25 Nov 2005 14:52:02 -0000	1.8
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.7 2005/10/11 03:49:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.8 2005/11/25 14:52:02 neysx Exp $ -->
 
 <sections>
 
-<version>1.3</version>
-<date>2005-10-11</date>
+<version>1.4</version>
+<date>2005-11-25</date>
 
 <section>
 <title>Using a Portage Tree Subset</title>
@@ -24,11 +24,18 @@
 </p>
 
 <p>
-By default, <c>rsync</c> will check the contents of
-<path>/etc/portage/rsync_excludes</path> (if it exists) which contains the
-categories or packages that you <e>don't</e> want <c>rsync</c> to update.
+You need to define the name of the file that contains the exclude patterns in
+the <c>RSYNC_EXCLUDEFROM</c> variable in your <path>/etc/make.conf</path>.
 </p>
 
+<pre caption="Defining the exlude file in /etc/make.conf">
+RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
+</pre>
+
+<pre caption="Excluding all games in /etc/portage/rsync_excludes">
+games-*/*
+</pre>
+
 <p>
 Note however that this may lead to dependency issues since new, allowed packages
 might depend on new but excluded packages.



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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
@ 2005-11-27  1:43 Xavier Neys
  0 siblings, 0 replies; 5+ messages in thread
From: Xavier Neys @ 2005-11-27  1:43 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/11/27 01:43:35

  Modified:    xml/htdocs/doc/en/handbook hb-portage-diverttree.xml
  Log:
  #113668 Typo

Revision  Changes    Path
1.9       +2 -2      xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo

Index: hb-portage-diverttree.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-portage-diverttree.xml	25 Nov 2005 14:52:02 -0000	1.8
+++ hb-portage-diverttree.xml	27 Nov 2005 01:43:35 -0000	1.9
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.8 2005/11/25 14:52:02 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.9 2005/11/27 01:43:35 neysx Exp $ -->
 
 <sections>
 
@@ -28,7 +28,7 @@
 the <c>RSYNC_EXCLUDEFROM</c> variable in your <path>/etc/make.conf</path>.
 </p>
 
-<pre caption="Defining the exlude file in /etc/make.conf">
+<pre caption="Defining the exclude file in /etc/make.conf">
 RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
 </pre>
 



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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
@ 2005-12-12 15:42 Xavier Neys
  0 siblings, 0 replies; 5+ messages in thread
From: Xavier Neys @ 2005-12-12 15:42 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/12/12 15:42:24

  Modified:    xml/htdocs/doc/en/handbook hb-portage-diverttree.xml
  Log:
  #115117 Rephrased a sentence. No Content Change.

Revision  Changes    Path
1.10      +3 -2      xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo

Index: hb-portage-diverttree.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-portage-diverttree.xml	27 Nov 2005 01:43:35 -0000	1.9
+++ hb-portage-diverttree.xml	12 Dec 2005 15:42:24 -0000	1.10
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.9 2005/11/27 01:43:35 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.10 2005/12/12 15:42:24 neysx Exp $ -->
 
 <sections>
 
@@ -87,7 +87,8 @@
 <p>
 Suppose you have two additional repositories called <c>java</c> (for the
 in-development java ebuilds) and <c>entapps</c> (for the applications developed
-in-house for your enterprise) then you can update those repositories like so:
+in-house for your enterprise). You can update those repositories with the
+following command:
 </p>
 
 <pre caption="Using gensync to update a few repositories">



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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
@ 2006-11-01 23:49 Josh Saddler
  0 siblings, 0 replies; 5+ messages in thread
From: Josh Saddler @ 2006-11-01 23:49 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/01 23:49:39

  Modified:             hb-portage-diverttree.xml
  Log:
  updated portage handbook, bug 144128

Revision  Changes    Path
1.13                 xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?r1=1.12&r2=1.13

Index: hb-portage-diverttree.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-portage-diverttree.xml	28 Oct 2006 09:17:55 -0000	1.12
+++ hb-portage-diverttree.xml	1 Nov 2006 23:49:39 -0000	1.13
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.12 2006/10/28 09:17:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.13 2006/11/01 23:49:39 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 packages and more.
 </abstract>
 
-<version>1.4</version>
-<date>2005-11-25</date>
+<version>1.5</version>
+<date>2006-11-01</date>
 
 <section>
 <title>Using a Portage Tree Subset</title>
@@ -31,11 +31,11 @@
 
 <p>
 You need to define the name of the file that contains the exclude patterns in
-the <c>RSYNC_EXCLUDEFROM</c> variable in your <path>/etc/make.conf</path>.
+the <c>--exclude-from</c> variable in your <path>/etc/make.conf</path>.
 </p>
 
 <pre caption="Defining the exclude file in /etc/make.conf">
-RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
+PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
 </pre>
 
 <pre caption="Excluding all games in /etc/portage/rsync_excludes">



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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-01 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 23:49 [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml Josh Saddler
  -- strict thread matches above, loose matches on Subject: below --
2005-12-12 15:42 Xavier Neys
2005-11-27  1:43 Xavier Neys
2005-11-25 14:52 Xavier Neys
2005-10-11  3:49 swift

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