public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: /, roverlay/config/
Date: Tue,  5 Feb 2013 17:48:23 +0000 (UTC)	[thread overview]
Message-ID: <1360085047.ef40d9a0d327e42e44a80b37cfd59c056fc085c2.dywi@gentoo> (raw)

commit:     ef40d9a0d327e42e44a80b37cfd59c056fc085c2
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Tue Feb  5 17:23:10 2013 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Tue Feb  5 17:24:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ef40d9a0

roverlay/config: PACKAGE_RULES

added PACKAGE_RULES, PACKAGE_RULE_FILES to the config entry map.

---
 R-overlay.conf              |    4 ++++
 roverlay/config/entrymap.py |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/R-overlay.conf b/R-overlay.conf
index b9567c2..549cd16 100644
--- a/R-overlay.conf
+++ b/R-overlay.conf
@@ -32,6 +32,10 @@ LOG_FILE_UNRESOLVABLE = log/dep_unresolvable.log
 
 # = extra config files =
 
+# PACKAGE_RULES lists the per-package files that control package processing
+#  PACKAGE_RULES ::= "<file|dir>[ <file|dir>]"
+PACKAGE_RULES="config/package_rules"
+
 # SIMPLE_RULES_FILE lists the rule files for dependency resolution
 #  SIMPLE_RULES_FILE ::= "<file>[ <file>]"
 SIMPLE_RULES_FILE = "config/simple-deprules.d"

diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py
index ed1dad8..2122eb8 100644
--- a/roverlay/config/entrymap.py
+++ b/roverlay/config/entrymap.py
@@ -338,6 +338,17 @@ CONFIG_ENTRY_MAP = dict (
 
 	# --- description reader
 
+	# == package rules ==
+
+	package_rule_files = dict (
+		path        = [ 'PACKAGE_RULES', 'files' ],
+		value_type  = fs_abslist,
+		description = 'list of package rule files',
+	),
+
+	# * alias
+	package_rules = 'package_rule_files',
+
 )
 
 del fs_file, fs_abslist, is_fs_file, is_yesno, is_log_level, \


             reply	other threads:[~2013-02-05 17:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 17:48 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-11 16:29 [gentoo-commits] proj/R_overlay:master commit in: /, roverlay/config/ André Erdmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360085047.ef40d9a0d327e42e44a80b37cfd59c056fc085c2.dywi@gentoo \
    --to=dywi@mailerd.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox