packages 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Copyright 1999-2014 Gentoo Foundation.
  2. # Distributed under the terms of the GNU General Public License, v2
  3. # Gentoo Base Profile
  4. # NOTE: THIS IS THE BASE PROFILE FOR *ANY* GENTOO BASED OPERATING SYSTEM.
  5. # NO MODIFICATIONS MAY BE MADE TO THIS FILE WITHOUT PRIOR DISCUSSION. IF
  6. # YOU ARE CREATING A NEW PROFILE, YOU SIMPLY NEED TO INHERIT THIS BASE
  7. # PROFILE IN YOUR PROFILE DIRECTORY'S "parent" FILE.
  8. # OK, you're staring at this file and you have no idea what these stars are
  9. # for. Here's the scoop. An initial "*" marks a package that is part of
  10. # the official BASE system profile. If there is a "*" then `emerge system`
  11. # will use the line in its calculations of what should be installed for the
  12. # base profile. Lines without a "*" prefix will be ignored for profile
  13. # system calculations.
  14. # Please note that this file is rarely used as a package inclusion mask
  15. # file, because it affects EVERY SINGLE gentoo profile. As can be seen,
  16. # we've limited the inclusion mask to a version of portage which supports
  17. # cascaded profiles, but apart from that, there should be no version
  18. # specific information in here. This file serves as a high level description
  19. # of the minimum set of packages needed for any Gentoo based system.
  20. *>=sys-apps/baselayout-2
  21. *app-arch/bzip2
  22. *app-arch/gzip
  23. *app-arch/tar
  24. *app-arch/xz-utils
  25. *app-shells/bash:0
  26. *net-misc/iputils
  27. *net-misc/rsync
  28. *net-misc/wget
  29. *sys-apps/coreutils
  30. *sys-apps/diffutils
  31. *sys-apps/file
  32. # Much of the tree relies on newer features like "-exec +".
  33. # Force a recent stable version so people stay up-to-date.
  34. *>=sys-apps/findutils-4.4
  35. *sys-apps/gawk
  36. *sys-apps/grep
  37. *sys-apps/kbd
  38. # temporary bugfix for #398295
  39. *sys-apps/less
  40. # stopgap solution for functions.sh #373219 and #504116
  41. *sys-apps/openrc
  42. *sys-process/procps
  43. *sys-process/psmisc
  44. *sys-apps/sed
  45. *sys-apps/which
  46. *sys-devel/binutils
  47. *sys-devel/gcc
  48. *sys-devel/gnuconfig
  49. *sys-devel/make
  50. *>=sys-devel/patch-2.7
  51. *sys-fs/e2fsprogs
  52. *virtual/dev-manager
  53. *virtual/editor
  54. *virtual/libc
  55. *virtual/man
  56. *virtual/modutils
  57. *virtual/os-headers
  58. *virtual/package-manager
  59. *virtual/pager
  60. *virtual/service-manager
  61. *virtual/shadow
  62. *virtual/ssh