take care some files are modifier because of the local environnement.
[ebuildfind.git] / commands / mylayman.cfg
blob75709d8c1673214a93ee37b9eeb51df7fc3c3a08
1 [MAIN]
3 #-----------------------------------------------------------
4 # Defines the directory where overlays should be installed
6 storage   : /home/amir/Desktop/ebuildfind-project/ebuilds/ebuildfind/commands/var/overlays
8 #-----------------------------------------------------------
9 # Remote overlay lists will be stored here
10 # layman will append _md5(url).xml to each filename
12 cache     : %(storage)s/../cache
14 #-----------------------------------------------------------
15 # The list of locally installed overlays
17 local_list: %(storage)s/../overlays.xml
19 #-----------------------------------------------------------
20 # Path to the make.conf file that should be modified by 
21 # layman
23 make_conf : %(storage)s/../make.conf
25 #-----------------------------------------------------------
26 # URLs of the remote lists of overlays (one per line) or 
27 # local overlay definitions
29 #overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
30 #            http://dev.gentoo.org/~wrobel/layman/global-overlays.xml
31 #            http://mydomain.org/my-layman-list.xml
32 #            file:///usr/portage/local/layman/my-list.xml
34 overlays  : file://%(storage)s/../../overlays.txt
36 #-----------------------------------------------------------
37 # Proxy support
39 #proxy  : http://[user:pass@]www.my-proxy.org:3128
41 #-----------------------------------------------------------
42 # Strict checking of overlay definitions
44 # Set either to "yes" or "no". If "no" layman will issue
45 # warnings if an overlay definition is missing either 
46 # description or contact information.
48 nocheck  : yes
50 #-----------------------------------------------------------
51 # Umask settings
53 # layman should usually work with a umask of 0022. You should
54 # only change this setting if you are absolutely certain that
55 # you know what you are doing.
57 #umask  : 0022