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 E18FC1381F3 for ; Wed, 19 Jun 2013 18:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D6AE0908; Wed, 19 Jun 2013 18:58:05 +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 102BAE08F9 for ; Wed, 19 Jun 2013 18:58:04 +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 19D3F33E61B for ; Wed, 19 Jun 2013 18:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B65ABE468F for ; Wed, 19 Jun 2013 18:58:02 +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: <1371667394.8dab755d9d1d5f0955fc602b10421085525794d8.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/entrymap.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 8dab755d9d1d5f0955fc602b10421085525794d8 X-VCS-Branch: gsoc13/next Date: Wed, 19 Jun 2013 18:58:02 +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: a3e9fdb2-831b-497f-a6e0-b0040c08ef8f X-Archives-Hash: 07f133f6893e92a8dc8e761539d50ab7 Message-ID: <20130619185802.ayNdk0Pe9lCtkPOxcFociNWV2MVxTbog0B7_bDtiono@z> commit: 8dab755d9d1d5f0955fc602b10421085525794d8 Author: André Erdmann mailerd de> AuthorDate: Wed Jun 19 18:43:14 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Jun 19 18:43:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8dab755d roverlay config: add CACHEDIR, TMPDIR --- roverlay/config/entrymap.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py index 4dbce44..65f2df5 100644 --- a/roverlay/config/entrymap.py +++ b/roverlay/config/entrymap.py @@ -432,6 +432,24 @@ CONFIG_ENTRY_MAP = dict ( # * alias package_rules = 'package_rule_files', + # --- package rules + + # == other == + + cachedir = dict ( + path = [ 'CACHEDIR', 'root', ], + value_type = 'fs_dir', + description = 'directory for cache data', + ), + + tmpdir = dict ( + path = [ 'TMPDIR', 'root', ], + value_type = 'fs_dir', + description = 'directory for temporary data', + ), + + # --- other + ) del fs_file, fs_abslist, is_fs_file, is_yesno, is_log_level, \