diff options
Diffstat (limited to 'profiles/default-alpha-2004.0')
-rw-r--r-- | profiles/default-alpha-2004.0/deprecated | 10 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/make.defaults | 83 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/package.mask | 7 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/packages | 100 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/packages.build | 28 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/packages.cdimage | 54 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/use.defaults | 47 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/use.mask | 101 | ||||
-rw-r--r-- | profiles/default-alpha-2004.0/virtuals | 63 |
9 files changed, 0 insertions, 493 deletions
diff --git a/profiles/default-alpha-2004.0/deprecated b/profiles/default-alpha-2004.0/deprecated deleted file mode 100644 index 5ec87ef5cc60..000000000000 --- a/profiles/default-alpha-2004.0/deprecated +++ /dev/null @@ -1,10 +0,0 @@ -default-linux/alpha/2005.0 -# emerge -n '>=sys-apps/portage-2.0.51' -# rm /etc/make.profile -# ln -s $(portageq portdir)/profiles/default-linux/alpha/2005.0 /etc/make.profile -# emerge system -pv - -The old profile is subject to removal any time after 2005.08.01! - -For more information, please see: - http://www.gentoo.org/doc/en/gentoo-upgrading.xml diff --git a/profiles/default-alpha-2004.0/make.defaults b/profiles/default-alpha-2004.0/make.defaults deleted file mode 100644 index b0fcd02f2fe6..000000000000 --- a/profiles/default-alpha-2004.0/make.defaults +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-alpha-2004.0/make.defaults,v 1.17 2005/05/03 18:45:20 flameeyes Exp $ -# System-wide defaults for the Portage system on alpha - -#Experimental: trying to use these USE variables to build up from stage 2->3 -#thus eliminating the inherent fragility of using USE for this - -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" - -# Please avoid enabling things by default in here if possible. Understand any -# implications with core packages. For example, if "java" is in USE and db -# has a conditional dependency on java (which it does,) then a JDK will be -# pulled in during *emerge system*! - -USE=" -alpha -arts -avi -berkdb -bitmap-fonts -crypt -cups -encode -fortran -font-server -foomaticdb -gdbm -gif -gnome -gpm -gtk -gtk2 -imlib -jpeg -kde -libg++ -libwww -mad -mikmod -motif -mpeg -ncurses -nls -oggvorbis -opengl -oss -pam -pdflib -png -python -qt -quicktime -readline -sdl -slang -spell -ssl -tcpd -truetype -truetype-fonts -type1-fonts -X -xml2 -xmms -xv -zlib -" - -ARCH="alpha" -ACCEPT_KEYWORDS="alpha" - -# Env vars to expand into USE vars. Modifying this requires prior -# discussion on gentoo-dev@gentoo.org. Flat profiles also need to -# be updated appropriately. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" - -CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" -CONFIG_PROTECT_MASK="/etc/gconf" - -USERLAND=GNU -KERNEL=linux -ELIBC=glibc diff --git a/profiles/default-alpha-2004.0/package.mask b/profiles/default-alpha-2004.0/package.mask deleted file mode 100644 index 7ce0b4c4ea3f..000000000000 --- a/profiles/default-alpha-2004.0/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# mask 2.6 headers as 2.4 kernels could still be used ->=sys-kernel/linux-headers-2.6.0 - -## Fernando J. Pereda <ferdy@gentoo.org> -# cannot mark stable because of gnomemm stuff -# wrt bug #92494 -app-cdr/cdrdao diff --git a/profiles/default-alpha-2004.0/packages b/profiles/default-alpha-2004.0/packages deleted file mode 100644 index 668495bfd62e..000000000000 --- a/profiles/default-alpha-2004.0/packages +++ /dev/null @@ -1,100 +0,0 @@ -# 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. - ->=app-admin/sysklogd-1.4.1 -*app-arch/bzip2 -*app-arch/cpio -*app-arch/gzip -*app-arch/sharutils -*app-arch/tar -*app-shells/bash -*app-shells/sash -*dev-lang/perl -*dev-lang/python -*net-misc/dhcpcd -*net-misc/iputils -*net-misc/rsync -*net-misc/wget -*>=sys-apps/baselayout-1.8.3 -*sys-apps/coreutils -*sys-apps/debianutils -*sys-apps/diffutils -*sys-apps/ed -*sys-apps/fbset -*sys-apps/file -*sys-apps/findutils -*sys-apps/gawk -*sys-apps/grep -*sys-apps/groff -*sys-apps/hdparm -*sys-apps/kbd -*sys-apps/less -*sys-apps/man -*sys-apps/man-pages -*sys-apps/net-tools -*sys-apps/pam-login -*>=sys-apps/portage-2.0.36 -*sys-process/procps -*sys-process/psmisc -*sys-apps/sed -*sys-apps/setserial -*<sys-apps/shadow-5 -*>=sys-apps/texinfo-4.2-r5 -*sys-apps/util-linux -*sys-apps/which -*sys-devel/autoconf -*sys-devel/automake -*sys-devel/bc -*>=sys-devel/binutils-2.13.90.0.4 -*sys-devel/bison -*sys-devel/flex -*>=sys-devel/gcc-3.2 -*sys-devel/libtool -*sys-devel/m4 -*sys-devel/make -*sys-devel/patch -*virtual/dev-manager -*sys-fs/e2fsprogs -*sys-libs/cracklib -*sys-libs/db -*>=sys-libs/glibc-2.2.5-r7 -*>=sys-libs/ncurses-5.2.20020112a -*>=sys-libs/pam-0.75-r9 -*sys-libs/pwdb -*sys-libs/readline -*sys-libs/zlib -*virtual/editor -*virtual/modutils -virtual/os-headers -*virtual/ssh ->=x11-base/xorg-x11-4.2.1 diff --git a/profiles/default-alpha-2004.0/packages.build b/profiles/default-alpha-2004.0/packages.build deleted file mode 100644 index 699190c654a3..000000000000 --- a/profiles/default-alpha-2004.0/packages.build +++ /dev/null @@ -1,28 +0,0 @@ -sys-apps/baselayout -sys-libs/glibc -sys-apps/texinfo -app-shells/bash -app-arch/bzip2 -sys-apps/debianutils -sys-apps/diffutils -sys-apps/file -sys-apps/coreutils -sys-apps/findutils -sys-apps/gawk -sys-apps/grep -app-arch/gzip -sys-apps/portage -sys-apps/sed -app-arch/tar -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 -sys-apps/net-tools -sys-apps/less diff --git a/profiles/default-alpha-2004.0/packages.cdimage b/profiles/default-alpha-2004.0/packages.cdimage deleted file mode 100644 index c0b4dc63892a..000000000000 --- a/profiles/default-alpha-2004.0/packages.cdimage +++ /dev/null @@ -1,54 +0,0 @@ -sys-apps/baselayout -net-ftp/ftp -net-misc/dhcpcd -net-misc/openssh -net-misc/rsync -net-misc/wget -app-shells/bash -app-arch/bzip2 -sys-apps/console-data -sys-apps/kbd -app-arch/cpio -sys-apps/coreutils -sys-apps/debianutils -sys-fs/devfsd -sys-apps/diffutils -sys-fs/e2fsprogs -sys-apps/ed -sys-apps/findutils -sys-apps/gawk -sys-apps/grep -sys-fs/hfsutils -sys-boot/yaboot -app-arch/gzip -sys-apps/hdparm -sys-apps/less -sys-apps/modutils -sys-apps/net-tools -sys-apps/xinetd -sys-apps/portage -sys-process/procps -sys-process/psmisc -sys-apps/raidtools -sys-fs/reiserfsprogs -sys-apps/sed -sys-apps/setserial -sys-apps/shadow -app-arch/sharutils -sys-apps/star -app-arch/tar -sys-apps/util-linux -sys-fs/xfsdump -sys-fs/xfsprogs -app-editors/vim -sys-apps/which -sys-devel/bc -sys-libs/cracklib -sys-libs/glibc -sys-libs/lib-compat -sys-libs/ncurses -sys-libs/pam -sys-libs/pwdb -sys-libs/readline -sys-libs/slang -sys-libs/zlib diff --git a/profiles/default-alpha-2004.0/use.defaults b/profiles/default-alpha-2004.0/use.defaults deleted file mode 100644 index 3b834e9a53a8..000000000000 --- a/profiles/default-alpha-2004.0/use.defaults +++ /dev/null @@ -1,47 +0,0 @@ -#xinerama -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/arts -tetex app-text/tetex -aalib media-libs/aalib -nas media-libs/nas -bonobo gnome-base/bonobo -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/xorg-x11 -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 dev-lang/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/kdebase -motif x11-libs/openmotif -opengl virtual/opengl -mozilla www-client/mozilla -gphoto2 media-gfx/gphoto2 -ldap net-nds/openldap -snmp net-analyzer/net-snmp -cdr app-cdr/cdrtools -scanner media-gfx/sane-backends - - diff --git a/profiles/default-alpha-2004.0/use.mask b/profiles/default-alpha-2004.0/use.mask deleted file mode 100644 index 193858163a0a..000000000000 --- a/profiles/default-alpha-2004.0/use.mask +++ /dev/null @@ -1,101 +0,0 @@ -# This is a list of USE flags that should not be used on alpha. - -# These will probably never be supported, for obvious reasons (wrong arch) -svga -icc -icc-pgo -mmx -sse -x86 -3dnow -altivec - -# These are debatable, since technically an alpha could support this hardware -pcmcia -3dfx - -# The rest should work in theory. Feel free to test and remove. -# doesn't compile -alsa - -# avifile is broken atm -avi - -# No hardware to test -pda - -# Can't get USB working to test -gphoto2 - -# Chris PeBenito <pebenito@gentoo.org> -# must use a SELinux profile -selinux - -# No apm support on alpha -apm - -# alpha doesn't have java support other than compaq-j*, which isn't a -# current version. must mask this to keep things sane -java - -# firebird appears to be x86-only (the db, not the browser) -firebird - -# tcc is x86-only -tcc - -# I don't think that openafs really works on other architectures, -# despite some internal Gentoo efforts (mine) to port it -afs -uclibc - -# see email to gentoo-dev with subject "use.mask and PHP5's crazy IUSE" -# Dated Sat, 31 Jul 2004 14:49:28 -0700, from robbat2@gentoo.org -# all of these are binary-only, and not presently available on this -# architecture. -adabas -birdstep -cpdflib -db2 -dbmaker -empress -empress-bcs -esoob -filepro -frontbase -hyperwave -informix -ingres -oracle7 -oci8 -pfpro -solid -sybase -sybase-ct - -# Need to mask since no evolution-data-server support -eds -# aqua USE flag is only valid on Mac OS X -aqua - -gnustep - -# dev-lisp/mzscheme won't build -mzscheme - -emul-linux-x86 - -# Mask intel fortran compiler -ifc - -# Mask vpopmail until net-mail/vpopmail goes out of package.mask -vpopmail - -# Mask pyste until gccxml / elementtree work on alpha -pyste - -# can't test wireless currently -wifi - -# dbus is not currently supported by alpha -dbus diff --git a/profiles/default-alpha-2004.0/virtuals b/profiles/default-alpha-2004.0/virtuals deleted file mode 100644 index acc624df2694..000000000000 --- a/profiles/default-alpha-2004.0/virtuals +++ /dev/null @@ -1,63 +0,0 @@ -virtual/lpr net-print/cups -virtual/python dev-lang/python -virtual/mta mail-mta/ssmtp -virtual/alsa media-sound/alsa-driver -virtual/kernel sys-kernel/linux-headers -virtual/linux-sources sys-kernel/alpha-sources -virtual/glibc sys-libs/glibc -virtual/libc sys-libs/glibc -virtual/x11 x11-base/xorg-x11 -virtual/opengl x11-base/xorg-x11 -virtual/glu x11-base/xorg-x11 -virtual/glut media-libs/glut -virtual/imapUW net-mail/uw-imap -virtual/jdk dev-java/compaq-jdk -virtual/jre dev-java/compaq-jre -virtual/imapd net-mail/courier-imap -virtual/blackbox x11-wm/blackbox -virtual/emacs app-editors/emacs -virtual/eject sys-apps/eject -virtual/cron sys-process/dcron -virtual/xemacs app-editors/xemacs -virtual/sylpheed mail-client/sylpheed -virtual/php dev-php/mod_php -virtual/httpd-php dev-php/mod_php -virtual/textbrowser www-client/links -virtual/mda mail-filter/procmail -virtual/xft x11-base/xorg-x11 -virtual/krb5 app-crypt/mit-krb5 -virtual/bootloader sys-boot/aboot -virtual/editor app-editors/nano -virtual/jack media-sound/jack-audio-connection-kit -virtual/quicktime media-libs/libquicktime -virtual/os-headers sys-kernel/linux-headers -virtual/ghc dev-lang/ghc-bin -virtual/modutils sys-apps/modutils -virtual/inetd sys-apps/xinetd -virtual/antivirus app-antivirus/clamav -virtual/aspell-dict app-dicts/aspell-en -virtual/skkserv app-i18n/skkserv -virtual/imap-c-client net-libs/c-client -virtual/flim app-emacs/flim -virtual/semi app-emacs/semi -virtual/tetex app-text/tetex -virtual/bittorrent net-p2p/bittorrent -virtual/logger app-admin/sysklogd -virtual/ssh net-misc/openssh -virtual/commonlisp dev-lisp/cmucl dev-lisp/sbcl dev-lisp/cmucl -virtual/tftp net-ftp/tftp-hpa -virtual/gzip app-arch/gzip -virtual/ghostscript app-text/ghostscript -virtual/cdrtools app-cdr/cdrtools -virtual/mpg123 media-sound/mpg123 -virtual/dhcpc net-misc/dhcpcd -virtual/ruby dev-lang/ruby -virtual/dev-manager sys-fs/devfsd -virtual/blas sci-libs/blas-atlas -virtual/lapack sci-libs/lapack-atlas -virtual/mailx mail-client/mailx -virtual/w3m www-client/w3m -virtual/pdfviewer app-text/xpdf -virtual/psviewer app-text/gv -virtual/fam app-admin/fam -virtual/motif x11-libs/openmotif |