spacepaste

  1.  
  2. $ cat /etc/eixrc/00-eixrc
  3. # /etc/eixrc/00-eixrc
  4. #
  5. # All non-hidden files in /etc/eixrc
  6. # (or a subdirectory thereof) are read in alphabetical order.
  7. #
  8. # In these files system-wide defaults for variables related to eix can
  9. # be stored, i.e. the variables set in files override the built-in defaults.
  10. # Both can be overridden by ~/.eixrc and by environment variables.
  11. #
  12. # It is strongly recommended to set here only those variables which you
  13. # want to *differ* from the built-in defaults (or for which you have a
  14. # particular reason why the default should never change with an eix update).
  15. #
  16. # *Otherwise you might miss changes in the defaults in newer eix versions*
  17. # which may result in confusing behavior of the eix binaries.
  18. #
  19. # If you want to get a file containing the setting of all related variables
  20. # in the current/defaults state, redirect the output of options --dump
  21. # or --dump-defaults, respectively.
  22. #
  23. # However once more: To avoid unexpected problems
  24. #
  25. # *IT IS NOT RECOMMENDED TO SET _ALL_ VARIABLES* in /etc/eixrc/*
  26. #
  27. # Only set those for which you have a reason to do so!
  28. #
  29. # For the available variables and their defaults, see the output of the
  30. # options --dump or --dump-defaults.
  31. # For more detailed explanations see the manpage of eix.
  32. #https://wiki.gentoo.org/wiki/Project:Portage/Sync https://wiki.gentoo.org/wiki/Eix https://wiki.gentoo.org/wiki/Layman
  33. EIX_LIMIT=0
  34. EIX_LIMIT_COMPACT=0
  35. ## tell eix to not drop this remote index after eix-update
  36. #KEEP_VIRTUALS=true
  37. ## eix-update can utilize the metadata cache generated by emerge --regen for a speedup and better accuracy. To enable this
  38. OVERLAY_CACHE_METHOD="assign"
  39. ## Igual com usar eix -R per defecte
  40. REMOTE_DEFAULT=1
  41. $ cat /etc/eixrc/eix-sync.conf
  42. ## Regenerate overlay metadata
  43. #@emerge --regen || true
  44. ## To download the most current remote data at every call of eix-sync
  45. ## https://lists.gt.net/gentoo/user/274452
  46. @StatusInfo Downloading remote1
  47. @eix-remote fetch1
  48.