diff options
-rw-r--r-- | profiles/default-1.0-gcc3/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default-1.0-gcc3/packages | 167 | ||||
-rw-r--r-- | profiles/default-1.0-gcc3/packages.build | 27 | ||||
-rw-r--r-- | profiles/default-1.0-gcc3/use.defaults | 53 | ||||
-rw-r--r-- | profiles/default-1.0-gcc3/virtuals | 21 | ||||
-rw-r--r-- | profiles/default-1.0/packages | 1 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
7 files changed, 274 insertions, 6 deletions
diff --git a/profiles/default-1.0-gcc3/make.defaults b/profiles/default-1.0-gcc3/make.defaults new file mode 100644 index 000000000000..8969a75bf0dd --- /dev/null +++ b/profiles/default-1.0-gcc3/make.defaults @@ -0,0 +1,5 @@ +# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. +# System-wide defaults for the Portage system + +USE="xv slang readline gpm berkdb mmx 3dnow gdbm tcpd pam libwww ssl nls +mitshm arts cups lame perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl avi" diff --git a/profiles/default-1.0-gcc3/packages b/profiles/default-1.0-gcc3/packages new file mode 100644 index 000000000000..82ec8c872e60 --- /dev/null +++ b/profiles/default-1.0-gcc3/packages @@ -0,0 +1,167 @@ +# 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. + +*>=sys-apps/baselayout-1.7.3 +*>=sys-apps/portage-1.8.9_pre25 +*~sys-devel/binutils-2.11.92.0.12.3 +*=sys-devel/gcc-2.95.3-r5 +*~sys-libs/glibc-3.0.4 +~sys-kernel/linux-headers-2.4.19 +>=sys-apps/sysklogd-1.4.1 +*dev-lang/python + +>=x11-base/xfree-4.1.0-r2 + +# sash - static shell for system recovery +*app-shells/sash + +*sys-devel/perl +*app-editors/nano +#no real cost for nano, since we already have ncurses +*net-ftp/ftp +*net-misc/dhcpcd +*net-misc/netkit-telnetd +*net-misc/rsync +*net-misc/wget +*sys-apps/bash +*sys-apps/bzip2 +*sys-apps/kbd +*sys-apps/cpio +*sys-apps/debianutils +*sys-apps/diffutils +*sys-apps/e2fsprogs +*sys-apps/ed +*sys-apps/fbset +*sys-apps/file +*sys-apps/fileutils +*sys-apps/findutils +*sys-apps/gawk +*sys-apps/grep +*sys-apps/groff +*sys-apps/grub +*sys-apps/gzip +*sys-apps/hdparm +*sys-apps/iptables +*sys-apps/less +>=sys-apps/lilo-22.1 +*sys-apps/lsof +*sys-apps/man +*sys-apps/man-pages +*sys-apps/modutils +*sys-apps/net-tools +*sys-apps/netkit-base +*sys-apps/procps +*sys-apps/psmisc +*sys-apps/raidtools +*sys-apps/reiserfs-utils +*sys-apps/sed +*sys-apps/setserial +*sys-apps/sh-utils +*<sys-apps/shadow-5 +*sys-apps/sharutils +*sys-apps/tar +#only needed by xinetd, and it's out. So tcp-wrappers is out too +#sys-apps/tcp-wrappers +#texinfo is now provided by gcc +#*sys-apps/texinfo +*sys-apps/textutils +*sys-apps/util-linux +*sys-apps/which +*sys-devel/autoconf +*sys-devel/automake +*sys-devel/bc +*sys-devel/bin86 +*sys-devel/bison +*sys-devel/flex +*sys-devel/gettext +*sys-devel/ld.so +*>=sys-devel/libtool-1.4.1-r4 +*sys-devel/m4 +*sys-devel/make +*sys-devel/patch +*sys-libs/cracklib +*sys-libs/db +*sys-libs/gdbm +*sys-libs/ncurses +# Removed since it's really no need for this to be default, and it together +# with defaulting to db in /etc/nsswitch.conf breaks evolution >= 0.11. +# sys-libs/nss-db +*sys-libs/pam +*sys-libs/pwdb +*sys-libs/readline +*sys-libs/slang +*sys-libs/zlib +#these ones have the new rc6 style init scripts +>=sys-libs/gpm-1.19.3-r5 +>=sys-apps/isapnptools-1.23-r6 +*>=sys-apps/dcron-2.7-r6 +*>=net-misc/openssh-3.0.1_p1 +*>=sys-apps/devfsd-1.3.20 +>=sys-apps/xinetd-2.3.3-r6 +>=net-fs/samba-2.2.2-r6 +#>=net-fs/samba-2.0.10-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 +#>=sys-apps/vcron-3.0_p1-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 +>=net-misc/ntp-4.1.71-r6 +>=sys-apps/apmd-3.0.1-r6 +#>=net-mail/postfix-20010228.5-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 +>=sys-apps/tcp-wrappers-7.6-r4 +>=sys-libs/ncurses-5.2.20020112a diff --git a/profiles/default-1.0-gcc3/packages.build b/profiles/default-1.0-gcc3/packages.build new file mode 100644 index 000000000000..180a3eb71613 --- /dev/null +++ b/profiles/default-1.0-gcc3/packages.build @@ -0,0 +1,27 @@ +sys-apps/baselayout +sys-libs/glibc +sys-apps/bash +sys-apps/bzip2 +sys-apps/debianutils +sys-apps/diffutils +sys-apps/file +sys-apps/fileutils +sys-apps/findutils +sys-apps/gawk +sys-apps/grep +sys-apps/gzip +sys-apps/portage +sys-apps/sed +sys-apps/sh-utils +sys-apps/tar +sys-apps/textutils +sys-devel/binutils +sys-devel/bison +sys-devel/flex +sys-devel/gcc +sys-devel/make +sys-devel/patch +dev-lang/python +net-misc/wget +net-misc/rsync +app-editors/nano diff --git a/profiles/default-1.0-gcc3/use.defaults b/profiles/default-1.0-gcc3/use.defaults new file mode 100644 index 000000000000..df03354dd4c3 --- /dev/null +++ b/profiles/default-1.0-gcc3/use.defaults @@ -0,0 +1,53 @@ +#gif +#mmx +#3dnow +#ldap +#odbc +#fbcon +#qtmt +#oss +#libg++ +#objprelink +#nls +#mitshm +#sse +directfb dev-libs/DirectFB +ungif media-libs/ungif +gtkhtml gnome-extra/gtkhtml +alsa media-libs/alsa-lib +gdbm sys-libs/gdbm +berkdb sys-libs/db +slang sys-libs/slang +readline sys-libs/readline +arts kde-base/kdelibs +tex app-text/tetex +aalib media-libs/aalib +nas media-libs/nas +bonobo gnome-base/bonobo +svga media-libs/svgalib +ggi media-libs/libggi +tcltk dev-lang/tcl dev-lang/tk +java virtual/jre +guile dev-util/guile +ruby dev-lang/ruby +mysql dev-db/mysql +postgres dev-db/postgresql +X x11-base/xfree +sdl media-libs/libsdl +gpm sys-libs/gpm +tcpd sys-apps/tcp-wrappers +pam sys-libs/pam +libwww net-libs/libwww +ssl dev-libs/openssl +perl sys-devel/perl +python dev-lang/python +esd media-sound/esound +imlib media-libs/imlib +oggvorbis media-libs/libvorbis +gnome gnome-base/gnome +gtk x11-libs/gtk+ +qt x11-libs/qt +kde kde-base/kde +motif x11-libs/openmotif +opengl virtual/opengl +mozilla net-www/mozilla diff --git a/profiles/default-1.0-gcc3/virtuals b/profiles/default-1.0-gcc3/virtuals new file mode 100644 index 000000000000..a973992c19ed --- /dev/null +++ b/profiles/default-1.0-gcc3/virtuals @@ -0,0 +1,21 @@ +virtual/lpr net-print/cups +virtual/python dev-lang/python +virtual/mta net-mail/ssmtp +virtual/alsa media-sound/alsa-driver +virtual/kernel sys-kernel/linux-headers +virtual/glibc sys-libs/glibc +virtual/x11 x11-base/xfree +virtual/opengl x11-base/xfree +virtual/glu x11-base/xfree +virtual/glut media-libs/glut +virtual/imapd net-mail/courier-imap +virtual/imapUW net-mail/uw-imap +x11-libs/xaw x11-libs/Xaw3d +sys-apps/texinfo sys-devel/gcc +virtual/jdk dev-java/blackdown-jdk +virtual/jre dev-java/blackdown-jre +virtual/imapd net-mail/courier-imap +virtual/x11-web-browser net-www/mozilla +sys-apps/console-tools sys-apps/kbd +virtual/blackbox x11-wm/blackbox +virtual/emacs app-editors/emacs diff --git a/profiles/default-1.0/packages b/profiles/default-1.0/packages index 6268a98722c7..3877de31490c 100644 --- a/profiles/default-1.0/packages +++ b/profiles/default-1.0/packages @@ -164,3 +164,4 @@ >=net-www/squid-2.4.2s-r6 >=net-dialup/ppp-2.4.1-r6 <=sys-apps/tcp-wrappers-7.6-r3 +<sys-libs/ncurses-5.2.20020112a diff --git a/profiles/package.mask b/profiles/package.mask index dbe8debc1f09..a9c8908c9615 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -3,11 +3,6 @@ =sys-apps/portage-1.8.9.3 -#This breaks some packages; people, please don't add major gcc3 fixes -#that affect core packages, esp. since we should be working on Gentoo 1.0 -#(drobbins, 24 Mar 2002) -#=sys-libs/ncurses-5.2.20020112a - #Seems to cause binary incompatibility problems #(gbevin, 05 Apr 2002) =glibc-2.2.5-r3 @@ -522,4 +517,3 @@ dev-lang/tcl-tk # >ncurses-5.2-r5 causes an incompatibility here # masking until that can be resolved =sys-devel/gdb-5.1.1 ->=sys-libs/ncurses-5.2.20020112a |