On Friday 08 December 2006 19:16, Mark Knecht wrote:
> On 12/8/06, Alan McKinnon <[EMAIL PROTECTED]> wrote:
> > On Friday 08 December 2006 18:20, Mark Knecht wrote:
> > > Thanks all for answering. Now it's much clearer why this is
> > > happening.
> > >
> > > Alan - do you use some sort of extra config for eix? Your output
> > > is far more readable.
> >
> > Nope, it's a default setup, but probaly an outdated default (see
> > other mail). I'd post the eixrc here, but it's 27k.
> >
> > I can send you a copy direct if you want to plough through it and
> > see why mine is different
> >
> > alan
> >
> > --
> > gentoo-user@gentoo.org mailing list
>
> 27K? Mine is one line which is commented out!!!
>
> #PORTDIR_CACHE_METHOD='cdb'
>
> I re-emerged eix and it doesn't install eixrc at all. If you wouldn't
> mind please do send it along off list. I'd like to look through it.
>
> Thanks,
> Mark
# BOOLEAN
# Whether --quick is on by default.
QUICKMODE='false'

# BOOLEAN
# Whether --care is on.
CAREMODE='false'

# BOOLEAN
# Whether --quiet is on by default.
QUIETMODE='false'

# BOOLEAN
# If true, diff-eix will only consider version changes for installed packages.
DIFF_ONLY_INSTALLED='false'

# BOOLEAN
# If true, diff-eix will not consider slots for version changes.
DIFF_NO_SLOTS='false'

# STRING
# Defines whether --compact or --verbose is on by default.
DEFAULT_FORMAT='normal'

# BOOLEAN
# This variable is used for delayed substitution.
# It defines whether all information lines are printed (even if empty).
PRINT_ALWAYS='false'

# BOOLEAN
# This variable is used for delayed substitution.
# It defines whether diff-eix will output installed versions.
DIFF_PRINT_INSTALLED='true'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for the title texts.
COLOR_TITLE='green'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the name of packages.
COLOR_NAME='default,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the category of packages.
COLOR_CATEGORY=''

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the category of system packages.
COLOR_CATEGORY_SYSTEM='yellow'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing upgrade recommendation texts.
COLOR_UPGRADE_TEXT='cyan,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing downgrade recommendation texts.
COLOR_DOWNGRADE_TEXT='purple,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing upgrade recommendation tags.
COLOR_UPGRADE='%{COLOR_UPGRADE_TEXT};inverse'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing downgrade recommendation tags.
COLOR_DOWNGRADE='%{COLOR_DOWNGRADE_TEXT};inverse'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for "better version" tags (diff-eix).
DIFF_COLOR_BETTER='yellow,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for "worse version" tags (diff-eix).
DIFF_COLOR_WORSE='red,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for "new package" tags (diff-eix).
DIFF_COLOR_NEW_TAG='%{DIFF_COLOR_NEW}'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for "new package" separators (diff-eix).
DIFF_COLOR_NEW='%{COLOR_TITLE},1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for "deleted package" separators (diff-eix).
DIFF_COLOR_DELETE='red,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for "changed package" separators (diff-eix).
DIFF_COLOR_CHANGED='yellow'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for tagging installed packages.
COLOR_INST_TAG='%{COLOR_TITLE},1;inverse'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for tagging uninstalled packages.
COLOR_UNINST_TAG='%{COLOR_TITLE}'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the date.
COLOR_DATE='purple'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the set useflags.
COLOR_SET_USE='red,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the unset useflags.
COLOR_UNSET_USE='black,1'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing the version of installed packages.
COLOR_INST_VERSION='blue,1;%{MARK_INSTALLED}'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for the title texts for installed versions.
COLOR_INST_TITLE='blue'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing a marked version of a packages.
COLOR_MARKED_VERSION='%{COLOR_MARKED_NAME}'

# STRING
# This variable is used for delayed substitution.
# It defines the color used for printing a marked package name.
COLOR_MARKED_NAME='red,1;%{MARK_VERSIONS}'

# STRING
# This variable is used for delayed substitution.
# It defines the character printed for upgrade recommendations.
CHAR_UPGRADE='U'

# STRING
# This variable is used for delayed substitution.
# It defines the character printed for downgrade recommendations.
CHAR_DOWNGRADE='D'

# STRING
# This variable is used for delayed substitution.
# It defines the character printed for installed packages.
CHAR_INSTALLED='I'

# STRING
# This variable is used for delayed substitution.
# It defines the character printed for uninstalled packages.
CHAR_UNINSTALLED='%{DIFF_CHAR_NEW}'

# STRING
# This variable is used for delayed substitution.
# It defines the character printed for new packages (diff-eix).
DIFF_CHAR_NEW='N'

# STRING
# This variable is used for delayed substitution.
# It defines the character used for "better version" tags (diff-eix).
DIFF_CHAR_BETTER='>'

# STRING
# This variable is used for delayed substitution.
# It defines the character used for "worse version" tags (diff-eix).
DIFF_CHAR_WORSE='\<'

# STRING
# This variable is used for delayed substitution.
# It defines the string used for "plain" tagging installed packages.
STRING_PLAIN_INSTALLED='%{STRING_PLAIN_UNINSTALLED}'

# STRING
# This variable is used for delayed substitution.
# It defines the string used for "plain" tagging unintalled packages.
STRING_PLAIN_UNINSTALLED='*'

# STRING
# This variable is used for delayed substitution.
# It defines the string used for "new package" separators (diff-eix).
DIFF_STRING_NEW='>>'

# STRING
# This variable is used for delayed substitution.
# It defines the string used for "deleted package" separators (diff-eix).
DIFF_STRING_DELETE='\<\<'

# STRING
# This variable is used for delayed substitution.
# It defines the string used for "changed package" separators (diff-eix).
DIFF_STRING_CHANGED='=='

# STRING
# This variable is used for delayed substitution.
# It defines the format used for printing installed versions normally.
INSTALLEDVERSIONS='<installedversions:(%{COLOR_INST_VERSION}):():::(%{COLOR_DATE})\(:\)():\(:\):(%{COLOR_SET_USE}):():(%{COLOR_UNSET_USE})-:()>'

# STRING
# This variable is used for delayed substitution.
# It defines the format used for printing installed versions compactly.
INSTALLEDVERSIONS_COMPACT='<installedversionsshortdate:(%{COLOR_INST_VERSION}):():()::@(%{COLOR_DATE}):():\(:\):(%{COLOR_SET_USE}):():(%{COLOR_UNSET_USE})-:()>'

# STRING
# This variable is used for delayed substitution.
# It defines the format used for printing installed versions verbosely.
INSTALLEDVERSIONS_VERBOSE='<installedversions:(%{COLOR_INST_TITLE})Version\\:() 
(%{COLOR_INST_VERSION}):():()::\n                          
(%{COLOR_INST_TITLE})Date\\:()    (%{COLOR_DATE}):():\n                         
 (%{COLOR_INST_TITLE})USE\\:()     
::(%{COLOR_SET_USE}):():(%{COLOR_UNSET_USE})-:():\n                          >'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the "normal" format for a line with installed versions.
FORMATLINE_INSTALLEDVERSIONS='%{!PRINT_ALWAYS}{installedversionsshort}%{}     
(%{COLOR_TITLE})Installed versions:()  
%{?PRINT_ALWAYS}{installedversionsshort}%{}%{INSTALLEDVERSIONS}%{?PRINT_ALWAYS}{else}None{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the verbose format for a line with installed versions.
FORMATLINE_INSTALLEDVERSIONS_VERBOSE='%{!PRINT_ALWAYS}{installedversionsshort}%{}
     (%{COLOR_TITLE})Installed versions:()  
%{?PRINT_ALWAYS}{installedversionsshort}%{}%{INSTALLEDVERSIONS_VERBOSE}%{?PRINT_ALWAYS}{else}None{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for diff-eix for installed versions.
DIFF_FORMATLINE_INSTALLEDVERSIONS='{installedversionsshort}%{INSTALLEDVERSIONS_COMPACT};
 {}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the printing the package name.
FORMAT_NAME='{system}(%{COLOR_CATEGORY_SYSTEM}){else}(%{COLOR_CATEGORY}){}<category>()/{marked}(%{COLOR_MARKED_NAME}){else}(%{COLOR_NAME}){}<name>()'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the normal header symbols.
FORMAT_HEADER='{installedversionsshort}[{upgrade}(%{COLOR_UPGRADE})%{CHAR_UPGRADE}{}{downgrade}(%{COLOR_DOWNGRADE})%{CHAR_DOWNGRADE}{}{!recommend}(%{COLOR_INST_TAG})%{CHAR_INSTALLED}{}()]{else}(%{COLOR_UNINST_TAG})%{STRING_PLAIN_UNINSTALLED}{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the verbose header symbols.
FORMAT_HEADER_VERBOSE='{installedversionsshort}(%{COLOR_INST_TAG})%{STRING_PLAIN_INSTALLED}{else}(%{COLOR_UNINST_TAG})%{STRING_PLAIN_UNINSTALLED}{}()'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the compact header symbols.
FORMAT_HEADER_COMPACT='[{installedversionsshort}{recommend}{upgrade}(%{COLOR_UPGRADE})%{CHAR_UPGRADE}{}{downgrade}(%{COLOR_DOWNGRADE})%{CHAR_DOWNGRADE}{}{else}{!recommend}(%{COLOR_INST_TAG})%{CHAR_INSTALLED}{}(){}{else}(%{COLOR_UNINST_TAG})%{CHAR_UNINSTALLED}{}()]'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the diff-new header symbols.
DIFF_FORMAT_HEADER_NEW='[{upgrade}(%{COLOR_UPGRADE})%{CHAR_UPGRADE}{}{downgrade}(%{COLOR_DOWNGRADE})%{CHAR_DOWNGRADE}{}{!recommend}(%{DIFF_COLOR_NEW_TAG})%{DIFF_CHAR_NEW}{}()()]{upgrade}{!downgrade}
 {}{else} {} (%{DIFF_COLOR_NEW})%{DIFF_STRING_NEW}()'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the diff-delete header symbols.
DIFF_FORMAT_HEADER_DELETE='{installedversionsshort}[(%{COLOR_DOWNGRADE})%{CHAR_DOWNGRADE}]{else}
   {}  (%{DIFF_COLOR_DELETE})%{DIFF_STRING_DELETE}()'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the diff-changed header symbols.
DIFF_FORMAT_HEADER_CHANGED='[{upgrade}(%{COLOR_UPGRADE})%{CHAR_UPGRADE}{}{downgrade}(%{COLOR_DOWNGRADE})%{CHAR_DOWNGRADE}{}{recommend}(){}{!upgrade}{better}(%{DIFF_COLOR_BETTER})%{DIFF_CHAR_BETTER}{}{}{!downgrade}{worse}(%{DIFF_COLOR_WORSE})%{DIFF_CHAR_WORSE}{}{}{!recommend}(){}]{!upgrade}{!better}
 {}{}{!downgrade}{!worse} {}{} (%{DIFF_COLOR_CHANGED})%{DIFF_STRING_CHANGED}()'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the compact format for the best versions/slots.
FORMAT_BESTSLOTS_COMPACT='{bestshort}<bestslots>{else}<availableversions>{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the diff-eix format for the best versions/slots.
DIFF_FORMAT_BESTSLOTS='%{FORMAT_BESTSLOTS_COMPACT}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the diff-eix format for changed versions.
DIFF_FORMAT_CHANGED_VERSIONS='%{?DIFF_PRINT_INSTALLED}%{DIFF_FORMATLINE_INSTALLEDVERSIONS}%{}{oldbestshort}<oldbestslots>{else}<oldavailableversions>{}()
 -> %{DIFF_FORMAT_BESTSLOTS}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the printing the optional overlay key.
FORMAT_OVERLAYKEY='{overlaykey} <overlaykey>{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the normal header line.
FORMATLINE_NAME='%{FORMAT_HEADER} %{FORMAT_NAME}%{FORMAT_OVERLAYKEY}\n'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the verbose header line.
FORMATLINE_NAME_VERBOSE='%{FORMAT_HEADER_VERBOSE} 
%{FORMAT_NAME}%{FORMAT_OVERLAYKEY}\n'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the compact header line.
FORMATLINE_NAME_COMPACT='%{FORMAT_HEADER_COMPACT} 
%{FORMAT_NAME}%{FORMAT_OVERLAYKEY}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the diff-new header symbols.
DIFF_FORMATLINE_NAME_NEW='%{DIFF_FORMAT_HEADER_NEW} %{FORMAT_NAME} '

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the diff-delete header symbols.
DIFF_FORMATLINE_NAME_DELETE='%{DIFF_FORMAT_HEADER_DELETE} %{FORMAT_NAME} '

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for the diff-changed header symbols.
DIFF_FORMATLINE_NAME_CHANGED='%{DIFF_FORMAT_HEADER_CHANGED} %{FORMAT_NAME} '

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with installed versions.
FORMATLINE_AVAILABLEVERSIONS='     (%{COLOR_TITLE})Available versions:()  
<availableversions>\n'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the diff-eix line for the best versions/slots.
DIFF_FORMATLINE_BESTSLOTS='\(%{DIFF_FORMAT_BESTSLOTS}())'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the diff-eix line for changed versions.
DIFF_FORMATLINE_CHANGED_VERSIONS='\(%{DIFF_FORMAT_CHANGED_VERSIONS})'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with marked versions.
FORMATLINE_MARKEDVERSIONS='%{!PRINT_ALWAYS}{marked}%{}     
(%{COLOR_TITLE})Marked:()%{?PRINT_ALWAYS}{marked}%{}              
(%{COLOR_MARKED_VERSION})<markedversions>()%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with the package homepage.
FORMATLINE_HOMEPAGE='%{!PRINT_ALWAYS}{homepage}%{}     
(%{COLOR_TITLE})Homepage:()%{?PRINT_ALWAYS}{homepage}%{}            
<homepage>%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with the package description.
FORMATLINE_DESCRIPTION='%{!PRINT_ALWAYS}{description}%{}     
(%{COLOR_TITLE})Description:()%{?PRINT_ALWAYS}{description}%{}         
<description>%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with the best versions/slots.
FORMATLINE_BESTSLOTS='%{!PRINT_ALWAYS}{bestshort}%{}     (%{COLOR_TITLE})Best 
versions/slot:()%{?PRINT_ALWAYS}{bestshort}%{}  
<bestslots>%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with the up-/downgrade recommendations.
FORMATLINE_RECOMMEND='%{!PRINT_ALWAYS}{recommend}%{}     
(%{COLOR_TITLE})Recommendation:()%{?PRINT_ALWAYS}{recommend}%{}      
{upgrade}(%{COLOR_UPGRADE_TEXT})Upgrade(){downgrade} and 
{}{}{downgrade}(%{COLOR_DOWNGRADE_TEXT})Downgrade(){}%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with the package provides.
FORMATLINE_PROVIDE='%{!PRINT_ALWAYS}{provide}%{}     
(%{COLOR_TITLE})Provides:()%{?PRINT_ALWAYS}{provide}%{}            
<provide>%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for a line with the package licenses.
FORMATLINE_LICENSES='%{!PRINT_ALWAYS}{licenses}%{}     
(%{COLOR_TITLE})License:()%{?PRINT_ALWAYS}{licenses}%{}             
<licenses>%{?PRINT_ALWAYS}{}\n%{else}\n{}%{}'

# STRING
# This variable is used for delayed substitution in *FORMAT_* strings.
# It defines the format for diff-eix after the versions.
DIFF_FORMATLINE='%{FORMAT_OVERLAYKEY}: <description>'

# STRING
# Define the format for the normal output of searches.
FORMAT='%{FORMATLINE_NAME}%{FORMATLINE_AVAILABLEVERSIONS}%{FORMATLINE_INSTALLEDVERSIONS}%{FORMATLINE_MARKEDVERSIONS}%{FORMATLINE_HOMEPAGE}%{FORMATLINE_DESCRIPTION}'

# STRING
# Define the compact output shown when -c is used.
FORMAT_COMPACT='%{FORMATLINE_NAME_COMPACT} 
\({marked}(%{COLOR_MARKED_VERSION})<markedversions>(); 
{}{installedversionsshort}%{INSTALLEDVERSIONS_COMPACT}{recommend} -> 
%{FORMAT_BESTSLOTS_COMPACT}{}{else}%{FORMAT_BESTSLOTS_COMPACT}{}()\): 
<description>'

# STRING
# Defines the verbose output for eix (-v).
FORMAT_VERBOSE='%{FORMATLINE_NAME_VERBOSE}%{FORMATLINE_AVAILABLEVERSIONS}%{FORMATLINE_INSTALLEDVERSIONS_VERBOSE}%{FORMATLINE_BESTSLOTS}%{FORMATLINE_RECOMMEND}%{FORMATLINE_MARKEDVERSIONS}%{FORMATLINE_HOMEPAGE}%{FORMATLINE_DESCRIPTION}%{FORMATLINE_PROVIDE}%{FORMATLINE_LICENSES}'

# STRING
# Define the format used for new packages.
DIFF_FORMAT_NEW='%{DIFF_FORMATLINE_NAME_NEW}%{DIFF_FORMATLINE_BESTSLOTS}%{DIFF_FORMATLINE}'

# STRING
# Define the format used for packages that were deleted.
DIFF_FORMAT_DELETE='%{DIFF_FORMATLINE_NAME_DELETE}%{DIFF_FORMATLINE_BESTSLOTS}%{DIFF_FORMATLINE}'

# STRING
# Define the format used for packages that were deleted.
DIFF_FORMAT_CHANGED='%{DIFF_FORMATLINE_NAME_CHANGED}%{DIFF_FORMATLINE_CHANGED_VERSIONS}%{DIFF_FORMATLINE}'

# STRING
# strftime() format for printing the installation date in long form
FORMAT_INSTALLATION_DATE='%X %x'

# STRING
# strftime() format for printing the installation date in short form
FORMAT_SHORT_INSTALLATION_DATE='%x'

# BOOLEAN
# Printf-like format for printing useflags for installed packages
FORMAT_INSTALLED_USE='%s'

# STRING
# Define color for masked versions.
COLOR_MASKED='red'

# STRING
# Define color for unstable versions
COLOR_UNSTABLE='yellow'

# STRING
# Define color for stable versions
COLOR_STABLE='green'

# STRING
# Color for the overlaykey in version listings.
COLOR_OVERLAYKEY='cyan,1'

# STRING
# Color for the overlaykey for virtual overlays in version listings.
COLOR_VIRTUALKEY='purple,1'

# STRING
# Color for slots.
COLOR_SLOTS='red,1'

# STRING
# How installed packages are marked in version listings.
MARK_INSTALLED='inverse'

# STRING
# How the package versions passed with --pipe are marked in version listings.
MARK_VERSIONS='underline'

# BOOLEAN
# This turns --force-color on for every query.
FORCE_USECOLORS='false'

# BOOLEAN
# If false, versions are only colored according to the local setting.
COLOR_ORIGINAL='true'

# BOOLEAN
# If false, COLOR_ORIGINAL=false has no effect on versions which are only 
locally masked (i.e. [m]).
COLOR_LOCAL_MASK='false'

# BOOLEAN
# Defines whether --versionsorted is on by default.
STYLE_VERSION_SORTED='false'

# BOOLEAN
# Defines whether --versionlines is on by default.
STYLE_VERSION_LINES='false'

# BOOLEAN
# If false, the slotnames appended to versions are not colored.
COLORED_SLOTS='true'

# BOOLEAN
# If true, slots are separated from the version names with a colon instead of 
braces.
COLON_SLOTS='false'

# BOOLEAN
# Keep database small at the cost of never honoring keywords of other ARCH
SMALL_EIX_DATABASE='false'

# BOOLEAN
# Whether default concatenation of queries is -o (or) or -a (and)
DEFAULT_IS_OR='false'

# BOOLEAN
# Whether checks for duplicate packages occur only among overlays
DUP_PACKAGES_ONLY_OVERLAYS='false'

# BOOLEAN
# Whether checks for duplicate versions occur only among overlays
DUP_VERSIONS_ONLY_OVERLAYS='false'

# STRING
# Which overlays to list (all/all-if-used/all-used/all-used-renumbered/no)
OVERLAYS_LIST='all-used-renumbered'

# INTEGER
# Defines the default maximal levensthein for which a string is considered a 
match.
LEVENSHTEIN_DISTANCE='2'

# STRING
# Portage cache-backend that should be used for PORTDIR 
(metadata/flat/cdb/none/backport/eix[:file[:nr]]
PORTDIR_CACHE_METHOD='metadata'

# STRING
# Portage cache-backend that should be used for the overlays 
(metadata/flat/cdb/none/backport/eix[:file[:nr]]).
OVERLAY_CACHE_METHOD='none'

# STRING
# Overrides OVERLAY_CACHE_METHOD or PORTDIR_CACHE_METHOD for certain 
directories.
# This is a list of pairs DIR-PATTERN METHOD. Later entries take precedence.
CACHE_METHOD=''

# STRING
# This variable is added to CACHE_METHOD.
# This variable is meant to be set only locally.
ADD_CACHE_METHOD=''

# STRING
# This variable can override the choices of CACHE_METHOD/ADD_CACHE_METHOD
# and in addition it can override the choices made by KEEP_VIRTUALS.
OVERRIDE_CACHE_METHOD=''

# STRING
# This variable is added to OVERRIDE_CACHE_METHOD.
# This variable is meant to be set only locally.
ADD_OVERRIDE_CACHE_METHOD=''

# STRING
# List of overlays that should be excluded from the index.
EXCLUDE_OVERLAY=''

# STRING
# List of overlays that should be added to the index.
ADD_OVERLAY=''

# BOOLEAN
# Keep virtuals of the old cache file by adding corresponding entriesimplicitly 
to the values of ADD_OVERLAY and ADD_CACHE_METHOD
KEEP_VIRTUALS='true'

# BOOLEAN
# If false, /etc/portage and ACCEPT_KEYWORDS are ignored.
LOCAL_PORTAGE_CONFIG='true'

# BOOLEAN
# if true, eix -u will match according to local settings
UPGRADE_ALWAYS_LOCAL='true'

# BOOLEAN
# if true, up-/downgrade recommendations accord always to local settings
RECOMMEND_ALWAYS_LOCAL='true'

# BOOLEAN
# If true, upgrade tests succeed for installed packages with new higher slots
UPGRADE_TO_HIGHEST_SLOT='true'

# BOOLEAN
# If false, no slot information is printed.
PRINT_SLOTS='true'

# BOOLEAN
# If true, always print the number of matches in the last line.
PRINT_COUNT_ALWAYS='false'

# STRING
# Tag for "profile masked" versions.
TAG_FOR_PROFILE='[P]'

# STRING
# Tag for "package.masked" versions.
TAG_FOR_MASKED='[M]'

# STRING
# Tag for "originally profile masked but unmasked" versions.
TAG_FOR_EX_PROFILE='{P}'

# STRING
# Tag for "originally package.masked but unmasked" versions.
TAG_FOR_EX_MASKED='{M}'

# STRING
# Tag for "only locally masked" versions.
TAG_FOR_LOCALLY_MASKED='[m]'

# STRING
# Tag for "stable" versions.
TAG_FOR_STABLE=''

# STRING
# Tag for "unstable" versions.
TAG_FOR_UNSTABLE='~'

# STRING
# Tag for "-*" versions.
TAG_FOR_MINUS_ASTERISK='*'

# STRING
# Tag for "-ARCH" versions.
TAG_FOR_MINUS_KEYWORD='-'

# STRING
# Tag for "missing keyword" versions.
TAG_FOR_MISSING_KEYWORD='!'

# STRING
# Tag for "strange keyword" versions.
TAG_FOR_OTHER='?'

# STRING
# Tag for "originally unstable but now stable" versions.
TAG_FOR_EX_UNSTABLE='(~)'

# STRING
# Tag for "originally -* but now stable" versions.
TAG_FOR_EX_MINUS_ASTERISK='(*)'

# STRING
# Tag for "originally -ARCH but now stable" versions.
TAG_FOR_EX_MINUS_KEYWORD='(-)'

# STRING
# Tag for "originally missing keyword but now stable" versions.
TAG_FOR_EX_MISSING_KEYWORD='(!)'

# STRING
# Tag for "originally strange keyword but now stable" versions.
TAG_FOR_EX_OTHER='(?)'

# STRING
# Use NAME as default matchfield if the search string match the given extended 
regex.
MATCH_NAME_IF='.*'

# STRING
# Use DESCRIPTION as default matchfield if the search string match the given 
extended regex.
MATCH_DESCRIPTION_IF='.*'

# STRING
# Use LICENSE as default matchfield if the search string match the given 
extended regex.
MATCH_LICENSE_IF='.*'

# STRING
# Use CATEGORY as default matchfield if the search string match the given 
extended regex.
MATCH_CATEGORY_IF='.*'

# STRING
# Use CATEGORY_NAME as default matchfield if the search string match the given 
extended regex.
MATCH_CATEGORY_NAME_IF='/'

# STRING
# Use HOMEPAGE as default matchfield if the search string match the given 
extended regex.
MATCH_HOMEPAGE_IF='.*'

# STRING
# Use PROVIDE as default matchfield if the search string match the given 
extended regex.
MATCH_PROVIDE_IF='^virtual/'

# STRING
# Try the regex from MATCH_(.*)_IF in this order. Use whitespaces as delimiter.
MATCH_ORDER='PROVIDE CATEGORY_NAME NAME'

# BOOLEAN
# Defines whether empty entries in /etc/portage/package.* are shown with -t.
TEST_FOR_EMPTY='true'

# BOOLEAN
# Defines whether non-existing installed versions are positive for -T.
TEST_FOR_NONEXISTENT='true'

# BOOLEAN
# Defines whether masked versions are non-existent for TEST_FOR_NONEXISTENT.
NONEXISTENT_IF_MASKED='true'

# BOOLEAN
# Defines whether redundant entries are positive for -T.
TEST_FOR_REDUNDANCY='true'

# STRING
# Applies if /etc/portage/package.keywords lists the same keyword twice
# for the versions in question.
REDUNDANT_IF_DOUBLE='some'

# STRING
# Applies if /etc/portage/package.keywords has two lines for identical target.
REDUNDANT_IF_DOUBLE_LINE='some'

# STRING
# Applies if /etc/portage/package.keywords lists two different keywords,
# e.g. ~ARCH and -*, for the versions in question.
REDUNDANT_IF_MIXED='some'

# STRING
# Applies if /etc/portage/package.keywords lists a keywords which can
# be replaced by a weaker keyword, e.g. -* or ~OTHERARCH or OTHERARCH
# in place of ~ARCH, or ~OTHERARCH in place of OTHERARCH,
# for the versions in question.
REDUNDANT_IF_WEAKER='all-installed'

# STRING
# Applies if /etc/portage/package.keywords lists a strange keyword
# e.g. UNKNOWNARCH (unknown to the .ebuild) or -OTHERARCH,
# for the versions in question.
REDUNDANT_IF_STRANGE='some'

# STRING
# Applies if /etc/portage/package.keywords provides keywords which do not
# change the availability keywords status for the versions in question.
REDUNDANT_IF_NO_CHANGE='all-installed'

# STRING
# Applies if /etc/portage/package.mask contains entries
# which do not change the mask status for the versions in question.
REDUNDANT_IF_MASK_NO_CHANGE='all-uninstalled'

# STRING
# Applies if /etc/portage/package.unmask contains entries
# which do not change the mask status for the versions in question.
REDUNDANT_IF_UNMASK_NO_CHANGE='all-installed'

# STRING
# Applies if /etc/portage/package.mask matches twice
# for the versions in question.
REDUNDANT_IF_DOUBLE_MASKED='some'

# STRING
# Applies if /etc/portage/package.unmask matches twice
# for the versions in question.
REDUNDANT_IF_DOUBLE_UNMASKED='some'

# STRING
# Applies if /etc/portage/package.use matches twice
REDUNDANT_IF_DOUBLE_USE='some'

# STRING
# Applies if /etc/portage/package.cflags matches twice
REDUNDANT_IF_DOUBLE_CFLAGS='some'

# STRING
# Applies if /etc/portage/package.keywords contains a matching entry
REDUNDANT_IF_IN_KEYWORDS='-some'

# STRING
# Applies if /etc/portage/package.mask matches
REDUNDANT_IF_IN_MASK='-some'

# STRING
# Applies if /etc/portage/package.mask matches
REDUNDANT_IF_IN_UNMASK='-some'

# STRING
# Applies if /etc/portage/package.use matches
REDUNDANT_IF_IN_USE='-some'

# STRING
# Applies if /etc/portage/package.cflags matches
REDUNDANT_IF_IN_CFLAGS='-some'

# STRING
# This variable is ignored. You can use it to collect delayed references to
# locally added (unused) variables so that they are printed with --dump.
DUMMY=''

Reply via email to