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 DE2421381F3 for ; Tue, 23 Jul 2013 22:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B062E0962; Tue, 23 Jul 2013 22:52:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29AD8E0962 for ; Tue, 23 Jul 2013 22:52:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C76533E931 for ; Tue, 23 Jul 2013 22:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BA5D6E5458 for ; Tue, 23 Jul 2013 22:52:21 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: <1374619895.aac856ca0b6b30da90ba8dfc4363606315c46e8b.arfrever@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: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: aac856ca0b6b30da90ba8dfc4363606315c46e8b X-VCS-Branch: master Date: Tue, 23 Jul 2013 22:52:21 +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: f188dc3f-c6b1-4c89-8cbc-2f460d9bfcd8 X-Archives-Hash: b992e710edad5ec8228dd020b96be62b commit: aac856ca0b6b30da90ba8dfc4363606315c46e8b Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Jul 23 22:51:35 2013 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gmail com> CommitDate: Tue Jul 23 22:51:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aac856ca Add anoncvs gentoo-x86 example in documentation of repos.conf. --- man/portage.5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/portage.5 b/man/portage.5 index 27c3ffe..8dc33fb 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -887,6 +887,13 @@ masters = gentoo kde # those master repos won't be required as dependencies (the user must # ensure that any required dependencies such as eclasses are satisfied) masters = + +# Repository 'gentoo' synchronized using CVS +[gentoo] +location = /usr/portage +sync-type = cvs +sync-uri = :pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot +sync-cvs-repo = gentoo-x86 .fi .RE .RE