* [gentoo-commits] proj/portage:master commit in: man/
2015-02-04 21:54 [gentoo-commits] proj/portage:v2.2.16 commit in: man/ Brian Dolbec
@ 2015-02-04 21:53 ` Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2015-02-04 21:53 UTC (permalink / raw
To: gentoo-commits
commit: de41f86caafd105e4b836f8f2fef457336182ea2
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 4 21:40:47 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 4 21:49:36 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=de41f86c
man/portage.5 Final updates for sync changes
---
man/portage.5 | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/man/portage.5 b/man/portage.5
index 5ac3100..74b0771 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -61,6 +61,8 @@ package.mask
package.properties
package.unmask
package.use
+postsync.d
+repo.postsync.d
repos.conf
.fi
.TP
@@ -808,6 +810,26 @@ x11\-libs/qt \-mysql
*/* VIDEO_CARDS: \-* radeon
.fi
.TP
+.BR postsync.d/
+This directory is for user supplied postsync hooks to be run once after all
+repositories have been synced. Each script is called in alphabetic order
+without any arguments.
+.fi
+.TP
+.BR repo.postsync.d/
+This directory is for user supplied postsync hooks to be run once after each
+repository has been synced. Each script is called in alphabetic order
+with three arguments.
+
+.I args:
+ repository name, sync-uri, location
+.fi
+
+Using this information it is possible for hooks to be run for only a certain
+repository. This way other update actions can be performed for that repository
+only.
+.fi
+.TP
.BR repos.conf
Specifies \fIsite\-specific\fR repository configuration information.
.br
@@ -871,7 +893,7 @@ desired via "\fBemaint sync \-\-repo foo\fR".
Valid values: yes, no, true, false.
.br
If unset, the repo will be treated as set
-no, false.
+yes, true.
.TP
.B eclass\-overrides
Makes given repository inherit eclasses from specified repositories.
@@ -1011,6 +1033,14 @@ location = /usr/portage
sync\-type = cvs
sync\-uri = :pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot
sync\-cvs\-repo = gentoo\-x86
+auto\-sync = yes
+
+# Overlay 'voip' syncronized with layman's plug-in sync module
+[voip]
+location = /var/lib/layman/voip
+sync-type = laymanator
+sync-uri = git://git.overlays.gentoo.org/proj/voip.git
+auto-sync = yes
.fi
.RE
.RE
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:v2.2.16 commit in: man/
@ 2015-02-04 21:54 Brian Dolbec
2015-02-04 21:53 ` [gentoo-commits] proj/portage:master " Brian Dolbec
0 siblings, 1 reply; 5+ messages in thread
From: Brian Dolbec @ 2015-02-04 21:54 UTC (permalink / raw
To: gentoo-commits
commit: de41f86caafd105e4b836f8f2fef457336182ea2
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 4 21:40:47 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 4 21:49:36 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=de41f86c
man/portage.5 Final updates for sync changes
---
man/portage.5 | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/man/portage.5 b/man/portage.5
index 5ac3100..74b0771 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -61,6 +61,8 @@ package.mask
package.properties
package.unmask
package.use
+postsync.d
+repo.postsync.d
repos.conf
.fi
.TP
@@ -808,6 +810,26 @@ x11\-libs/qt \-mysql
*/* VIDEO_CARDS: \-* radeon
.fi
.TP
+.BR postsync.d/
+This directory is for user supplied postsync hooks to be run once after all
+repositories have been synced. Each script is called in alphabetic order
+without any arguments.
+.fi
+.TP
+.BR repo.postsync.d/
+This directory is for user supplied postsync hooks to be run once after each
+repository has been synced. Each script is called in alphabetic order
+with three arguments.
+
+.I args:
+ repository name, sync-uri, location
+.fi
+
+Using this information it is possible for hooks to be run for only a certain
+repository. This way other update actions can be performed for that repository
+only.
+.fi
+.TP
.BR repos.conf
Specifies \fIsite\-specific\fR repository configuration information.
.br
@@ -871,7 +893,7 @@ desired via "\fBemaint sync \-\-repo foo\fR".
Valid values: yes, no, true, false.
.br
If unset, the repo will be treated as set
-no, false.
+yes, true.
.TP
.B eclass\-overrides
Makes given repository inherit eclasses from specified repositories.
@@ -1011,6 +1033,14 @@ location = /usr/portage
sync\-type = cvs
sync\-uri = :pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot
sync\-cvs\-repo = gentoo\-x86
+auto\-sync = yes
+
+# Overlay 'voip' syncronized with layman's plug-in sync module
+[voip]
+location = /var/lib/layman/voip
+sync-type = laymanator
+sync-uri = git://git.overlays.gentoo.org/proj/voip.git
+auto-sync = yes
.fi
.RE
.RE
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:v2.2.16 commit in: man/
@ 2015-02-08 17:41 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2015-02-08 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 530397434931af654c7b857d20f35ed3939cf95c
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 7 00:24:00 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 7 00:24:00 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=53039743
man/emaint.1: Suggested tweaks from igli
---
man/emaint.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/emaint.1 b/man/emaint.1
index f8b2031..6b8fdf9 100644
--- a/man/emaint.1
+++ b/man/emaint.1
@@ -7,8 +7,8 @@ emaint \- performs package managment related system health checks and maintenanc
[\fBall\fR | \fBbinhost\fR | \fBcleanresume\fR | \
\fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
.SH DESCRIPTION
-The emaint program provides a command line interface to the modular package
-management system health checks and maintenance.
+The emaint program provides a command line interface to package
+management health checks and maintenance.
.SH COMMANDS
.TP
.BR all
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:v2.2.16 commit in: man/
2015-02-06 19:46 Brian Dolbec
@ 2015-02-08 17:41 ` Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2015-02-08 17:41 UTC (permalink / raw
To: gentoo-commits
commit: ca75eb4bdce089a3f27686f031fd56f1c39d0827
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 19:39:13 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 19:39:13 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ca75eb4b
man/emaint.1: As suggested in the forums, improve the decription
---
man/emaint.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/emaint.1 b/man/emaint.1
index 47b67f4..f8b2031 100644
--- a/man/emaint.1
+++ b/man/emaint.1
@@ -1,14 +1,14 @@
.TH "EMAINT" "1" "Jan 2015" "Portage VERSION" "Portage"
.SH NAME
-emaint \- performs system health checks and maintenance
+emaint \- performs package managment related system health checks and maintenance
.SH SYNOPSIS
.BR emaint
[\fIoptions\fR]
[\fBall\fR | \fBbinhost\fR | \fBcleanresume\fR | \
\fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
.SH DESCRIPTION
-The emaint program provides an interface to system health
-checks and maintenance.
+The emaint program provides a command line interface to the modular package
+management system health checks and maintenance.
.SH COMMANDS
.TP
.BR all
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:v2.2.16 commit in: man/
@ 2015-02-08 17:41 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2015-02-08 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 7c912b0cfbbacdb901435e59ed8c541de9de61d7
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 5 21:10:08 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 5 21:10:08 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7c912b0c
man/portage.5: Add missing valid sync-type's
Fix some missed - escapes.
---
man/portage.5 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/portage.5 b/man/portage.5
index 74b0771..8bebd32 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -941,7 +941,7 @@ the newest commit). If set to 0, the depth is unlimited.
.B sync\-type
Specifies type of synchronization performed by `emerge \-\-sync`.
.br
-Valid non\-empty values: cvs, git, rsync
+Valid non\-empty values: cvs, git, rsync, svn, websync (emerge-webrsync)
.br
This attribute can be set to empty value to disable synchronization of given
repository. Empty value is default.
@@ -1038,9 +1038,9 @@ auto\-sync = yes
# Overlay 'voip' syncronized with layman's plug-in sync module
[voip]
location = /var/lib/layman/voip
-sync-type = laymanator
-sync-uri = git://git.overlays.gentoo.org/proj/voip.git
-auto-sync = yes
+sync\-type = laymanator
+sync\-uri = git://git.overlays.gentoo.org/proj/voip.git
+auto\-sync = yes
.fi
.RE
.RE
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-02-08 17:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 21:54 [gentoo-commits] proj/portage:v2.2.16 commit in: man/ Brian Dolbec
2015-02-04 21:53 ` [gentoo-commits] proj/portage:master " Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2015-02-06 19:46 Brian Dolbec
2015-02-08 17:41 ` [gentoo-commits] proj/portage:v2.2.16 " Brian Dolbec
2015-02-08 17:41 Brian Dolbec
2015-02-08 17:41 Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox