Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Wed, 04 Feb 2015 21:53:51
Message-Id: 1423086576.de41f86caafd105e4b836f8f2fef457336182ea2.dolsen@gentoo
1 commit: de41f86caafd105e4b836f8f2fef457336182ea2
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 4 21:40:47 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 4 21:49:36 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=de41f86c
7
8 man/portage.5 Final updates for sync changes
9
10 ---
11 man/portage.5 | 32 +++++++++++++++++++++++++++++++-
12 1 file changed, 31 insertions(+), 1 deletion(-)
13
14 diff --git a/man/portage.5 b/man/portage.5
15 index 5ac3100..74b0771 100644
16 --- a/man/portage.5
17 +++ b/man/portage.5
18 @@ -61,6 +61,8 @@ package.mask
19 package.properties
20 package.unmask
21 package.use
22 +postsync.d
23 +repo.postsync.d
24 repos.conf
25 .fi
26 .TP
27 @@ -808,6 +810,26 @@ x11\-libs/qt \-mysql
28 */* VIDEO_CARDS: \-* radeon
29 .fi
30 .TP
31 +.BR postsync.d/
32 +This directory is for user supplied postsync hooks to be run once after all
33 +repositories have been synced. Each script is called in alphabetic order
34 +without any arguments.
35 +.fi
36 +.TP
37 +.BR repo.postsync.d/
38 +This directory is for user supplied postsync hooks to be run once after each
39 +repository has been synced. Each script is called in alphabetic order
40 +with three arguments.
41 +
42 +.I args:
43 + repository name, sync-uri, location
44 +.fi
45 +
46 +Using this information it is possible for hooks to be run for only a certain
47 +repository. This way other update actions can be performed for that repository
48 +only.
49 +.fi
50 +.TP
51 .BR repos.conf
52 Specifies \fIsite\-specific\fR repository configuration information.
53 .br
54 @@ -871,7 +893,7 @@ desired via "\fBemaint sync \-\-repo foo\fR".
55 Valid values: yes, no, true, false.
56 .br
57 If unset, the repo will be treated as set
58 -no, false.
59 +yes, true.
60 .TP
61 .B eclass\-overrides
62 Makes given repository inherit eclasses from specified repositories.
63 @@ -1011,6 +1033,14 @@ location = /usr/portage
64 sync\-type = cvs
65 sync\-uri = :pserver:anonymous@××××××××××××××.org:/var/cvsroot
66 sync\-cvs\-repo = gentoo\-x86
67 +auto\-sync = yes
68 +
69 +# Overlay 'voip' syncronized with layman's plug-in sync module
70 +[voip]
71 +location = /var/lib/layman/voip
72 +sync-type = laymanator
73 +sync-uri = git://git.overlays.gentoo.org/proj/voip.git
74 +auto-sync = yes
75 .fi
76 .RE
77 .RE