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 C650F13800E for ; Wed, 8 Aug 2012 23:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D21FDE0743; Wed, 8 Aug 2012 23:46:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9B927E0743 for ; Wed, 8 Aug 2012 23:46:48 +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 B7D771B402E for ; Wed, 8 Aug 2012 23:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 93B65E5439 for ; Wed, 8 Aug 2012 23:46:45 +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: <1344469448.80a5a2b8c124effc613ef5051eeb73e419f9e413.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/const.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 80a5a2b8c124effc613ef5051eeb73e419f9e413 X-VCS-Branch: master Date: Wed, 8 Aug 2012 23:46:45 +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: e893d983-caa9-4cc8-8579-175b6486fd74 X-Archives-Hash: 58b9724c04c7f1ea26621ce736bfadc0 commit: 80a5a2b8c124effc613ef5051eeb73e419f9e413 Author: André Erdmann mailerd de> AuthorDate: Wed Aug 8 23:44:08 2012 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Aug 8 23:44:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=80a5a2b8 const: console logging and overlay name --- roverlay/config/const.py | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/roverlay/config/const.py b/roverlay/config/const.py index 9c52633..a3e9706 100644 --- a/roverlay/config/const.py +++ b/roverlay/config/const.py @@ -39,7 +39,14 @@ _CONSTANTS = dict ( ) ), ), + LOG = dict ( + CONSOLE = dict ( + enabled = True, + ), + ) + OVERLAY = dict ( + name = 'R_Overlay', category = 'sci-R', ), )