aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@ume.nu>2009-09-29 01:07:09 +0200
committerMagnus Granberg (Zorry) <zorry@ume.nu>2009-09-29 01:07:09 +0200
commit32a9a3fdb835091d1edca9a6416d9459728388bc (patch)
tree4dc4c8e221afae5849a7bb83d84ea1cba2910f6d
parentAdded the hardened profiles (diff)
downloadhardened-dev-32a9a3fdb835091d1edca9a6416d9459728388bc.tar.gz
hardened-dev-32a9a3fdb835091d1edca9a6416d9459728388bc.tar.bz2
hardened-dev-32a9a3fdb835091d1edca9a6416d9459728388bc.zip
clean some deprecated profiles
-rw-r--r--hardened/amd64/deprecated7
-rw-r--r--hardened/amd64/make.defaults35
-rw-r--r--hardened/amd64/multilib/deprecated7
-rw-r--r--hardened/amd64/multilib/make.defaults32
-rw-r--r--hardened/amd64/multilib/package.mask7
-rw-r--r--hardened/amd64/multilib/parent1
-rw-r--r--hardened/amd64/multilib/use.mask9
-rw-r--r--hardened/amd64/package.mask7
-rw-r--r--hardened/amd64/package.use.mask92
-rw-r--r--hardened/amd64/packages6
-rw-r--r--hardened/amd64/parent1
-rw-r--r--hardened/amd64/profile.bashrc5
-rw-r--r--hardened/amd64/use.mask110
-rw-r--r--hardened/amd64/virtuals5
-rw-r--r--hardened/ia64/deprecated7
-rw-r--r--hardened/ia64/make.defaults28
-rw-r--r--hardened/ia64/package.mask5
-rw-r--r--hardened/ia64/package.use.mask7
-rw-r--r--hardened/ia64/packages10
-rw-r--r--hardened/ia64/parent1
-rw-r--r--hardened/ia64/use.mask22
-rw-r--r--hardened/ia64/virtuals5
-rw-r--r--hardened/ppc/README2
-rw-r--r--hardened/ppc/deprecated7
-rw-r--r--hardened/ppc/make.defaults15
-rw-r--r--hardened/ppc/package.mask32
-rw-r--r--hardened/ppc/package.use.mask48
-rw-r--r--hardened/ppc/packages6
-rw-r--r--hardened/ppc/parent1
-rw-r--r--hardened/ppc/use.mask104
-rw-r--r--hardened/ppc/virtuals5
-rw-r--r--hardened/ppc64/README2
-rw-r--r--hardened/ppc64/deprecated7
-rw-r--r--hardened/ppc64/make.defaults13
-rw-r--r--hardened/ppc64/package.mask8
-rw-r--r--hardened/ppc64/package.use.mask30
-rw-r--r--hardened/ppc64/packages7
-rw-r--r--hardened/ppc64/parent1
-rw-r--r--hardened/ppc64/use.mask166
-rw-r--r--hardened/ppc64/virtuals5
-rw-r--r--hardened/x86/2.6/deprecated7
-rw-r--r--hardened/x86/2.6/profile.bashrc12
-rw-r--r--hardened/x86/deprecated7
-rw-r--r--hardened/x86/make.defaults26
-rw-r--r--hardened/x86/minimal/deprecated7
-rw-r--r--hardened/x86/minimal/make.defaults17
-rw-r--r--hardened/x86/minimal/parent1
-rw-r--r--hardened/x86/minimal/use.mask2
-rw-r--r--hardened/x86/minimal/virtuals1
-rw-r--r--hardened/x86/package.mask9
-rw-r--r--hardened/x86/package.use4
-rw-r--r--hardened/x86/package.use.mask26
-rw-r--r--hardened/x86/packages10
-rw-r--r--hardened/x86/parent1
-rw-r--r--hardened/x86/use.mask56
-rw-r--r--hardened/x86/virtuals4
56 files changed, 0 insertions, 1058 deletions
diff --git a/hardened/amd64/deprecated b/hardened/amd64/deprecated
deleted file mode 100644
index 2ec537be..00000000
--- a/hardened/amd64/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/amd64/10.0/no-multilib
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/amd64/10.0/no-multilib profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/amd64/make.defaults b/hardened/amd64/make.defaults
deleted file mode 100644
index 1e6c0515..00000000
--- a/hardened/amd64/make.defaults
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.19 2009/08/16 22:09:13 remi Exp $
-
-ARCH="amd64"
-ACCEPT_KEYWORDS="${ARCH}"
-USE="${ARCH} berkdb crypt hardened justify nls nptl nptlonly pam pic readline ssl tcpd zlib"
-MULTILIB_ABIS="amd64"
-DEFAULT_ABI="amd64"
-ABI="amd64"
-
-# amd64
-CHOST="x86_64-pc-linux-gnu"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-
-CFLAGS_amd64=""
-LDFLAGS_amd64="-m elf_x86_64"
-CHOST_amd64="x86_64-pc-linux-gnu"
-CDEFINE_amd64="__x86_64__"
-LIBDIR_amd64="lib64"
-
-SYMLINK_LIB="yes"
-
-# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
-# Defaults for video drivers
-VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 intel mach64 \
- mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \
- sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
-
-# 2006/12/22 - Danny van Dyk <kugelfang@gentoo.org>
-# Default for ALSA_CARDS USE_EXPAND variable.
-ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \
- ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \
- trident usb-audio via82xx via82xx-modem ymfpci"
diff --git a/hardened/amd64/multilib/deprecated b/hardened/amd64/multilib/deprecated
deleted file mode 100644
index a4054a37..00000000
--- a/hardened/amd64/multilib/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/amd64/10.0
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/amd64/10.0 profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/amd64/multilib/make.defaults b/hardened/amd64/multilib/make.defaults
deleted file mode 100644
index 30d0af0b..00000000
--- a/hardened/amd64/multilib/make.defaults
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.5 2009/06/08 18:37:16 solar Exp $
-
-FEATURES="sandbox autoconfig"
-USE="${USE} multilib"
-MULTILIB_ABIS="x86 amd64"
-DEFAULT_ABI="amd64"
-ABI=${DEFAULT_ABI}
-
-#CFLAGS_amd64="-m64"
-#LDFLAGS_amd64="-m elf_x86_64"
-CHOST_amd64="x86_64-pc-linux-gnu"
-CDEFINE_amd64="__x86_64__"
-LIBDIR_amd64="lib64"
-
-# Added -L/emul* workaround to aid compilation of 32bit packages
-# See bug #88725 for more info - Herbie Hopkins <herbs@gentoo.org> 2005/04/19
-CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
-LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
-CHOST_x86="i686-pc-linux-gnu"
-CDEFINE_x86="__i386__"
-LIBDIR_x86="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|debug|portage)"
-
-# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib
-SYMLINK_LIB="yes"
-PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/amd64/multilib/"
diff --git a/hardened/amd64/multilib/package.mask b/hardened/amd64/multilib/package.mask
deleted file mode 100644
index 52ace221..00000000
--- a/hardened/amd64/multilib/package.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/package.mask,v 1.3 2009/07/31 11:11:54 ssuominen Exp $
-
-# Andrew Ross <aross@gentoo.org>
-# grub needs a multilib profile to compile on amd64 - use sys-boot/grub-static
--sys-boot/grub
diff --git a/hardened/amd64/multilib/parent b/hardened/amd64/multilib/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/amd64/multilib/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/amd64/multilib/use.mask b/hardened/amd64/multilib/use.mask
deleted file mode 100644
index ce8149f9..00000000
--- a/hardened/amd64/multilib/use.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/use.mask,v 1.2 2007/08/24 23:18:52 marineam Exp $
-
--multilib
-
-# 2007/08/24 Michael Marineau <marineam@gentoo.org>
-# Xen HVM support, masked on no-multilib but ok here
--hvm
diff --git a/hardened/amd64/package.mask b/hardened/amd64/package.mask
deleted file mode 100644
index bcff19b5..00000000
--- a/hardened/amd64/package.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/package.mask,v 1.5 2009/07/31 11:00:12 ssuominen Exp $
-
-# Andrew Ross <aross@gentoo.org>
-# grub needs a multilib profile to compile on amd64 - use sys-boot/grub-static
-sys-boot/grub
diff --git a/hardened/amd64/package.use.mask b/hardened/amd64/package.use.mask
deleted file mode 100644
index 1c0b350a..00000000
--- a/hardened/amd64/package.use.mask
+++ /dev/null
@@ -1,92 +0,0 @@
-# Bernard Cafarelli <voyageur@gentoo.org> (20 Mar 2009)
-# Depends on packages not yet keyworded for amd64, cf bug #22042
-app-backup/backup-manager s3
-
-# Thomas Sachau <tommy@gentoo.org> (09 Mar 2009)
-# copy mask from arch/amd64
-# Mask dbus, hal, nas and scanner USE flags;
-# Bug 203680
-# Mask GnuTLS (not available as 32-bit library)
-app-emulation/wine dbus hal ldap nas scanner gnutls gphoto2
-
-# 2008/08/01 Jean-Noël Rivasseau <elvanor@gentoo.org>
-# Disabling gcj flag, no gcc-4.3.1 yet
-dev-java/eclipse-ecj gcj
-
-# missing the necessary linux-headers dep
->=net-fs/netatalk-2.0.3-r3 xfs
-
-# 20 Mar 2008: Petteri Räty <betelgeuse@gentoo.org>
-# jamvm needs ffi on amd64
-# https://bugs.gentoo.org/show_bug.cgi?id=213882
-dev-java/jamvm libffi
-
-# Dawid Węgliński <cla@gentoo.org>
-# Mask amarok2 useflag for net-im/kadu
-# See bug #238487 for references
-net-im/kadu amarok2
-
-# Following is taken from arch/amd64/package.use.mask
-
-# Vlastimil Babka <caster@gentoo.org> (12 Dec 2008)
-# finally a 64bit java plugin
->=dev-java/sun-jdk-1.6.0.12_beta2 -nsplugin
-
-# Serkan Kaba <serkan@gentoo.org> (5 Feb 2009)
-# finally a 64bit java plugin
->=dev-java/sun-jre-bin-1.6.0.12 -nsplugin
-
-
-# Following is x86-32-only SIMD, etc. (some taken from arch/amd64/package.use.mask)
-
-# Oct 23th 2006; blubb@gentoo.org
-# upstream forces sse2 for amd64; mmx flag does nothing
-app-crypt/johntheripper mmx
-
-# Oct 23th 2006; blubb@gentoo.org
-# the asm is 64bit save, but it doesn't compile anyway
-games-emulation/visualboyadvance mmx
-
-# Jeremy Olexa <darkside@gentoo.org> (07 Feb 2009)
-# USE=mmx on imlib2 causes issues with other apps. See bug 218382 (comments 11-12)
-media-libs/imlib2 mmx
-
-# Apr 25th 2007: Alexis Ballier <aballier@gentoo.org>
-# Mask mmx for media-libs/mlt
-# assembler is not 64bits compliant (yet)
-media-libs/mlt mmx
-
-# 8 Aug 2008: Alexis Ballier <aballier@gentoo.org>
-# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that
-# saves people from needlessly installing nasm
-# Refs bug #93279
-media-sound/lame mmx
-
-# 12 Sep 2008; Gordon Malm <gengor@gentoo.org>
-# x86-specific SIMD/asm, bugs #193022 and #207685
-media-sound/mpg123 mmx 3dnow 3dnowext sse
-
-# 26 Mar 2009: Gordon Malm <gengor@gentoo.org>
-# This version fails if <gcc-4.2, subsequent versions do not
-=x11-libs/pixman-0.12.0 sse2
-
-# Oct 24th 2006; blubb@gentoo.org
-# bug 152646
-x11-themes/polymer mmx sse2
-
-# Oct 23th 2006; blubb@gentoo.org
-# x86 asm only:
-games-emulation/xmame mmx
-games-emulation/xmess mmx
-media-gfx/inkscape mmx
-media-libs/allegro mmx sse
-media-libs/libfame mmx
-media-libs/libmovtar mmx
-media-libs/sdl-gfx mmx
-media-libs/smpeg mmx
-media-video/mjpegtools mmx
-net-irc/xchat mmx
-net-irc/xchat-gnome mmx
-net-misc/asterisk mmx
-x11-terms/eterm mmx
-media-tv/xawtv mmx
diff --git a/hardened/amd64/packages b/hardened/amd64/packages
deleted file mode 100644
index 95abedbf..00000000
--- a/hardened/amd64/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-*>=sys-devel/binutils-2.13.90.0.4
-
->=x11-base/xorg-x11-6.8.0-r4
-
-*sys-devel/libtool
-*virtual/dev-manager
diff --git a/hardened/amd64/parent b/hardened/amd64/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/amd64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/amd64/profile.bashrc b/hardened/amd64/profile.bashrc
deleted file mode 100644
index a23dacf8..00000000
--- a/hardened/amd64/profile.bashrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# fix for bug 60147, "configure causes sandbox violations when lib64
-# is a directory". currently only works with cvs portage.
-#SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf"
-addwrite /usr/lib64/conftest
-addwrite /usr/lib64/cf
diff --git a/hardened/amd64/use.mask b/hardened/amd64/use.mask
deleted file mode 100644
index cea72581..00000000
--- a/hardened/amd64/use.mask
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 2006-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.32 2009/07/06 00:02:56 gengor Exp $
-
-multilib
-
-# SIMD
--3dnow
--3dnowext
--mmx
--mmxext
--sse
--sse2
--sse3
--ssse3
-
-# UNKNOWN - SECTION
-afs
-drac
-
-# UNMASK - SECTION
-
-# media-libs/libemf only works by luck (see bug #127328)
-# this flag makes media-gfx/inkscape dep on media-gfx/pstoedit
-# which deps on libemf
-plugin
-
-# 2005/12/01 - Daniel Gryniewicz <dang@gentoo.org>
-# There is now a kqemu that works and is stable on amd64
--kqemu
-
-# 2006/03/03 - Luca Barbato <lu_zero@gentoo.org>
-# codec support x264
--x264
-
-# 2006/02/05 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: mask for architectures on which they aren't available
-video_cards_i740
-video_cards_imstt
-video_cards_newport
-video_cards_nsc
-
-# 2006/01/28 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_fglrx
--video_cards_vmware
-
-# WON'T WORK - SECTION
-
-# 2007/04/07 - Petteri Räty <betelgeuse@gentoo.org>
-# libemf does not build on amd64
-emf
-
-asm
-
-# WON'T BUILD - SECTION
-
-# 2007/08/24 Michael Marineau <marineam@gentoo.org>
-# Xen HVM support requires building 32-bit binaries.
-hvm
-
-# 2007/01/18 - Jeffrey Gardner <je_fro@gentoo.org>
-# Mask gamess support temporarily.
-gamess
-
-# 2006/12/21 - Diego Pettenò <flameeyes@gentoo.org>
-# Mask some ALSA cards that are known broken in AMD64
-alsa_cards_cs5535audio
-
-# 2006/09/05 - Tupone Alfredo <tupone@gentoo.org>
-# doomsday ebuild is not available on this architecture
-doomsday
-
-# 2005/09/19 - Olivier Fisette <ribosome@gentoo.org>
-# cmucl is not available on amd64. Masking to keep "sci-mathematics/maxima"
-# happy.
-cmucl
-
-# 2004/11/13 - Tom Martin <slarti@gentoo.org>
-# dev-libs/mzscheme won't build, #65216
-mzscheme
-
-# 2004/10/06 - Jeremy Huddleston <eradicator@gentoo.org>
-# sys-cluster/pvm won't build
-pvm
-
-# 2004/06/22 - Taken from 2004.0 profile
-# Firebird doesnt build on amd64
-
-# 2004/06/22 - Taken from 2004.0 profile
-# masked
-3dfx
-
-# NOT NECESSARY - SECTION
-
-# Unmask emul-linux-x86
--emul-linux-x86
-
-# Vidix support doesn't work on amd64 for now.
-vidix
-
-# Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007)
-# Unmask the flags for PHP that are available only on x86/amd64
--oci8
--oracle7
-#-firebird - commented since firebird has been pushed back to ~amd64
--db2
diff --git a/hardened/amd64/virtuals b/hardened/amd64/virtuals
deleted file mode 100644
index 1bdd6315..00000000
--- a/hardened/amd64/virtuals
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/virtuals,v 1.13 2007/12/26 21:35:44 phreak Exp $
-
-virtual/bootloader sys-boot/grub-static
diff --git a/hardened/ia64/deprecated b/hardened/ia64/deprecated
deleted file mode 100644
index b55ccb7d..00000000
--- a/hardened/ia64/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/ia64/10.0
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/ia64/10.0 profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/ia64/make.defaults b/hardened/ia64/make.defaults
deleted file mode 100644
index 026f88ee..00000000
--- a/hardened/ia64/make.defaults
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.6 2009/08/16 22:09:14 remi Exp $
-
-ARCH="ia64"
-ACCEPT_KEYWORDS="ia64"
-
-CHOST="ia64-unknown-linux-gnu"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-
-FEATURES="sandbox sfperms"
-
-USE="berkdb crypt hardened pam pic readline ssl tcpd zlib"
-
-# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
-# Defaults for video drivers
-VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 \
- imstt intel mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage \
- siliconmotion sis sisusb tdfx tga v4l vesa vga via voodoo"
-
-# 2006/12/23 - Diego Pettenò <flameeyes@gentoo.org>
-# Defaults for audio drivers - Took from x86 profile
-ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \
- ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \
- trident usb-audio via82xx via82xx-modem ymfpci"
-
-PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/ia64/"
diff --git a/hardened/ia64/package.mask b/hardened/ia64/package.mask
deleted file mode 100644
index 6281fd1f..00000000
--- a/hardened/ia64/package.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/package.mask,v 1.2 2009/07/31 11:11:07 ssuominen Exp $
-
-<sys-kernel/linux-headers-2.5
diff --git a/hardened/ia64/package.use.mask b/hardened/ia64/package.use.mask
deleted file mode 100644
index 3355773e..00000000
--- a/hardened/ia64/package.use.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file requires >=portage-2.1.1
-
-# bug #147908 - unmask these on x86 profiles
->=dev-java/sun-jdk-1.5 -nsplugin
->=dev-java/sun-jre-bin-1.5 -nsplugin
->=dev-java/ibm-jdk-bin-1.5 -nsplugin
->=dev-java/ibm-jre-bin-1.5 -nsplugin
diff --git a/hardened/ia64/packages b/hardened/ia64/packages
deleted file mode 100644
index a99a222d..00000000
--- a/hardened/ia64/packages
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/packages,v 1.3 2009/07/14 08:39:01 gengor Exp $
-
-*>=sys-devel/binutils-2.13.90.0.4
-
->=x11-base/xorg-x11-6.8.0-r4
-
-*sys-devel/libtool
-*virtual/dev-manager
diff --git a/hardened/ia64/parent b/hardened/ia64/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/ia64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/ia64/use.mask b/hardened/ia64/use.mask
deleted file mode 100644
index 08d217c9..00000000
--- a/hardened/ia64/use.mask
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/use.mask,v 1.4 2009/08/01 16:48:43 ssuominen Exp $
-
--3dnow
--3dnowext
--mmx
--mmxext
--sse
--sse2
--win32codecs
--kqemu
--x264
-
-# Copied from default-linux/x86 2006-04-02; bug #128490
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
diff --git a/hardened/ia64/virtuals b/hardened/ia64/virtuals
deleted file mode 100644
index 18e61703..00000000
--- a/hardened/ia64/virtuals
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/virtuals,v 1.1 2007/04/29 07:08:56 solar Exp $
-
-virtual/bootloader sys-boot/elilo
diff --git a/hardened/ppc/README b/hardened/ppc/README
deleted file mode 100644
index 75da7811..00000000
--- a/hardened/ppc/README
+++ /dev/null
@@ -1,2 +0,0 @@
-This profile is in testing only and results may very.
-Please send feedback and patches to solar.
diff --git a/hardened/ppc/deprecated b/hardened/ppc/deprecated
deleted file mode 100644
index d0027215..00000000
--- a/hardened/ppc/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/powerpc/ppc32/10.0
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/powerpc/ppc32/10.0 profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/ppc/make.defaults b/hardened/ppc/make.defaults
deleted file mode 100644
index 164a7ecb..00000000
--- a/hardened/ppc/make.defaults
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.8 2009/03/27 22:33:47 solar Exp $
-
-ARCH="ppc"
-ACCEPT_KEYWORDS="${ARCH}"
-USE="${ARCH} berkdb crypt hardened nls pam pic readline ssl tcpd zlib"
-
-# ppc
-CHOST="powerpc-unknown-linux-gnu"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FEATURES="-sandbox"
-
-PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/ppc/"
diff --git a/hardened/ppc/package.mask b/hardened/ppc/package.mask
deleted file mode 100644
index 684cb468..00000000
--- a/hardened/ppc/package.mask
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/package.mask,v 1.20 2009/08/05 06:01:57 ssuominen Exp $
-
-# needs >=sys-devel/gcc-4.2
-sys-libs/libfreevec
-
-# Raúl Porcel <armin76@gentoo.org> (14 Jul 2008)
-# Needs glibc-2.7
->=sys-apps/iproute2-2.6.25.20080417
-
-# Wulf C. Krueger <philantrop@gentoo.org> (22 Sep 2007)
-# Needs OOo.
-app-text/bibus
-
-# needs masked gcc
-=sys-libs/glibc-2.5*
-=sys-libs/glibc-2.6*
-=sys-libs/glibc-2.7*
-=sys-libs/glibc-2.8*
-
-# Doug Goldstein <cardoe@gentoo.org> (22 Apr 2008)
-# >=sys-libs/glibc-2.5 is required for glibc-based installs
-sys-apps/openrc
-sys-apps/makedev
->=sys-apps/baselayout-2
-
-# needs openrc
->=media-sound/pulseaudio-0.9.11
-
-# Requires glibc 2.4 or better
-games-strategy/ufo-ai
diff --git a/hardened/ppc/package.use.mask b/hardened/ppc/package.use.mask
deleted file mode 100644
index 3e94c775..00000000
--- a/hardened/ppc/package.use.mask
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/package.use.mask,v 1.23 2009/07/31 11:13:27 ssuominen Exp $
-
-# This file requires >=portage-2.1.1
-
-# Joseph Jezak <josejx@gentoo.org> (Mar 20 2009)
-# Mask Ruby -> Oracle bindings
-dev-ruby/ruby-dbi oracle
-
-# Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008)
-# Disabling gcj flag, no gcc-4.3.1 yet
-dev-java/eclipse-ecj gcj
-
-# Mart Raudsepp <leio@gentoo.org> (02 Apr 2008)
-# media-plugins/gst-plugins-{mythtv,dvb,fluendo-mpegdemux} not keyworded
-# Joseph Jezak <josejx@gentoo.org> (27 Feb 2009)
-# Marked ~ppc, but masking current versions because of stable keyword
-<=media-plugins/gst-plugins-meta-0.10-r2 dvb mythtv
-
-# nixnut <nixnut@gentoo.org> (5 feb 2008)
-# Masking hb and hb2 USE flags as no suitable solution for evms exists
-sys-fs/evms hb hb2
-
-# Piotr Jaroszyński <peper@gentoo.org> (19 Nov 2007)
-# Mask python flag until ppc keyword is added to dev-python/pygments, bug #198989.
-sys-apps/paludis python
-
-=dev-java/ibm-jdk-bin-1.5* -nsplugin
-=dev-java/ibm-jre-bin-1.5* -nsplugin
-
-# Diego Pettenò <flameeyes@gentoo.org> (10 Nov 2007)
-# Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4
->=sys-libs/pam-0.99.8 test
-
-# Samuli Suominen <drac@gentoo.org> (30 Nov 2007)
-# media-libs/aften broken, and not keyworded.
-media-video/avidemux aften
-
-# app-misc/tomboy is missing ppc support
-gnome-base/gnome mono
-
-# USE=laptop wants x86 specific packages which can't be build on ppc
-sys-apps/hal laptop
-
-# Joseph Jezak <josejx@gentoo.org> (12 November 2008)
-# Mask the JIT for pearpc, it's x86 only
-app-emulation/pearpc jit
diff --git a/hardened/ppc/packages b/hardened/ppc/packages
deleted file mode 100644
index 19cc5b31..00000000
--- a/hardened/ppc/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/packages,v 1.1 2005/01/06 21:32:00 solar Exp $
-
-*sys-fs/hfsutils
-*sys-fs/hfsplusutils
diff --git a/hardened/ppc/parent b/hardened/ppc/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/ppc/use.mask b/hardened/ppc/use.mask
deleted file mode 100644
index 3550b042..00000000
--- a/hardened/ppc/use.mask
+++ /dev/null
@@ -1,104 +0,0 @@
-# Dell does not ship or sell PPC systems
-dell
-
-mmx
-3dfx
-acpi
-afs
-avi
-cg
-cmucl
-dmi
-fmod
-fusion
-hdf
-i8x0
-interbase
-ip28
-lm_sensors
-mbrola
-nvtv
-rar
-uml
-video_cards_apm
-video_cards_ark
-video_cards_ast
-video_cards_cyrix
-video_cards_i128
-video_cards_i740
-video_cards_intel
-video_cards_neomagic
-video_cards_nsc
-video_cards_rendition
-video_cards_siliconmotion
-video_cards_tga
-video_cards_tseng
-video_cards_vesa
-video_cards_via
-xvmc
--altivec
--pbbuttonsd
--ppcsha1
--x264
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_wacom
-
-graphlcd
-lcd_devices_graphlcd
-
-# Masked p2p for bug #155302 <josejx@gentoo.org>
-p2p
-
-# cardoe@gentoo.org
-# masking on ppc since the associated driver is not stable
-# newer versions have possible endian issues
-ivtv
-
-# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006)
-# Unmask the Apple drivers
--alsa_cards_aoa
--alsa_cards_aoa-fabric-layout
--alsa_cards_aoa-onyx
--alsa_cards_aoa-soundbus
--alsa_cards_aoa-soundbus-i2s
--alsa_cards_aoa-tas
--alsa_cards_aoa-toonie
--alsa_cards_powermac
-# Mask ALSA drivers for ISA cards
-alsa_cards_cs4232
-alsa_cards_msnd-pinnacle
-alsa_cards_cs4231-lib
-alsa_cards_adlib
-alsa_cards_ad1816a
-alsa_cards_ad1848
-alsa_cards_als100
-alsa_cards_azt2320
-alsa_cards_cmi8330
-alsa_cards_cs4231
-alsa_cards_cs4236
-alsa_cards_dt019x
-alsa_cards_es968
-alsa_cards_es1688
-alsa_cards_es18xx
-alsa_cards_gusclassic
-alsa_cards_gusextreme
-alsa_cards_gusmax
-alsa_cards_interwave
-alsa_cards_interwave-stb
-alsa_cards_opl3sa2
-alsa_cards_opti92x-ad1848
-alsa_cards_opti92x-cs4231
-alsa_cards_opti93x
-alsa_cards_miro
-alsa_cards_sb8
-alsa_cards_sb16
-alsa_cards_sbawe
-alsa_cards_sb16_csp
-alsa_cards_sgalaxy
-alsa_cards_sscape
-alsa_cards_wavefront
-
-# net-libs/libssh2 currently missing keywords (dragonheart 20080402)
-libssh2
diff --git a/hardened/ppc/virtuals b/hardened/ppc/virtuals
deleted file mode 100644
index cb642e9c..00000000
--- a/hardened/ppc/virtuals
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/virtuals,v 1.5 2007/01/10 11:13:40 phreak Exp $
-
-virtual/bootloader sys-boot/yaboot
diff --git a/hardened/ppc64/README b/hardened/ppc64/README
deleted file mode 100644
index 75da7811..00000000
--- a/hardened/ppc64/README
+++ /dev/null
@@ -1,2 +0,0 @@
-This profile is in testing only and results may very.
-Please send feedback and patches to solar.
diff --git a/hardened/ppc64/deprecated b/hardened/ppc64/deprecated
deleted file mode 100644
index 9f45ffd5..00000000
--- a/hardened/ppc64/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/powerpc/ppc64/10.0/64bit-userland
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/powerpc/ppc64/10.0/64bit-userland profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/ppc64/make.defaults b/hardened/ppc64/make.defaults
deleted file mode 100644
index 56404a1b..00000000
--- a/hardened/ppc64/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.9 2009/07/09 00:47:50 gengor Exp $
-
-ARCH="ppc64"
-ACCEPT_KEYWORDS="${ARCH}"
-USE="${ARCH} berkdb crypt hardened pam pic readline ssl zlib"
-
-# ppc64
-CHOST="powerpc64-unknown-linux-gnu"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FEATURES="-sandbox"
diff --git a/hardened/ppc64/package.mask b/hardened/ppc64/package.mask
deleted file mode 100644
index beed63c8..00000000
--- a/hardened/ppc64/package.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/package.mask,v 1.11 2009/07/31 07:47:18 ssuominen Exp $
-
-# needs newer masked gcc
-=sys-libs/glibc-2.5*
-=sys-libs/glibc-2.6*
-=sys-libs/glibc-2.7*
diff --git a/hardened/ppc64/package.use.mask b/hardened/ppc64/package.use.mask
deleted file mode 100644
index 8a67b9ec..00000000
--- a/hardened/ppc64/package.use.mask
+++ /dev/null
@@ -1,30 +0,0 @@
-# Joseph Jezak <josejx@gentoo.org> (Mar 20 2009)
-# Mask Ruby -> Oracle bindings
-dev-ruby/ruby-dbi oracle
-
-# Brent Baude <ranger@gentoo.org> (September 17 2008)
-# # Masking clisp use from swig
-dev-lang/swig clisp
-
-# Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008)
-# Disabling gcj flag, no gcc-4.3.1 yet
-dev-java/eclipse-ecj gcj
-
-# Diego Pettenò <flameeyes@gentoo.org> (10 Nov 2007)
-# Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4
->=sys-libs/pam-0.99.8 test
-#Brent Baude <ranger@gentoo.org> (1 Feb 2008)
-# Masking hb and hb2 USE flags as no suitable solution for evms exists
-sys-fs/evms hb hb2
-
-# Mart Raudsepp <leio@gentoo.org> (02 Apr 2008)
-# media-plugins/gst-plugins-mythtv not keyworded
-media-plugins/gst-plugins-meta mythtv
-
-# Brent Baude <ranger@gentoo.org> (11 June 2008)
-# Masking out passwdqc from pambase since passwdqc
-sys-auth/pambase passwdqc
-
-# Daniel Gryniewicz <dang@gentoo.org> (25 Jul 2008)
-# Mask unkeyworded webkit from liferea
-net-news/liferea webkit
diff --git a/hardened/ppc64/packages b/hardened/ppc64/packages
deleted file mode 100644
index 1cadcaa5..00000000
--- a/hardened/ppc64/packages
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/packages,v 1.2 2005/11/05 03:44:22 dostrow Exp $
-
-*>=sys-devel/binutils-2.15
-*>=sys-devel/gcc-3.4.0-r6
-*>=sys-libs/glibc-2.3.3_pre20040529
diff --git a/hardened/ppc64/parent b/hardened/ppc64/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/ppc64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/ppc64/use.mask b/hardened/ppc64/use.mask
deleted file mode 100644
index f6439556..00000000
--- a/hardened/ppc64/use.mask
+++ /dev/null
@@ -1,166 +0,0 @@
-# this is a list of USE flags
-# that should not be used on PPC64
-# Tom Gall <tgall@gentoo.org> manages this list
-
-# Brent Baude <ranger@gentoo.org> (3 Oct 2008)
-# Masking xindy use flag for ppc64
-xindy
-
-#
-# 01 Oct 2008 Brent Baude <ranger@gentoo.org>
-# Masking battery USE for bug 238770
-battery
-
-# 02 Apr 2008 Mart Raudsepp <leio@gentoo.org>
-# net-misc/networkmanager not keyworded
-networkmanager
-
-# 25 Feb 2008 Brent Baude <ranger@gentoo.org>
-# Masking xmlrpc use flag because xmlrpc-c does not compile
-# bug 209138
-xmlrpc
-
-
-
-acpi
-3dfx
-directfb
-avi
-krb4
-lm_sensors
-mplayer
-pcmcia
-pda
-prelude
-ruby
-mzscheme
-chasen
-mono
-beagle
-rar
-nvtv
-
-# should be ok
-jikes
-junit
-
-guile
-
-# dietlibc
-diet
-
-#pyste has untested/unkeyworded deps on ppc64
-pyste
-
-# Unmask our instruction sets
--altivec
-
-# need to test libaio
-aio
-# needs some asm written
-ocaml
-# needs some research as to why it segfaults on build
-pike
-
-# we don't have hardware to test. also see bug #113398
-dvb
-
-# until media-libs/portaudio is keyworded for ppc64
-portaudio
-
-# 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_imstt
-video_cards_intel
-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_via
-video_cards_voodoo
-
-#until netbeans is keyworded
-netbeans
-
-cg
-dmi
-interbase
-mbrola
-multilib
-
-# 20 Sep 2006 Doug Goldstein <cardoe@gentoo.org>
-# Someone tagged MythTV as ~ppc64 but media-tv/ivtv does not
-# work on ppc64 so I'm masking it's USE flag.
-ivtv
-
-#2006/10/11 - corsair - bug #150925
-graphlcd
-lcd_devices_graphlcd
-
-
-# conky dependencies missing keywords related (dragonheart -20061112)
-# media-sound/mpd
-mpd
-# app-admin/hddtemp
-hddtemp
-
-# Masked p2p for bug #155302 <josejx@gentoo.org>
-p2p
-
-# 02 Dec 2006; Tony Vroon <chainsaw@gentoo.org>
-# Keywording wpa_supplicant, but I don't have madwifi(-ng) hardware to test with, only BCM4306.
-madwifi
-
-# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006)
-# Mask ALSA drivers depending on PNP functions (not available on PPC)
-alsa_cards_interwave
-alsa_cards_interwave-stb
-# Unmask the Apple drivers
--alsa_cards_aoa
--alsa_cards_aoa-fabric-layout
--alsa_cards_aoa-onyx
--alsa_cards_aoa-soundbus
--alsa_cards_aoa-soundbus-i2s
--alsa_cards_aoa-tas
--alsa_cards_aoa-toonie
--alsa_cards_powermac
-
-# mask qt4 (does not work) - bug #178779
-qt4
-
-# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh.
-# Bug #184563, 18 Sep 2007
-# Robin H. Johnson <robbat2@gentoo.org>
-audit
-
-# net-libs/libssh2 currently missing keywords (dragonheart 20080402)
-libssh2
-
-# sys-apps/hal is using these (corsair 20081026)
-dell
-laptop
diff --git a/hardened/ppc64/virtuals b/hardened/ppc64/virtuals
deleted file mode 100644
index 03751a34..00000000
--- a/hardened/ppc64/virtuals
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2005 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/virtuals,v 1.6 2007/12/26 21:35:45 phreak Exp $
-
-virtual/bootloader sys-boot/yaboot-static
diff --git a/hardened/x86/2.6/deprecated b/hardened/x86/2.6/deprecated
deleted file mode 100644
index 6920ba0c..00000000
--- a/hardened/x86/2.6/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/x86/10.0
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/x86/10.0 profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/x86/2.6/profile.bashrc b/hardened/x86/2.6/profile.bashrc
deleted file mode 100644
index e2dff224..00000000
--- a/hardened/x86/2.6/profile.bashrc
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/profile.bashrc,v 1.1 2009/03/24 17:29:22 gengor Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
- echo
- ewarn "The hardened/x86/2.6 profile is deprecated. This profile has been"
- ewarn "pushed down to hardened/x86. Please update your /etc/make.profile"
- ewarn "symlink to use the hardened/x86 profile. See: eselect profile list"
- echo
-fi
diff --git a/hardened/x86/deprecated b/hardened/x86/deprecated
deleted file mode 100644
index 6920ba0c..00000000
--- a/hardened/x86/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/x86/10.0
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/x86/10.0 profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/x86/make.defaults b/hardened/x86/make.defaults
deleted file mode 100644
index ae5fc59d..00000000
--- a/hardened/x86/make.defaults
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.19 2009/08/16 22:09:15 remi Exp $
-
-ARCH="x86"
-ACCEPT_KEYWORDS="x86"
-
-CHOST="i486-pc-linux-gnu"
-CFLAGS="-mcpu=i486 -O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-
-USE="berkdb crypt hardened nls nptl nptlonly pam pic readline ssl tcpd zlib"
-
-# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
-# Defaults for video drivers
-VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 imstt intel \
- mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage \
- siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware \
- voodoo"
-
-# 2006/12/21 - Andrej Kacian <ticho@gentoo.org>
-# Defaults for audio drivers
-ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 \
- emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m \
- maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
-PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/x86/"
diff --git a/hardened/x86/minimal/deprecated b/hardened/x86/minimal/deprecated
deleted file mode 100644
index 6920ba0c..00000000
--- a/hardened/x86/minimal/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-hardened/linux/x86/10.0
-# Check 'eselect profile list'.
-# Find the number that corresponds with the hardened/linux/x86/10.0 profile.
-# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
-#
-# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
-# See: "General instructions" in Section 3. "Profile updating instructions"
diff --git a/hardened/x86/minimal/make.defaults b/hardened/x86/minimal/make.defaults
deleted file mode 100644
index 9a0ed8f4..00000000
--- a/hardened/x86/minimal/make.defaults
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2007 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/minimal/make.defaults,v 1.1 2009/03/24 17:29:22 gengor Exp $
-
-# - TESTING PROFILE - TESTING PROFILE -
-# ------ USE AT YOUR OWN RISK ------
-
-ARCH="x86"
-ACCEPT_KEYWORDS="${ARCH}"
-USE="-* ${ARCH} crypt hardened minimal multicall ncurses pic readline zlib"
-PORTDIR=/usr/portage/
-PKGDIR=${PORTDIR}/packages/${ARCH}/
-
-CFLAGS="-Os -pipe"
-CXXFLAGS="${CFLAGS}"
-FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig"
-
diff --git a/hardened/x86/minimal/parent b/hardened/x86/minimal/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/x86/minimal/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/x86/minimal/use.mask b/hardened/x86/minimal/use.mask
deleted file mode 100644
index 6645969e..00000000
--- a/hardened/x86/minimal/use.mask
+++ /dev/null
@@ -1,2 +0,0 @@
-pam
-nls
diff --git a/hardened/x86/minimal/virtuals b/hardened/x86/minimal/virtuals
deleted file mode 100644
index 590fb849..00000000
--- a/hardened/x86/minimal/virtuals
+++ /dev/null
@@ -1 +0,0 @@
-virtual/ssh net-misc/dropbear
diff --git a/hardened/x86/package.mask b/hardened/x86/package.mask
deleted file mode 100644
index 5944c938..00000000
--- a/hardened/x86/package.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/package.mask,v 1.54 2009/09/11 17:48:07 gengor Exp $
-
-<sys-kernel/linux-headers-2.5
-
-# Christian Faulhammer <opfer@gentoo.org> (05 Dec 2006)
-# this version is badly broken on x86, see bug #153280
-~app-arch/rpm-4.4.7
diff --git a/hardened/x86/package.use b/hardened/x86/package.use
deleted file mode 100644
index 9a3642cd..00000000
--- a/hardened/x86/package.use
+++ /dev/null
@@ -1,4 +0,0 @@
-# This file requires >=portage-2.1.2 (see bug #61732)
-
-# cyrus-sasl doesn't work w/ USE=berkdb (#192753)
-dev-libs/cyrus-sasl gdbm
diff --git a/hardened/x86/package.use.mask b/hardened/x86/package.use.mask
deleted file mode 100644
index aa35bf56..00000000
--- a/hardened/x86/package.use.mask
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/package.use.mask,v 1.11 2009/08/05 15:02:47 gengor Exp $
-
-# 26 Mar 2009: Gordon Malm <gengor@gentoo.org>
-# This version fails if <gcc-4.2, subsequent versions do not
-=x11-libs/pixman-0.12.0 sse2
-
-# Raúl Porcel <armin76@gentoo.org> (02 Dec 2008)
-media-libs/realcodecs win32codecs
-
-# Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008)
-# Disabling gcj flag, no gcc-4.3.1 yet
-dev-java/eclipse-ecj gcj
-
-# cyrus-sasl doesn't work w/ USE=berkdb (#192753)
-dev-libs/cyrus-sasl berkdb
-
-# bug #147908 - unmask these on x86 profiles
->=dev-java/sun-jdk-1.5 -nsplugin
->=dev-java/sun-jre-bin-1.5 -nsplugin
->=dev-java/ibm-jdk-bin-1.5 -nsplugin
->=dev-java/ibm-jre-bin-1.5 -nsplugin
-
-# missing the necessary linux-headers dep
->=net-fs/netatalk-2.0.3-r3 xfs
diff --git a/hardened/x86/packages b/hardened/x86/packages
deleted file mode 100644
index c3d77e4e..00000000
--- a/hardened/x86/packages
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/packages,v 1.16 2009/07/14 08:39:00 gengor Exp $
-
-*>=sys-devel/binutils-2.13.90.0.4
-
->=x11-base/xorg-x11-6.8.0-r4
-
-*sys-devel/libtool
-*virtual/dev-manager
diff --git a/hardened/x86/parent b/hardened/x86/parent
deleted file mode 100644
index f3229c5b..00000000
--- a/hardened/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/hardened/x86/use.mask b/hardened/x86/use.mask
deleted file mode 100644
index 1c378b95..00000000
--- a/hardened/x86/use.mask
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/use.mask,v 1.33 2009/07/06 00:02:57 gengor Exp $
-
-# SIMD
--3dnow
--3dnowext
--mmx
--mmxext
--sse
--sse2
--sse3
--ssse3
-
-# arch/other
--kqemu
--nvram
--svga
-
-# Copied from default-linux/x86 2006-04-02; bug #128490
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-# codec support
--win32codecs
--x264
-
-# Diego Petteno <flameeyes@gentoo.org> (4 Jan 2007)
-# Unmask the flags for PHP that are available only on x86
--fdftk
--sybase-ct
--ingres
--birdstep
--adabas
--filepro
--pfpro
--informix
--empress
--empress-bcs
--sybase
--frontbase
--dbmaker
--esoob
--solid
-# Shared with amd64
--oci8
--oracle7
--firebird
--db2
diff --git a/hardened/x86/virtuals b/hardened/x86/virtuals
deleted file mode 100644
index a9794db7..00000000
--- a/hardened/x86/virtuals
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/virtuals,v 1.13 2009/03/24 17:26:37 gengor Exp $
-