summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2008-10-18 23:34:06 +0000
committerBrent Baude <ranger@gentoo.org>2008-10-18 23:34:06 +0000
commit188a005be565109a99cce88474d57523fba7de9c (patch)
treee26feda96019f840fd1cdf1921c7f8c66edaece0 /profiles
parentremoving old profiles (diff)
downloadgentoo-2-188a005be565109a99cce88474d57523fba7de9c.tar.gz
gentoo-2-188a005be565109a99cce88474d57523fba7de9c.tar.bz2
gentoo-2-188a005be565109a99cce88474d57523fba7de9c.zip
old profiles --
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/deprecated3
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/README4
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/deprecated1
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/make.defaults42
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/packages11
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/parent1
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/profile.bashrc27
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/multilib/use.mask68
-rw-r--r--profiles/default-linux/ppc/ppc64/2006.1/parent1
9 files changed, 0 insertions, 158 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/deprecated b/profiles/default-linux/ppc/ppc64/2006.1/deprecated
deleted file mode 100644
index 61e7d14db11e..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/deprecated
+++ /dev/null
@@ -1,3 +0,0 @@
-This profile is deprecated. On May 1, 2008 it will be removed. Certain security
-updates are no longer being applied to this profile due to toolchain limitations.
-Please update to something in /usr/portage/profiles/default-linux/ppc/ppc64/2007.0/
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/README b/profiles/default-linux/ppc/ppc64/2006.1/multilib/README
deleted file mode 100644
index 8dc76f0df34c..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Please see the following URL, if you want to use this profile.
-The information which helps you is included in it.
-
-http://dev.gentoo.org/~nigoro/ppc64/multilib/
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/deprecated b/profiles/default-linux/ppc/ppc64/2006.1/multilib/deprecated
deleted file mode 100644
index 4365fbf5dfa6..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-This profile is deprecated. Please update to something in /usr/portage/profiles/default-linux/ppc/ppc64/2007.0/
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/multilib/make.defaults
deleted file mode 100644
index b5021a4dcf4f..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/make.defaults
+++ /dev/null
@@ -1,42 +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-linux/ppc/ppc64/2006.1/multilib/make.defaults,v 1.7 2007/08/08 19:27:26 dev-zero Exp $
-
-ARCH="ppc64"
-ACCEPT_KEYWORDS="ppc64"
-
-CHOST="powerpc64-unknown-linux-gnu"
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS=${CFLAGS}
-
-STAGE1_USE="unicode"
-USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk ibm imlib ipv6 jpeg kde libwww mad mikmod motif mp3 mpeg ncurses nls nptl ogg opengl oss pam perl png python qt3 qt4 quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts vorbis X xml xv zlib"
-
-# This profile doesn't fully support multilib portage yet. We still rely
-# on the emul-* packages. As such, we have -multilib-pkg here to emphasise
-# that point.
-FEATURES="autoconfig sandbox sfperms -multilib-pkg"
-
-MULTILIB_ABIS="ppc ppc64"
-DEFAULT_ABI="ppc64"
-
-CFLAGS_ppc64="-m64"
-LDFLAGS_ppc64="-m elf64ppc"
-CHOST_ppc64="powerpc64-unknown-linux-gnu"
-CDEFINE_ppc64="__powerpc64__"
-LIBDIR_ppc64="lib64"
-
-CFLAGS_ppc="-m32"
-LDFLAGS_ppc="-m elf32ppc"
-CHOST_ppc="powerpc-unknown-linux-gnu"
-CDEFINE_ppc="!__powerpc64__"
-LIBDIR_ppc="lib32"
-
-# In case someone wants to help out by setting FEATURES="multilib-strict"
-MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
-MULTILIB_STRICT_DENY="64-bit.*shared object"
-MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3)"
-
-# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib
-SYMLINK_LIB="yes"
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/packages b/profiles/default-linux/ppc/ppc64/2006.1/multilib/packages
deleted file mode 100644
index 6ec40339ec82..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/packages
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2003-2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/multilib/packages,v 1.1 2006/07/14 05:29:51 dostrow Exp $
-
-*>=sys-devel/binutils-2.15.90.0.3-r4
-*>=sys-devel/gcc-3.4.4
-*sys-libs/libstdc++-v3
-*>=sys-libs/glibc-2.3.4.20041102-r2
-*>=sys-kernel/linux-headers-2.6.11
-*sys-fs/mac-fdisk
-*sys-fs/hfsutils
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/parent b/profiles/default-linux/ppc/ppc64/2006.1/multilib/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/profile.bashrc b/profiles/default-linux/ppc/ppc64/2006.1/multilib/profile.bashrc
deleted file mode 100644
index 0ad3d6a79223..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/profile.bashrc
+++ /dev/null
@@ -1,27 +0,0 @@
-# When merging some packages relevant to python, sandbox cannot access.
-# The following is the workaround of this problem.
-# FYI, I have verified that it was unnecessary in the environment where portage-2.0.51.22-r1 and sandbox-1.2.9 were installed.
-
-addpredict /usr/lib64/python2.0/
-addpredict /usr/lib64/python2.1/
-addpredict /usr/lib64/python2.2/
-addpredict /usr/lib64/python2.3/
-addpredict /usr/lib64/python2.4/
-addpredict /usr/lib64/python2.5/
-addpredict /usr/lib64/python3.0/
-
-# The version of profile in our 'packages' does not yet set ABI for us nor
-# export the CFLAGS_${ABI} envvars... The multilib-pkg patch does, but this
-# won't be in portage until atleast .52_pre
-
-if [ -n "${ABI}" ]; then
- export ABI
-elif [ -n "${DEFAULT_ABI}" ]; then
- export ABI="${DEFAULT_ABI}"
-else
- export ABI="ppc64"
-fi
-
-export CFLAGS_ppc64
-export CFLAGS_ppc
-
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/multilib/use.mask b/profiles/default-linux/ppc/ppc64/2006.1/multilib/use.mask
deleted file mode 100644
index 87fca4409874..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/multilib/use.mask
+++ /dev/null
@@ -1,68 +0,0 @@
-# this is a list of USE flags
-# that should not be used on PPC64
-# Tom Gall <tgall@gentoo.org> manages this list
-directfb
-krb4
-
-pda
-prelude
-mzscheme
-chasen
-mono
-beagle
-rar
-multilib
-ocamlopt
-
-# dietlibc
-diet
-
-#pyste has untested/unkeyworded deps on ppc64
-pyste
-
-# we don't have hardware to test. also see bug #113398
-dvb
-
-# mask mozilla/firefox (bug #108020)
-mozilla
-firefox
-seamonkey
-
-# 2006/03/20 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: mask for architectures on which they aren't available
-video_cards_apm
-video_cards_ark
-video_cards_ast
-video_cards_chips
-video_cards_cirrus
-video_cards_cyrix
-video_cards_glint
-video_cards_i128
-video_cards_i740
-video_cards_i810
-video_cards_imstt
-video_cards_neomagic
-video_cards_newport
-video_cards_nsc
-video_cards_rendition
-video_cards_s3
-video_cards_s3virge
-video_cards_savage
-video_cards_siliconmotion
-video_cards_sis
-video_cards_tdfx
-video_cards_tga
-video_cards_trident
-video_cards_tseng
-video_cards_vesa
-video_cards_vga
-video_cards_voodoo
-
-#until netbeans is keyworded
-netbeans
-
-#build is busted
-pike
-
-# mask pcmcia (bug #131306)
-pcmcia
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/parent b/profiles/default-linux/ppc/ppc64/2006.1/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/ppc/ppc64/2006.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..