]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Sat, 7 Jan 2017 09:59:52 +0000 (10:59 +0100)
committerroot <root@helga.brehm-online.com>
Sat, 7 Jan 2017 09:59:52 +0000 (10:59 +0100)
.etckeeper
csh.env
env.d/65python-docs [new file with mode: 0644]
profile.env

index 2feb1385d2ade5f9e2b011dd7df8c7fedf8ee0ce..59b5ab406ba282a380f6d41da51f29c0e0fe97cf 100755 (executable)
@@ -1220,6 +1220,7 @@ maybe chmod 0644 'env.d/50ncurses'
 maybe chmod 0644 'env.d/50postgresql'
 maybe chmod 0644 'env.d/60ladspa'
 maybe chmod 0644 'env.d/60python-docs-2.7'
+maybe chmod 0644 'env.d/65python-docs'
 maybe chmod 0644 'env.d/70less'
 maybe chmod 0644 'env.d/80mercurial'
 maybe chmod 0644 'env.d/80subversion-extras'
diff --git a/csh.env b/csh.env
index 40478298acc38eb9a90676fafc58069ab5dcb16f..26b7b4de64adf625506884148ff918d0417d1d31 100644 (file)
--- a/csh.env
+++ b/csh.env
@@ -18,6 +18,7 @@ setenv MULTIOSDIRS '../lib64:../lib32'
 setenv OPENGL_PROFILE 'xorg-x11'
 setenv PAGER '/usr/bin/less'
 setenv PATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/lib64/subversion/bin'
+setenv PYTHONDOCS '/usr/share/doc/python-docs-2.7.10/html/library'
 setenv PYTHONDOCS_2_7 '/usr/share/doc/python-docs-2.7.10/html/library'
 setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/lib64/subversion/bin'
 setenv XDG_CONFIG_DIRS '/etc/xdg'
diff --git a/env.d/65python-docs b/env.d/65python-docs
new file mode 100644 (file)
index 0000000..6dd8002
--- /dev/null
@@ -0,0 +1 @@
+PYTHONDOCS="/usr/share/doc/python-docs-2.7.10/html/library"
index c0ca7fd625d28550d458113e40680252b6c86f66..824621faa0307454a1d5be246ddad60c2e6a1c57 100644 (file)
@@ -18,6 +18,7 @@ export MULTIOSDIRS='../lib64:../lib32'
 export OPENGL_PROFILE='xorg-x11'
 export PAGER='/usr/bin/less'
 export PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/lib64/subversion/bin'
+export PYTHONDOCS='/usr/share/doc/python-docs-2.7.10/html/library'
 export PYTHONDOCS_2_7='/usr/share/doc/python-docs-2.7.10/html/library'
 export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/lib64/subversion/bin'
 export XDG_CONFIG_DIRS='/etc/xdg'