diff options
Diffstat (limited to 'profiles/default/x86/1.0/packages')
-rw-r--r-- | profiles/default/x86/1.0/packages | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/profiles/default/x86/1.0/packages b/profiles/default/x86/1.0/packages new file mode 100644 index 000000000000..d52eabad837c --- /dev/null +++ b/profiles/default/x86/1.0/packages @@ -0,0 +1,110 @@ +# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later! + +# OK; you're staring at this file and you have no idea what these stars are +# for. Here's the scoop. An initial "*" marks a package that is part of the +# official "base" system profile. If there's a "*", then "emerge system" will +# use the line in its calculations of what "should" be installed for this +# profile. Lines without a "*" prefix will be ignored for profile +# calculations. + +# Now, this is new: *all* lines (star or no star) will be used as a special +# package *inclusion* mask. For example, the line *=sys-devel/gcc-2.95.3-r1 +# will cause Portage to totally ignore all gcc ebuilds other than +# gcc-2.95.3-r1. >=, <=, <, > and ~ can be used to offer a bit more +# flexibility. For example, >=sys-libs/glibc-2.2.4 will cause emerge to ignore +# all glibc ebuilds with a version less than 2.2.4. This allows us to have +# profile-specific package.mask settings. *All* lines are used for this +# masking process, whether they are prefixed with a * or not. And if a generic +# dep is used, like "sys-apps/foo", then all versions of foo are included. If +# there is no entry, then all versions of an app are included. The key thing +# to note is that this file does not need to end up being an exhaustive list +# of portage packages; just the ones critical to this profile. + +# So, what happens to /usr/portage/profiles/package.mask? It's still around, +# and still useful. But it should mainly be used for broken ebuilds only. +# package.mask continues to function as normal, masking out ebuilds from *all* +# system profiles. + +# Which to use? Use the profile-specific stuff to "lock down" specific +# versions of ebuilds. Gentoo Linux 1.0_rc6 uses certain known-compatible +# versions of binutils, gcc and glibc, so we lock them down here. This +# prevents the user from shooting himself/herself in the foot by installing a +# wacky version. + +#does not build with gcc-2.x +<media-video/transcode-0.6.12 +sys-fs/ntfsprogs +<app-arch/rar-3.2.0 +<dev-util/ddd-3.3.6 + +*=sys-devel/gcc-2.95.3-r8 +*~sys-libs/glibc-2.2.5 + +>=x11-base/xfree-4.1.0-r2 + +# sash - static shell for system recovery +*app-shells/sash + +*<sys-apps/shadow-5 +*>=sys-apps/texinfo-4.2-r1 +*>=sys-devel/automake-1.6.1-r5 +*>=sys-devel/libtool-1.4.1-r4 +*<sys-libs/readline-4.2 + +#these ones have the new rc6 style init scripts +>=sys-libs/gpm-1.19.3-r5 +>=sys-apps/isapnptools-1.23-r6 + +*>=sys-fs/devfsd-1.3.20 +>=sys-apps/xinetd-2.3.3-r6 +>=net-fs/samba-2.2.2-r6 +>=sys-apps/at-3.1.8-r6 +>=app-admin/fcron-1.1.1-r6 +>=app-admin/metalog-0.6-r6 +>=app-admin/mon-0.38.20-r6 +>=app-admin/syslog-ng-1.4.12-r6 +>=net-www/apache-1.3.20-r6 +>=net-analyzer/ucd-snmp-4.1.2-r6 +>=net-ftp/oftpd-0.3.6-r6 +>=net-ftp/proftpd-1.2.4-r6 +>=net-misc/dhcp-3.0_rc12-r6 +>=net-misc/bind-9.1.3-r6 +>=net-misc/netkit-timed-0.17-r6 +>=net-misc/pdnsd-1.1.6-r6 +>=net-mail/exim-3.32-r6 +>=net-misc/fakeidentd-1.4-r6 +>=net-nds/openldap-1.2.12-r6 +>=net-nds/portmap-5b-r6 +>=media-sound/alsa-utils-0.5.10-r6 +>=net-print/LPRng-3.7.9-r6 +>=net-nds/ypbind-1.7-r6 +>=net-nds/ypserv-1.3.9-r6 +>=net-print/cups-1.1.10-r6 +>=sys-apps/apmd-3.0.1-r6 +>=net-misc/portsentry-1.1-r6 +>=sys-apps/noflushd-2.4-r6 +>=app-text/dictd-1.5.5-r6 +>=net-fs/samba-winbind-20010329-r6 +>=net-www/wwwoffle-2.6d-r6 +>=net-www/squid-2.4.2s-r6 +>=net-dialup/ppp-2.4.1-r6 +=app-sci/octave-2.0* +~media-video/cinelerra + +#GNUStep stuff works in gcc-3 only +~dev-util/gnustep-back +~dev-util/gnustep-base +~dev-util/gnustep-gui +~dev-util/gnustep-guile +~dev-util/gnustep-make + +# Needs gcc-3 +dev-libs/elfutils +~sys-devel/prelink +<=app-arch/rpm-4.1 +<=games-emulation/fceultra-0.90 +<=sys-apps/attr-2.4.1 + +# Needs >=readline-4.2 +<media-sound/cdcd-0.6.4 +<net-nds/openldap-2.0.27 |