saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-02-27 01:58:55 +01:00
committed by root
commit b3cea8d893
2385 changed files with 507432 additions and 0 deletions

38
eixrc/00-eixrc Normal file
View File

@@ -0,0 +1,38 @@
# /etc/eixrc/00-eirc
#
# All non-hidden files in /etc/eixrc
# (or a subdirectory thereof) are read in alphabetical order.
#
# In these files system-wide defaults for variables related to eix can
# be stored, i.e. the variables set in files override the built-in defaults.
# Both can be overridden by ~/.eixrc and by environment variables.
#
# It is strongly recommended to set here only those variables which you
# want to *differ* from the built-in defaults (or for which you have a
# particular reason why the default should never change with an eix update).
#
# *Otherwise you might miss changes in the defaults in newer eix versions*
# which may result in confusing behavior of the eix binaries.
#
# If you want to get a file containing the setting of all related variables
# in the current/defaults state, redirect the output of options --dump
# or --dump-defaults, respectively.
#
# However once more: To avoid unexpected problems
#
# *IT IS NOT RECOMMENDED TO SET _ALL_ VARIABLES* in /etc/eixrc/*
#
# Only set those for which you have a reason to do so!
#
# For the available variables and their defaults, see the output of the
# options --dump or --dump-defaults.
# For more detailed explanations see the manpage of eix.
EIX_LIMIT=0
EIX_LIMIT_COMPACT=0
COLORSCHEME1=%{COLORSCHEME0}
COLOR_INST_VERSION="yellow,1;black"
FORMAT="{*modus=normal}%{FORMATLINE_NAME}%{FORMATLINE_AVAILABLEVERSIONS}%{FORMATLINE_INSTALLEDVERSIONS}%{FORMATLINE_MARKEDVERSIONS}%{FORMATLINE_HOMEPAGE}%{FORMATLINE_DESCRIPTION}%{FORMATLINE_LICENSES}%{FORMAT_FINISH}"