<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>conf/make.conf</filename>
    </added>
    <added>
      <filename>make.conf</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -82,18 +82,8 @@ function parseconfig(){
 # Use configuration files in this directory
 test -z &quot;$etc&quot; &amp;&amp; etc=&quot;/etc/paludis&quot;	
 
-## Set static, package-independent variabled here
-CHOST=&quot;i686-pc-linux-gnu&quot;
-
-ESCM_LOGDIR=&quot;/var/log/paludis/subversion&quot;
-
-CCACHE_DIR=&quot;/var/tmp/ccache/&quot;
-SANDBOX_WRITE=&quot;${SANDBOX_WRITE}:${CCACHE_DIR}&quot;
-
-alias cmake=&quot;cmake -Wno-dev&quot;
-
-## End of static variables
-
+# Source make.conf for static variables
+source &quot;$etc/make.conf&quot;
 
 # Set CC
 if test -z &quot;$CC&quot;; then</diff>
      <filename>bashrc</filename>
    </modified>
    <modified>
      <diff>@@ -51,3 +51,17 @@ CATEGORY=&quot;app-emulation&quot;
 PN=&quot;wine&quot;
 SLOT=&quot;0&quot;
 CC=&quot;gcc&quot; check &quot;gcc&quot; &quot;-march=native -pipe -O2&quot; &quot;4&quot;
+
+# Test 5: static variables
+CATEGORY=&quot;dev-foo&quot;
+PN=&quot;bar&quot;
+SLOT=&quot;0&quot;
+
+source ./bashrc
+if [[ $CHOST == &quot;i686-pc-linux-gnu&quot; ]]; then
+	echo &quot;Test 5: success&quot;
+else
+	echo &quot;Test 5: failure&quot;
+	echo &quot;CHOST=&quot;${CHOST}&quot;&quot;
+fi
+</diff>
      <filename>test.bash</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3cbea431c3dd41acdef9ef90fffb6b11391e35df</id>
    </parent>
  </parents>
  <author>
    <name>Erik Hahn</name>
    <email>erikholgerhahn@web.de</email>
  </author>
  <url>http://github.com/ehahn/paludis-bashrc/commit/2fd9a5635c79f1fa5043f39de9cefa8cd2ceb94d</url>
  <id>2fd9a5635c79f1fa5043f39de9cefa8cd2ceb94d</id>
  <committed-date>2008-08-30T12:57:43-07:00</committed-date>
  <authored-date>2008-08-30T12:57:43-07:00</authored-date>
  <message>Outsource static variables into make.conf</message>
  <tree>346e224a2f14bb7a7c5f98a242ea3ba4f98033af</tree>
  <committer>
    <name>Erik Hahn</name>
    <email>erikholgerhahn@web.de</email>
  </committer>
</commit>
