Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/config/
Date: Tue, 01 Apr 2014 16:39:05
Message-Id: 1396280471.0afe47d7ddff30f1e82f942e865afeb1672a7ca5.dywi@gentoo
1 commit: 0afe47d7ddff30f1e82f942e865afeb1672a7ca5
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Mon Mar 31 15:41:11 2014 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Mon Mar 31 15:41:11 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=0afe47d7
7
8 config entry map: make LICENSES_FILE configurable
9
10 ---
11 roverlay/config/entrymap.py | 16 +++++++---------
12 1 file changed, 7 insertions(+), 9 deletions(-)
13
14 diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py
15 index fb285a1..46c2f7f 100644
16 --- a/roverlay/config/entrymap.py
17 +++ b/roverlay/config/entrymap.py
18 @@ -553,15 +553,13 @@ CONFIG_ENTRY_MAP = dict (
19 description = 'try to read licenses from PORTDIR/licenses',
20 ),
21
22 - # hidden option (using CACHEDIR.root + "/licenses" as licenses file)
23 - licenses_file = None,
24 -# licenses_file = dict (
25 -# path = [ 'LICENSEMAP', 'licenses_file', ],
26 -# value_type = 'fs_file',
27 -# description = (
28 -# 'licenses file (used as fallback if PORTDIR not available)'
29 -# ),
30 -# ),
31 + licenses_file = dict (
32 + path = [ 'LICENSEMAP', 'licenses_file', ],
33 + value_type = 'fs_file',
34 + description = (
35 + 'licenses file (used as fallback if PORTDIR not available)'
36 + ),
37 + ),
38
39 create_licenses_file = dict (
40 path = [ 'LICENSEMAP', 'create_licenses_file', ],