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 43D9713800E for ; Wed, 8 Aug 2012 23:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 393A0E0776; Wed, 8 Aug 2012 23:46:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 093BBE0774 for ; Wed, 8 Aug 2012 23:46:49 +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 660191B402E for ; Wed, 8 Aug 2012 23:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 16087E5443 for ; Wed, 8 Aug 2012 23:46:46 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1344469540.057cb7a59e8ac9571c14a1eb42d608e3c85e4046.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: R-overlay.conf.install X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 057cb7a59e8ac9571c14a1eb42d608e3c85e4046 X-VCS-Branch: master Date: Wed, 8 Aug 2012 23:46:46 +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: 8a922466-01ea-4b1d-816a-5b14c63fe711 X-Archives-Hash: 397a062f410efe86c1fbb13466e13841 commit: 057cb7a59e8ac9571c14a1eb42d608e3c85e4046 Author: André Erdmann mailerd de> AuthorDate: Wed Aug 8 23:45:40 2012 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Aug 8 23:45:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=057cb7a5 config file skel for roverlay installations --- R-overlay.conf.install | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/R-overlay.conf.install b/R-overlay.conf.install new file mode 100644 index 0000000..42c88c4 --- /dev/null +++ b/R-overlay.conf.install @@ -0,0 +1,37 @@ +# R-overlay.conf +# This is the default config file for roverlay installations + +# --- Required Configuration --- + +# DISTFILES has to be set +# this is the directory where per-repo package directories will be created +#DISTFILES="~/roverlay/distfiles" + +# OVERLAY_DIR has to be set +# this is the directory of the overlay to be created/maintained +#OVERLAY_DIR="~/roverlay/overlay" + +# LOG_FILE should be set +#LOG_FILE="~/roverlay/log/roverlay.log" + +# --- + +#LOG_LEVEL_FILE= WARNING + +# this enables per-run log files +#LOG_FILE_ROTATE = yes + +# number of backup log files to keep +#LOG_FILE_ROTATE_COUNT = 5 + + +# using the default field definition file +FIELD_DEFINITION = /usr/share/roverlay/description_fields.conf + +# using the default repo list +REPO_CONFIG = /usr/share/roverlay/repo.list + +# using the default dependency rule files +# you can extend this by appending other directories/files +SIMPLE_RULES_FILE = "/usr/share/roverlay/simple-deprules.d" +#SIMPLE_RULES_FILE = "/usr/share/roverlay/simple-deprules.d ~/roverlay/config/deprules.d"