From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29533138A1A for ; Wed, 4 Feb 2015 21:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C32BAE0894; Wed, 4 Feb 2015 21:53:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66FD1E0894 for ; Wed, 4 Feb 2015 21:53:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5E393407ED for ; Wed, 4 Feb 2015 21:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71F7811102 for ; Wed, 4 Feb 2015 21:53:48 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1423086576.de41f86caafd105e4b836f8f2fef457336182ea2.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: de41f86caafd105e4b836f8f2fef457336182ea2 X-VCS-Branch: master Date: Wed, 4 Feb 2015 21:53:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b22a02f-b8a5-4563-91d0-7dca24504d05 X-Archives-Hash: ac84f6b4a64130a1913af160bac3f55b Message-ID: <20150204215348.DsnEybmIFyJDSCLmJl1f7OBnj4-yG_nJl_q387rqnfQ@z> commit: de41f86caafd105e4b836f8f2fef457336182ea2 Author: Brian Dolbec gentoo org> AuthorDate: Wed Feb 4 21:40:47 2015 +0000 Commit: Brian Dolbec gentoo 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