From: root Date: Sat, 7 Jan 2017 09:59:52 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=86ed6d624ba39fb21e4c7f2a5979a805d6395353;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 2feb138..59b5ab4 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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 4047829..26b7b4d 100644 --- 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 index 0000000..6dd8002 --- /dev/null +++ b/env.d/65python-docs @@ -0,0 +1 @@ +PYTHONDOCS="/usr/share/doc/python-docs-2.7.10/html/library" diff --git a/profile.env b/profile.env index c0ca7fd..824621f 100644 --- a/profile.env +++ b/profile.env @@ -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'