profiles: scrub old unused settings

We used to try to sync these from Gentoo, but gave up long ago.
We use a few of the arch/ and features/ settings still, and some
of the common metadata files, but purge everything else to avoid
confusing people.

BUG=None
TEST=CQ passes

Change-Id: I36a47f464e2d27d7a5a003f4d004be555d1f463f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/portage-stable/+/2940944
Tested-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Chris McDonald <cjmcdonald@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
deleted file mode 100644
index 83256c4..0000000
--- a/profiles/base/make.defaults
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.110 2014/01/18 01:02:47 vapier Exp $
-#
-# System-wide defaults for the Portage system
-# See portage(5) manpage
-
-# Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
-IUSE_IMPLICIT="prefix"
-USE_EXPAND_UNPREFIXED="ARCH"
-USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
-USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
-USE_EXPAND_VALUES_KERNEL="AIX Cygwin Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt"
-USE_EXPAND_VALUES_USERLAND="BSD GNU"
-
-# Env vars to expand into USE vars.  Modifying this requires prior
-# discussion on gentoo-dev@gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
-
-# USE_EXPAND variables whose contents are not shown in package manager
-# output. Changes need discussion on gentoo-dev.
-USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ABI_MIPS ABI_PPC ABI_S390 ABI_X86"
-
-CONFIG_PROTECT="/etc"
-CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
-
-# Variables that are set exclusively by the profile
-# and not by user configuration files.
-PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
-
-# 'Sane' defaults
-ELIBC="glibc"
-KERNEL="linux"
-USERLAND="GNU"
-INPUT_DEVICES="keyboard mouse"
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013)
-# By default enable libreoffice implementation only.
-OFFICE_IMPLEMENTATION="libreoffice"
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (12 Aug 2011)
-# By default do not build any grub platform and let it guess.
-GRUB_PLATFORMS=""
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (05 May 2013)
-# By default enable all extensions with no dependencies
-LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (15 May 2011)
-# Andreas K. Hüttel <dilfridge@gentoo.org> (19 Aug 2011, 25 Mar 2012)
-# By default build all koffice / calligra features.
-CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author"
-
-# Pacho Ramos <pacho@gentoo.org> (14 Feb 2010)
-# Enable 'ptp2' by default as it is available for most cameras.
-CAMERAS="ptp2"
-
-# Ole Markus With <olemarkus@gentoo.org> (09 Oct 2010)
-# Default PHP targets (should always be latest stable version)
-PHP_TARGETS="php5-5"
-
-# Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010)
-# Small default list of enabled plugins for collectd
-COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (26 Oct 2010)
-# By default enable all protocols for average GPS user
-GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx"
-
-# Benedikt Böhm <hollow@gentoo.org> (27 Nov 2007)
-# Sane defaults for built-in apache modules
-# Patrick Lauer <patrick@gentoo.org> (12 Oct 2012)
-# extend for apache 2.4
-APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
-
-# Peter Volkov <pva@gentoo.org> (29 Apr 2010)
-# Set some defaults or package will fail to build (Check mconfig in package sources)
-XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
-
-# Robert Buchholz <rbu@gentoo.org> (17 Jan 2006)
-# Some common lcd devices
-LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
-
-# 2006/10/17 - Daniel Drake <dsd@gentoo.org>
-# cracklib is becoming optional in shadow (and removed from system) as of
-# today. However, cracklib is very standard across the Linux world so we
-# enable it by default.
-#
-# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007)
-# Moved to base/ profile from default-linux/ so that it also applies to
-# embedded and hardened profiles.
-USE="cracklib"
-
-# Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
-# Netbeans modules/clusters
-NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
-
-# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
-# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
-# Build kernel modules from linux-mod by default:
-USE="${USE} modules"
-
-# Alex Legler <a3li@gentoo.org> (30 Nov 2009)
-# Default Ruby build targets
-RUBY_TARGETS="ruby19 ruby18"
-
-# Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
-# Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx
-# instead of USE nocxx.
-# http://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml
-USE="${USE} cxx"
-
-# Tiziano Müller <dev-zero@gentoo.org> (24 Jan 2010)
-# We usually don't want python to (re)write .py[co] files during phase runs
-# since it could cause sandbox violations
-PYTHONDONTWRITEBYTECODE="1"
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
-# Add in expanded PYTHON_TARGETS or stage1 builds break because of USE="-* ${BOOTSTRAP_USE}"
-# This MUST be kept in sync with the PYTHON_TARGETS below
-BOOTSTRAP_USE="cxx unicode python_targets_python3_3 python_targets_python2_7"
-
-# Mike Gilbert <floppym@gentoo.org> (15 May 2012)
-# Default target(s) for python-r1.eclass
-PYTHON_TARGETS="python2_7 python3_3"
-PYTHON_SINGLE_TARGET="python2_7"
-
-# Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
-# Moved from portage's make.globals.
-# 1) do not uninstall kernel modules and therefore allow replacing them,
-# 2) allow replacing unowned compiled Python modules (python-r1 migration),
-# 3) allow replacing unowned dropin.cache files (twisted-r1 migration).
-COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class */dropin.cache"
-UNINSTALL_IGNORE="/lib/modules/*"
-
-# Andreas K. Hüttel <dilfridge@gentoo.org> (23 Aug 2013)
-# Make emerge messages default to English as per Council decision
-LC_MESSAGES=C
diff --git a/profiles/base/package.use b/profiles/base/package.use
deleted file mode 100644
index f3a0ec3..0000000
--- a/profiles/base/package.use
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use,v 1.30 2013/09/12 13:37:39 flameeyes Exp $
-
-# Hans de Graaff <graaff@gentoo.org> (3 Sep 2013)
-# Enable ruby20 on the core ruby packages so we don't
-# need to include ruby20 in RUBY_TARGETS right now.
-# bug 483254
->=dev-ruby/rubygems-2.0.3 ruby_targets_ruby20
->=dev-ruby/rake-0.9.6 ruby_targets_ruby20
->=dev-ruby/json-1.8.0 ruby_targets_ruby20
->=dev-ruby/racc-1.4.9 ruby_targets_ruby20
->=dev-ruby/rdoc-4.0.1-r1 ruby_targets_ruby20
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (27 Jul 2012)
-# Modular X: Build the Xorg X server by default
-x11-base/xorg-server xorg
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (11 Apr 2011)
-# Disable ldap support by default in sudo, as it seem to lack
-# developers maintaining that particular support and is, thus, vastly
-# untested.
-app-admin/sudo -ldap
-
-# Doug Goldstein <cardoe@gentoo.org> (30 Aug 2010)
-# bug #332077 - Disable xcb backend by default for cairo-1.10. Its not
-# really prime time ready prior to cairo-1.10
-<x11-libs/cairo-1.10 -xcb
-
-# Zac Medico <zmedico@gentoo.org> (04 Dec 2009)
-# Bug #295615 - Disable cxx by default, in order to avoid a die
-# in pkg_setup with default USE settings (cxx requires sasl).
-net-nds/openldap -cxx
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
deleted file mode 100644
index 81ce026..0000000
--- a/profiles/base/package.use.force
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.44 2013/12/26 09:34:00 graaff Exp $
-
-# Michał Gorny <mgorny@gentoo.org> (26 Feb 2013)
-# Meta-packages which use multilib ebuilds always install development
-# headers. The flag is there to satisfy deps only.
->=app-emulation/emul-linux-x86-xlibs-20130224-r1 development
-
-# Zac Medico <zmedico@gentoo.org> (4 Dec 2012)
-# Force app-shells/bash[readline] in stage1 builds, so that compgen is
-# available for sys-apps/portage (see bug #445576).
-app-shells/bash readline
-
-# Michał Górny <mgorny@gentoo.org> (14 Oct 2012)
-# Force-enable all PYTHON_TARGETS for python-exec to avoid using private
-# API. Please remember to keep it in sync with python_targets.desc.
-dev-lang/python-exec python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0
-dev-python/python-exec python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0
-
-# Samuli Suominen <ssuominen@gentoo.org> (23 Jan 2012)
-# Forcing enabled while waiting for eselect-notify-send wrt #379941
-x11-libs/libnotify symlink
-
-# Zac Medico <zmedico@gentoo.org> (20 Oct 2010)
-# Force ipc USE flag since it should remain enabled unless
-# it is found to be incompatible with a specific profile
-# or environment. When enabled, it fixes bug #278895,
-# bug #315615, and makes subshell die support more robust
-# (so that repoman's ebuild.nesteddie check is irrelevant).
-sys-apps/portage ipc
-
-# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-# Python should use wide Unicode implementation by default.
-# Switching of "wide-unicode" USE flag changes ABI of Python
-# and requires reinstallation of many Python modules.
-dev-lang/python wide-unicode
-
-# Peter Alfredsen <loki_val@gentoo.org> (11 Apr 2009)
-# Forcing w.r.t. bug 265336. When unicode use-flag is
-# turned off, ABI is broken without a .so bump.
-dev-libs/libpcre unicode
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (14 Jan 2010)
-# List of packages working on a single (non-default) Ruby
-# implementation that cannot, thus, be turned off.
-dev-ruby/bitescript ruby_targets_jruby
-dev-ruby/duby ruby_targets_jruby
-dev-ruby/jruby-debug-base ruby_targets_jruby
-dev-ruby/jruby-openssl ruby_targets_jruby
-=dev-ruby/test-unit-1* ruby_targets_ruby19
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (14 Jan 2010)
-# Multi-version Ruby virtuals for sanity
-~virtual/ruby-ssl-0 ruby_targets_ruby18
-~virtual/ruby-ssl-1 ruby_targets_ruby19
-~virtual/ruby-ssl-2 ruby_targets_jruby
-~virtual/ruby-ssl-3 ruby_targets_ruby20
-~virtual/ruby-ssl-4 ruby_targets_ruby21
-~virtual/ruby-rdoc-0 ruby_targets_ruby18
-~virtual/ruby-rdoc-1 ruby_targets_ruby19
-~virtual/ruby-rdoc-2 ruby_targets_jruby
-~virtual/ruby-rdoc-3 ruby_targets_ruby20
-~virtual/ruby-rdoc-4 ruby_targets_ruby21
-~virtual/ruby-threads-0 ruby_targets_ruby18
-~virtual/ruby-threads-1 ruby_targets_ruby19
-~virtual/ruby-threads-2 ruby_targets_jruby
-~virtual/ruby-threads-3 ruby_targets_ree18
-~virtual/ruby-threads-4 ruby_targets_ruby20
-~virtual/ruby-threads-5 ruby_targets_ruby21
-~virtual/rubygems-1 ruby_targets_ruby18
-~virtual/rubygems-2 ruby_targets_jruby
-~virtual/rubygems-3 ruby_targets_ree18
-~virtual/rubygems-4 ruby_targets_ruby19
-~virtual/rubygems-5 ruby_targets_rbx
-~virtual/rubygems-6 ruby_targets_ruby20
-~virtual/rubygems-7 ruby_targets_ruby21
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
deleted file mode 100644
index ac645d4..0000000
--- a/profiles/base/package.use.mask
+++ /dev/null
@@ -1,611 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.540 2014/01/13 17:31:25 polynomial-c Exp $
-
-# This file requires >=portage-2.1.1
-# New entries go on top.
-#
-
-# Andreas K. Huettel <dilfridge@gentoo.org> (4 Jan 2014)
-# Mask until dependencies are keyworded (bug 497068)
-dev-vcs/git mediawiki
-
-# Sergey Popov <pinkbyte@gentoo.org> (27 Dec 2013)
-# Mask because Boost.Context library does not work on most of arches
-dev-libs/boost context
-
-# Lars Wendler <polynomial-c@gentoo.org> (26 Dec 2013)
-# Masked until upstream has fixed support with >=polarssl-1.3.0
-# (see upstream bug https://github.com/fatbob313/umurmur/issues/24)
-# and affected versions are removed from the tree.
-<media-sound/umurmur-0.2.14 polarssl
-
-# Gilles Dartiguelongue <eva@gentoo.org> (25 Dec 2013)
-# gjs: tests fail and support for it was purely and simply removed in master/1.9
-# python2_6: unit tests fail for this abi, must report usptream
->=dev-libs/libpeas-1.9 gjs python_targets_python2_6
-
-# Gilles Dartiguelongue <eva@gentoo.org> (23 Dec 2013)
-# Gstreamer support fails to build due to libtool shortcomings when using
-# an intermediate library as a dependency of another libtool target dependency.
-# Since this is new and unused yet, keep it masked for now and check
-# with upstream if there is something that can be done to fix the issue.
-media-libs/cogl gstreamer
-
-# Rick Farina <zerochaos@gentoo.org> (20 Dec 2013)
-# masked pending rake 10 availability
-net-analyzer/metasploit development test
-
-# Johannes Huber <johu@gentoo.org> (18 Dec 2013)
-# net-libs/libotr-4.0.0 is masked. Please remove the use mask if package mask
-# is lifted.
->=kde-base/kopete-4.12.0 otr
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (15 Dec 2013)
-# pulseaudio patchset breaks too often on live wine ebuild
-=app-emulation/wine-9999 pulseaudio
-
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (13 Nov 2013)
-# Depends on masked dev-lang/v8
-dev-db/drizzle v8
-
-# Andrey Grozin <grozin@gentoo.org> (12 Nov 2013)
-# berkdb support works only for sys-libs/db-6.0 which is masked
-sci-physics/reduze berkdb
-
-# Michał Górny <mgorny@gentoo.org> (10 Nov 2013)
-# (on behalf of python@)
-# USE=sandbox is not done properly in Gentoo and results in crippled
-# PyPy install that is not usable for non-sandbox clients (and there are
-# no real sandbox clients right now). Masked until the flag is
-# re-implemented or dropped. For more details, bug #429372.
-dev-python/pypy sandbox
-
-# Julian Ospald <hasufell@gentoo.org> (27 Oct 2013)
-# luajit is in ~arch, prepare for minetest stabilization
-games-action/minetest luajit
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (13 Oct 2013)
-# Masked for security bug #472280, CVE 2013-1872
-<=media-libs/mesa-9.0.3 video_cards_intel video_cards_i965
-
-# Tom Wijsman <TomWij@gentoo.org> (15 Sep 2013)
-# Mask JCE functionality of diablo-jdk because it depends on masked sun-jce-bin,
-# this needs to be revisited to either be dropped from the Portage tree or to
-# use the new way of doing JCE as part of a revision or version bump.
-dev-java/diablo-jdk jce
-
-# Tom Wijsman <TomWij@gentoo.org> (7 Sep 2013)
-# Dependency (www-servers/mongrel) currently only
-# works with Ruby 1.8; so, masking Ruby 1.9 USE flag
-# until Ruby 1.9 support is added to mongrel.
-net-proxy/swiftiply ruby_targets_ruby19
-
-# Jeff Horelick <jdhore@gentoo.org> (1 Sep 2013)
-# Dependency (media-libs/libsidplayfp) only keyworded
-# on x86 and amd64. Will unmask there.
->=media-plugins/audacious-plugins-3.4 sid
-
-# Julian Ospald <hasufell@gentoo.org> (31 Aug 2013)
-# Randomly breaks consumers at runtime. Do not report
-# gentoo bugs.
-media-libs/libsdl2 custom-cflags
-
-# Mike Gilbert <floppym@gentoo.org> (23 Aug 2013)
-# Requires hard-masked ffmpeg.
->=www-client/chromium-30 system-ffmpeg
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (22 Aug 2013)
-# Causes build to fail, issue is being discussed with upstream
->=www-plugins/gnash-0.8.10_p20130822 openvg
-
-# Tim Harder <radhermit@gentoo.org> (13 Aug 2013)
-# Related deps dev-lang/luajit and dev-scheme/racket are not keyworded by most arches.
-app-editors/vim luajit racket
-app-editors/gvim luajit racket
-
-# Alexis Ballier <aballier@gentoo.org> (11 Aug 2013)
-# Multilib migrated version for binary compatibility.
-# Those useflags have deps that are not migrated yet.
-=media-video/ffmpeg-0.10* libass frei0r gnutls rtmp vaapi sdl openssl
-
-# Kacper Kowalik <xarthisius@gentoo.org> (09 Aug 2013)
-# Doesn't work on most profiles. Easier to mask here and 
-# unmask in particular profiles
-sys-apps/hwloc cuda gl opencl
-
-# Samuli Suominen <ssuominen@gentoo.org> (07 Aug 2013)
-# There is no support for recent app-pda/libimobiledevice wrt bug #471920
-# Upstream removed entire support in future release:
-# http://code.google.com/p/clementine-player/source/detail?r=3d434f1c881890dd77fea6d0e3de3afc86971196
-# Remove this entry once <=media-sound/clementine-1.1.1 has left the building
-media-sound/clementine ios
-<media-sound/clementine-1.2.0 ipod
-
-# Ben de Groot <yngwin@gentoo.org> (07 Aug 2013)
-# Newer lightdm doesn't work with current razorqt-lightdm-greeter, bug 479734
->=x11-misc/lightdm-1.5.0 razor
-
-# Andreas K. Huettel <dilfridge@gentoo.org> (21 Jul 2013)
-# designer is pulled in by kdelibs, designer[phonon] blocks kdelibs...
-# Lots of reports on difficulties. Acked by kensington for qt team
-dev-qt/designer phonon
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (13 Jul 2013)
-# GL/GLES support in cairo is mutually exclusive, bug #428770.
-x11-libs/cairo gles2
-dev-libs/weston gles2 rpi
-
-# Alexis Ballier <aballier@gentoo.org> (03 Jul 2013)
-# The idea behind using libunwind there is to avoid needing to link to libgcc_s
-# and have a C++ stack without gcc with libcxx.
-# However, in any case, clang links its binaries to libgcc_s, hence at the
-# moment there is not much point in enabling this.
-sys-libs/libcxxrt libunwind
-
-# Michael Weber <xmw@gentoo.org>  (19 Jun 2013)
-# Not fit for production
-=www-client/netsurf-3.0* fbcon pdf-writer gstreamer
-
-# Anthony G. Basile <blueness@gentoo.org> (18 Jun 2013)
-# Only work on amd64/x86
-net-libs/cyassl aes-ni
-
-# Sergey Popov <pinkbyte@gentoo.org> (08 Jun 2013)
-# mask because requires unstable depends not ready for the stabilization
-app-leechcraft/leechcraft-meta unstable
-
-# Robin H. Johnson <robbat2@gentoo.org> (02 Jun 2013)
-# PBXT is no longer supported by upstream, and fails testcases.
->=dev-db/mysql-5.5 pbxt
->=dev-db/mariadb-5.5 pbxt
-# overlay -- no inline comments wrt bug #472292, ssuominen (04 Jun 2013)
->=dev-db/mysql-cluster-5.5 pbxt
->=dev-db/mariadb-galera-5.5 pbxt
->=dev-db/percona-server-5.5 pbxt
->=dev-db/google-mysql-5.5 pbxt
-
-# XFCE <xfce@gentoo.org> (01 Jun 2013)
-# Masked temporarily while waiting for >=net-libs/webkit-gtk-2 unmasking from
-# profiles/package.mask
->=www-client/midori-0.5.2 webkit2
-
-# Kacper Kowalik <xarthisius@gentoo.org> (19 May 2013)
-# Fails to build, haven't had time to debug
-app-doc/doxygen sqlite
-
-# Alexis Ballier <aballier@gentoo.org> (08 May 2013)
-# On behalf of Pavel Sanda <ps@twin.jikos.cz>
-# Lyx is currently not working with subversion 1.7 and needs 1.6.
-app-office/lyx subversion
-
-# Christian Faulhammer <fauli@gentoo.org> (08 May 2013)
-# Will not build successfully yet
-mail-client/claws-mail gtk3
-
-# Bernard Cafarelli <voyageur@gentoo.org> (04 Apr 2013)
-# Broken for now (segmentation fault on play)
-gnustep-apps/cynthiune flac
-
-# Richard Freeman <rich0@gentoo.org> (24 Mar 2013)
-# Dependency is masked for buffer overflows for now
-app-text/yagf cuneiform
-
-# Michael Weber <xmw@gentoo.org> (23 Mar 2013)
-# Does not build.
-=media-libs/oyranos-0.9.4* fltk
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (19 Mar 2013)
-# Depends on special llvm-3.2 branch from tstellar
-=media-libs/mesa-9.1* r600-llvm-compiler video_cards_radeonsi
-
-# Christoph Junghans <ottxor@gentoo.org> (10 Mar 2013)
-# log4cxx has known memory leaking issues wrt bug #287697,
-# unmask when log4cxx is fixed and stable.
-media-sound/google-musicmanager log
-
-# Tom Wijsman <TomWij@gentoo.org> (10 Mar 2013)
-# Experimental, masked until it compiles and works.
-media-libs/avidemux-core system-ffmpeg
-
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (07 Mar 2013)
-# Experimental, breaks WebSQL. Please report sites broken
-# by enabling this flag.
-www-client/chromium system-sqlite
-
-# Justin Lecher <jlec@gentoo.org> (21 Feb 2013)
-# cuda only works on x86 and amd64
-sci-libs/cholmod cuda
-sci-libs/flann cuda
-
-# Agostino Sarubbo <ago@gentoo.org< (21 Feb 2013)
-# Mask vpx because requires new libvpx and is not ready to go to stable
->=media-plugins/gst-plugins-meta-1.0 vpx
-
-# Julian Ospald <hasufell@gentoo.org> (20 Feb 2013)
-# Unsupported and experimental.
-net-misc/teamviewer system-wine
-
-# Alexis Ballier <aballier@gentoo.org> (15 Feb 2013)
-# Needs a huge patch to build against recent releases of FFmpeg/libav.
-# Mask it until upstream fixes it. Bug #417869
-media-sound/audacity ffmpeg
-
-# Julian Ospald <hasufell@gentoo.org> (10 Feb 2013)
-# This flag is experimental and breaks googleearth
-# in numerous ways. Unsupportable.
->=sci-geosciences/googleearth-7.0.2.8415-r2 system-qt
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (30 Dec 2012)
-# sys-apps/biosdevname is keyworded only for amd64/x86
-# systemd keyworded only for amd64/arm/x86
-sys-kernel/dracut dracut_modules_biosdevname dracut_modules_systemd
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (30 Dec 2012)
-# chromium and mono are keyworded only on a few arches
-gnome-extra/zeitgeist-datasources chromium tomboy
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (27 Dec 2012)
-# Incompatible with evolution-data-server-3.6, blocks upgrade to gnome-3.6
-# See bug #436460 and http://git.gnome.org/browse/tracker/log/?h=evo-new-api
-app-misc/tracker eds
-
-# Christoph Jungans <ottxor@gentoo.org> (26 Dec 2012)
-# cuda/openmm/mkl only works on x86/amd64
-sci-chemistry/gromacs cuda mkl openmm
-
-# Zac Medico <zmedico@gentoo.org> (13 Jun 2012)
-# Mask USE=pypy2_0 for sys-apps/portage, since pypy has limited KEYWORDS.
-sys-apps/portage pypy2_0
-
-# Jory A. Pratt <anarchy@gentoo.org> (15 Dec 2012)
-# PGO is known to be busted with most configurations
-www-client/firefox pgo
-
-# Sergey Popov <pinkbyte@gentoo.org> (26 Nov 2012)
-# PDF docs building failed with sandbox violation
-media-libs/opencolorio pdf
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (3 Nov 2012)
-# Requires net-dns/unbound which is not keyworded by most arches
-net-libs/gnutls dane
-
-# Alexis Ballier <aballier@gentoo.org> (1 Nov 2012)
-# dev-ml/ocamlduce requires ocaml-3 and there has been no upstream release to
-# support ocaml-4. Mask useflags requiring it so that we can mask ocamlduce and
-# unmask ocaml-4.
-dev-ml/tyxml ocamlduce
-www-servers/ocsigen ocamlduce
-dev-ml/eliom ocamlduce
-
-# GNOME <gnome@gentoo.org> (02 Oct 2012)
-# Mask USE="udisks" and use USE="gdu" as the default for <gnome-base/gvfs-1.14;
-# older gvfs releases have problems with recent stable udisks:2 (bug #463792)
-<gnome-base/gvfs-1.14 udisks
-
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (28 Sep 2012)
-# Causes problems with old NVidia drivers, bug #413637.
-<www-client/chromium-32.0.1700.19 tcmalloc
-
-# Diego Elio Pettenò (27 Aug 2012)
-# The libpci access is only used for linux.
-net-analyzer/net-snmp pci
-
-# Diego Elio Pettenò (20 Aug 2012)
-# The prevent-removal USE flag is only implemented for Linux.
-sys-auth/pam_mktemp prevent-removal
-
-# Ben de Groot <yngwin@gentoo.org> (30 Jul 2012)
-# fontconfig-infinality dependency not yet keyworded on most arches
-media-libs/freetype infinality
-
-# Ralph Sennhauser <sera@gentoo.org> (18 Jul 2012)
-# Requires masked eclipse-sdk.
-dev-lang/icc eclipse
-dev-lang/idb eclipse
-
-# Michael Weber<xmw@gentoo.org>  (18 Jun 2012)
-# Not fit for production
-=www-client/netsurf-2.9 pdf-writer javascript gstreamer
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (16 Jul 2012)
-# Stop glibc/uclibc from using iconv in blender
-media-gfx/blender iconv
-
-# Rick Farina <zerochaos@gentoo.org> (05 July 2012)
-# cuda is available on x86/amd64 only
-app-crypt/johntheripper cuda
-
-# Mike Gilbert <floppym@gentoo.org> (29 Jun 2012)
-# sys-fs/zfs is not available everywhere.
-sys-boot/grub libzfs
-
-# Andreas K. Huettel <dilfridge@gentoo.org> (03 Jun 2012)
-# needs libpqxx-3* which is not in the tree anymore
-app-office/calligra postgres
-
-# Michael Weber<xmw@gentoo.org>  (02 Jun 2012)
-# Not fit for production (bug 404403, comment #5)
-dev-db/firebird client
-
-# Andreas K. Huettel <dilfridge@gentoo.org> (25 Mai 2012)
-# Requires icc which does not emerge (distfile unavailable)
-media-libs/opencv ipp
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (10 May 2012)
-# This entry can be removed by anyone after gnome-panel-3.* is stabilized
-# Mask to allow stabilization (bug #414983)
-=app-misc/gnote-0.8.2 applet
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (02 May 2012)
-# Causes crashes and build failures, not needed by any package, bug #412177
-x11-libs/cairo qt4
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (12 Apr 2012)
-# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
-# gobject-introspection[doctool], bug #411761
-dev-libs/gobject-introspection doctool
-
-# Michał Górny <mgorny@gentoo.org> (11 Apr 2012)
-# JIT compilation in libzpaq generates code for x86/amd64.
-app-arch/libzpaq jit
-
-# Alexis Ballier <aballier@gentoo.org> (8 Apr 2012)
-# mask x264-encoder[ffmpegsource] on all versions but latest one
-# ffmpegsource which is pulled in is only ~arch and not ready to be
-# stabilised ( bug #410341 ). x264 needs to be stabilied for bug #401069
-<media-video/x264-encoder-0.0.20120327 ffmpegsource
-
-# Arun Raghavan <ford_prefect@gentoo.org> (28 Mar 2012)
-# webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
-# added.
-# Arun Raghavan <ford_prefect@gentoo.org> (24 May 2012)
-# Mask xen USE flag by default, unmask on x86/amd64 where it is supported.
-media-sound/pulseaudio webrtc-aec xen
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (27 Mar 2012)
-# Requires libxkbcommon from the x11 overlay
-<dev-cpp/gtkmm-3.7 wayland
-<x11-libs/gtk+-3.7 egl wayland
-
-# Tim Harder <radhermit@gentoo.org> (22 Mar 2012)
-# Masked since skype isn't stable
-net-im/bitlbee skype
-
-# Samuli Suominen <ssuominen@gentoo.org> (20 Mar 2012)
-# This is for udev-acl. Unmasked in default/linux/package.use.mask.
-sys-auth/consolekit acl
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (25 Feb 2012)
-# directfb build issues, bug #405817.
-www-plugins/gnash directfb
-
-# Justin Lecher <jlec@gentoo.org> (13. Feb 2012)
-# Is broken somehow, upstream informed
->=sci-chemistry/pymol-1.5.0.1 vmd
-
-# Bernard Cafarelli <voyageur@gentoo.org> (08 Feb 2012)
-# libobjc2/clang experimental support
->=gnustep-base/gnustep-make-2.6.2 libobjc2
-
-# Christoph Junghans <ottxor@gentoo.org> (04 Feb 2012)
-# mips only use flags
->=sci-libs/fftw-3 paired-single zbus
-
-# Samuli Suominen <ssuominen@gentoo.org> (10 Jan 2012)
-# This is required only for Linux, so mask it here and unmask in
-# default/linux/package.use.mask. Bug 354923.
-app-arch/libarchive e2fsprogs
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (09 Jan 2012)
-# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
-# it's masked here and unmasked in individual profiles (bug #396313).
-net-libs/webkit-gtk jit
-www-client/epiphany jit
-
-# Mike Frysinger <vapier@gentoo.org> (06 Dec 2011)
-# No one should be mucking with libssp unless they really know what they're
-# doing.  Force extra work on the smart peeps to protect the not-so-smart.
-sys-devel/gcc libssp
-
-# Samuli Suominen <ssuominen@gentoo.org> (06 Dec 2011)
-# NuppelVideo is available on x86 only
-media-video/transcode nuv pic
-
-# Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
-# JavaScriptCore JIT is supported only on amd64/arm/x86, so
-# mask USE="jit" here and unmask it in the relevant arch profiles.
-dev-qt/qtscript jit
-dev-qt/qtwebkit jit
-
-# Samuli Suominen <ssuominen@gentoo.org> (25 Nov 2011)
-# Expose USE="suid" for USE="svga" only for x86 users,
-# see arch/x86/package.use.mask
-www-client/links suid
-
-# Kacper Kowalik <xarthisius@gentoo.org> (09 Nov 2011)
-# pathdb works only as a SIGSEGV generator, mask until upstream
-# fixes it bug #385683
-dev-lang/path64 debugger
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (31 Oct 2011)
-# Let's not suddenly enable clutter on stable evolution versions
-<mail-client/evolution-3 clutter
-
-# Samuli Suominen <ssuominen@gentoo.org> (16 Oct 2011)
-# Mask libbluray support here, and enable it per arch instead
-gnome-base/gvfs bluray
-
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (12 Oct 2011)
-# Upstream support before 27.x not ready:
-# http://code.google.com/p/chromium/issues/detail?id=32757
-<www-client/chromium-27.0.1448.0 pulseaudio
-
-# Nirbheek Chauhan <nirbheek@gentoo.org> (17 Sep 2011)
-# Systemtap is not keyworded on anything except amd64/x86
-# Temporarily mask instead of dropping keywords, bug 384647
-dev-libs/glib systemtap
-
-# Nirbheek Chauhan <nirbheek@gentoo.org> (16 Aug 2011)
-# Mask introspection on ebuilds that went stable before it was unmasked.
-# As these ebuilds are cleaned from the tree, the masks can be removed.
-<app-crypt/seahorse-2.32.0-r1 introspection
-<media-libs/babl-0.1.4-r1 introspection
-<www-client/epiphany-3 introspection
-
-# Robin H. Johnson <robbat2@gentoo.org> (10 Jul 2011)
-# PPS should work on all arches, but only keyworded on amd64/x86
->=net-misc/ntp-4.2.6_p3-r1 parse-clocks
-
-# Andrey Grozin <grozin@gentoo.org> (29 Mar 2011)
-# dev-lang/swig-2.0.2 with -octave generated .cpp files
-# incompatible with >=sci-mathematics/octave-3.4.0
-sci-libs/mathgl octave
-
-# Luca Barbato <lu_zero@gentoo.org> (28 Mar 2011)
-# Mask mplayer2 arch specific flags
-media-video/mplayer2 bluray
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (27 Mar 2011)
-#
-# Mask pdnsd's Linux-specific USE flags.
-net-dns/pdnsd isdn urandom
-
-# Gilles Dartiguelongue <eva@gentoo.org> (26 Mar 2011)
-# Mask due to unsatisfied dependencies
-# applet is required for the search panel applet
->=app-misc/tracker-0.10 applet
-
-# Raúl Porcel <armin76@gentoo.org> (13 Feb 2011)
-# Masked until devs know how to use repoman
-<media-video/mplayer-9999 bluray
-
-# Robin H. Johnson <robbat2@gentoo.org> (28 Nov 2010)
-# bug 344885: USE=debug causes compile to fail presently.
-=dev-db/mysql-5.1.51* debug
-=dev-db/mysql-5.1.52* debug
-=dev-db/mysql-5.1.53* debug
-
-# Justin Lecher <jlec@gentoo.org> (17 Nov 2010)
-# Upstream didn't release patches for aria yet
->=sci-chemistry/cns-1.3 aria
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (8 Sep 2010)
-# drm don't even build here so mask everywhere expect live.
-# openvg require openvg-1.1 implemenatation so mask until there is some
-<x11-libs/cairo-9999 drm
-<x11-libs/cairo-1.12 openvg
-
-# Alex Legler <a3li@gentoo.org> (1 Sep 2010)
-# This feature is marked as experimental by upstream.
-dev-lang/ruby-enterprise fastthreading
-
-# Nirbheek Chauhan <nirbheek@gentoo.org> (26 Jun 2010)
-# Inter-process communication doesn't work on anything except x86/amd64/arm
-# due to lack of atomic ops, bug 325185
-www-client/firefox ipc
-
-# Tomas Touceda <chiiph@gentoo.org> (13 Apr 2010)
-# Masked because libsvm module is broken with this release on every arch.
-dev-lisp/clisp svm
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (4 Apr 2010)
-# Masked because tools pulled in are not supported on most archs.
-sys-power/pm-utils video_cards_intel video_cards_radeon
-
-# Diego E. Pettenò <flameeyes@gmail.com> (18 Jan 2010)
-# Don't use system-wide mode unless you *really* know what you're doing.
-# Keep it masked here so that I don't need to manage two versions every time.
-media-sound/pulseaudio system-wide
-
-# Jeremy Olexa <darkside@gentoo.org> (10 Jan 2010)
-# Upsteam doesn't support ioctl backend and neither does Gentoo. ioctl USE flag
-# will eventually be removed unless the backend is re-written by upstream. bug
-# 299674
->net-misc/wicd-1.6.2.2 ioctl
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (6 Jan 2010)
-# Still not really functional, upstream requires not building it.
-x11-libs/cairo gallium
-
-# Alexey Shvetsov <alexxy@gentoo.org> (3 Dec 2009)
-# Mask very experimental mpi use flag dfor gamess
-sci-chemistry/gamess mpi
-
-# Mounir Lamouri <volkmar@gentoo.org> (07 Nov 2009)
-# Mask cuda for k3d. Works only on amd64/x86. Bug 267264
-media-gfx/k3d cuda
-
-# Gilles Dartiguelongue <eva@gentoo.org> (01 Nov 2009)
-# Broken on so many setups it is just insane.
-# 0.7 is API/ABI incompatible but is the way to go.
-# Masking to lower maintainance headache, bug #291501.
-media-video/totem tracker
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (27 Oct 2009)
-# Broken on so many setups it is just insane.
-# Unmask if you really know what you are doing.
-<sys-apps/groff-1.20.1-r2 linguas_ja
-
-# Samuli Suominen <ssuominen@gentoo.org> (09 Oct 2009)
-# log4cxx has known memory leaking issues wrt bug #287697,
-# unmask when log4cxx is fixed and stable.
-app-misc/strigi log
-
-# Jean-Noël Rivasseau <elvanor@gentoo.org> (23 Sep 2009)
-# X use flag only for amd64/x86, bug 285951.
-media-gfx/iscan X
-
-# Tomáš Chvátal <scarabeus@gentoo.org> (10 Sep 2009)
-# quakeforge has video_cards_tdfx enabled only for x86
-games-fps/quakeforge video_cards_tdfx
-
-# Tomas Chvatal <scarabeus@gentoo.org> (31 Jan 2009)
-# mask cuda for boinc. Works only on amd64 and x86
-sci-misc/boinc cuda
-
-# Robert Buchholz <rbu@gentoo.org> (16 Aug 2008)
-# TLS needs dev-libs/cryptlib, which is x86 only
-dev-python/kaa-base tls
-
-# Serkan Kaba <serkan@gentoo.org> (20 Jul 2008)
-# Java is not supported in most of the arches enchant is keyworded
-app-text/enchant zemberek
-
-# Peter Alfredsen <loki_val@gentoo.org> (25 Jun 2008)
-# Php module fails to build due to newer autotools.
->=media-libs/ming-0.4.0_beta5 php
-
-dev-java/sun-jdk nsplugin
-dev-java/sun-jre-bin nsplugin
-dev-java/ibm-jdk-bin nsplugin
-dev-java/ibm-jre-bin nsplugin
-
-# These are for BSD only
-net-proxy/squid ipf-transparent pf-transparent
-app-admin/sshguard ipfilter
-
-# Linking against libnfsidmap requires libs in /usr #149472
-sys-apps/acl nfs
-
-# Christian Faulhammer <opfer@gentoo.org> (14 Jan 2008)
-# only works on x86, where this will be unmasked
-dev-java/ibm-jdk-bin alsa
-dev-java/ibm-jre-bin alsa
-
-# Raúl Porcel <armin76@gentoo.org> (09 Nov 2008)
-# CPU opts: This needs amd64, x86 and ppc on some of them
-# dvdnav: hard masked dependency
-media-video/mplayer cpudetection custom-cpuopts bindist
-
-# Alexis Ballier <aballier@gentoo.org> <16 Feb 2011>
-# Win32 specific useflags for vlc. Can be used for cross-compiling.
-media-video/vlc direct2d directx dshow dxva2 waveout wingdi
-# Mac OSX / iPhone OS specific useflags
-media-video/vlc audioqueue ios-vout macosx macosx-audio macosx-dialog-provider macosx-eyetv macosx-quartztext macosx-qtkit macosx-vout
-# media-library does not build
-media-video/vlc media-library
-
-# Alexis Ballier <aballier@gentoo.org> <28 Apr 2011>
-# Requires ~arch libcelt and keywording
-<media-video/ffmpeg-2.0 celt
diff --git a/profiles/base/package.use.mask.example b/profiles/base/package.use.mask.example
deleted file mode 100644
index 3c37315..0000000
--- a/profiles/base/package.use.mask.example
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask.example,v 1.2 2009/07/31 11:16:52 ssuominen Exp $
-
-# This file requires >=portage-2.1.1
-# It's named example so portage doesn't open it and it doesn't do anything yet.
-# The syntax is similar to /etc/portage/package.use
-
-###
-### Examples!
-###
-### Masking
-
-# sys-devel/gcc hardened # mask hardened USE flag for sys-devel/gcc
-
-
-### Unmasking
-# sys-devel/gcc -hardened # unmask hardened USE flag for sys-devel/gcc
-
-# DO NOT DO
-# -sys-devel/gcc hardened 
-
-# This wrong example is here because someone did it (he blamed his copy
-# and pasting program).
-
diff --git a/profiles/base/packages b/profiles/base/packages
deleted file mode 100644
index 13593ad..0000000
--- a/profiles/base/packages
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/packages,v 1.65 2013/08/27 07:10:20 ulm Exp $
-
-# Gentoo Base Profile
-
-# NOTE: THIS IS THE BASE PROFILE FOR *ANY* GENTOO BASED OPERATING SYSTEM.
-# NO MODIFICATIONS MAY BE MADE TO THIS FILE WITHOUT PRIOR DISCUSSION.  IF
-# YOU ARE CREATING A NEW PROFILE, YOU SIMPLY NEED TO INHERIT THIS BASE
-# PROFILE IN YOUR PROFILE DIRECTORY'S "parent" FILE.
-
-
-# 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 is a "*" then `emerge system`
-# will use the line in its calculations of what should be installed for the
-# base profile.  Lines without a "*" prefix will be ignored for profile
-# system calculations.
-
-# Please note that this file is rarely used as a package inclusion mask
-# file, because it affects EVERY SINGLE gentoo profile.   As can be seen,
-# we've limited the inclusion mask to a version of portage which supports
-# cascaded profiles, but apart from that, there should be no version
-# specific information in here. This file serves as a high level description
-# of the minimum set of packages needed for any Gentoo based system.
-
-*>=sys-apps/baselayout-2
-*app-arch/bzip2
-*app-arch/gzip
-*app-arch/tar
-*app-arch/xz-utils
-*app-shells/bash
-#*dev-lang/perl
-#*dev-lang/python
-*net-misc/iputils
-*net-misc/rsync
-*net-misc/wget
-*sys-apps/coreutils
-#*sys-apps/debianutils
-*sys-apps/diffutils
-*sys-apps/file
-*sys-apps/findutils
-*sys-apps/gawk
-*sys-apps/grep
-*sys-apps/kbd
-# temporary bugfix for #398295
-*sys-apps/less
-# stopgap solution for functions.sh #373219
-*sys-apps/openrc
-#*>=sys-apps/portage-2.0.51.22
-*sys-process/procps
-*sys-process/psmisc
-*sys-apps/sed
-*sys-apps/texinfo
-*sys-apps/which
-#*sys-devel/autoconf
-#*sys-devel/automake
-*sys-devel/binutils
-#*sys-devel/bison
-#*sys-devel/flex
-*sys-devel/gcc
-*sys-devel/gnuconfig
-#*sys-devel/libtool
-#*sys-devel/m4
-*sys-devel/make
-*>=sys-devel/patch-2.6.1
-*sys-fs/e2fsprogs
-*virtual/dev-manager
-*virtual/editor
-*virtual/libc
-*virtual/man
-*virtual/modutils
-*virtual/os-headers
-*virtual/package-manager
-*virtual/pager
-*virtual/service-manager
-*virtual/shadow
-*virtual/ssh
diff --git a/profiles/base/profile.bashrc b/profiles/base/profile.bashrc
deleted file mode 100644
index 6cc7c18..0000000
--- a/profiles/base/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2006-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.7 2011/06/12 10:10:10 ferringb Exp $
-
-if ! declare -F elog >/dev/null ; then
-	elog() {
-		einfo "$@"
-	}
-fi
diff --git a/profiles/base/use.force b/profiles/base/use.force
deleted file mode 100644
index df19ac4..0000000
--- a/profiles/base/use.force
+++ /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/base/use.force,v 1.3 2009/07/31 16:42:56 ssuominen Exp $
-
-# Force the GNU/Linux ELIBC, KERNEL, and USERLAND
-# flags that apply to the majority of profiles.
-elibc_glibc
-kernel_linux
-userland_GNU
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
deleted file mode 100644
index dc45582..0000000
--- a/profiles/base/use.mask
+++ /dev/null
@@ -1,365 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.184 2014/01/16 00:12:06 redlizard Exp $
-
-# masking here and unmasking in default/linux/
-kmod
-
-# not ready for primetime
-packagekit
-
-# masking here, and unmasking in arch/x86/use.mask
-vidix
-
-# Mask as long its not available everywhere
-zeitgeist
-
-# vdpau is currently only available with binary nvidia-drivers, thus amd64/x86*
-vdpau
-
-# Infiniband stuff should generaly work on all arches but keyworded only on amd64/x86
-infiniband
-
-# These ABIs are in constant change and currently only available for SVN snapshots
-php_targets_php5-2
-#php_targets_php5-4
-
-# Its deps are not mature enough yet
-ayatana
-
-# Only available on x86
-fdftk
-
-# These need libieee1284 which is amd64/x86 only.
-sane_backends_canon_pp
-sane_backends_hpsj5s
-sane_backends_mustek_pp
-sane_backends_qcam
-
-# Gluon still don't have release.
-gluon
-
-# profile specific USE flags
-# Don't put hardened in here.
-selinux
-uclibc
-multilib
-
-# amd64/x86 arch specific USE flags
-kqemu
-3dnow
-3dnowext
-lilo
-mmx
-mmxext
-sse
-sse2
-sse3
-sse4
-sse4a
-sse4_1
-sse4_2
-ssse3
-avx
-avx128fma
-avx256
-fma4
-svga
-nvram
-
-# ppc arch specific USE flags
-altivec
-pbbuttonsd
-ppcsha1
-
-# mips arch specific USE flags
-n32
-n64
-fixed-point
-loongson2f
-mips32r2
-mipsdspr1
-mipsdspr2
-mipsfpu
-
-# ppc64 arch specific USE flags
-ibm
-ps3
-
-# sparc arch specific USE flags
-vis
-ultra1
-
-# arm arch specific USE flags
-armvfp
-armv5te
-armv6
-armv6t2
-iwmmxt
-neon
-
-# nVidia XvMC requires nvidia-drivers/nvidia-legacy-drivers
-nvidia
-
-# dev-db/oracle-instantclient-basic is only available on x86
-oci8-instant-client
-oracle
-
-# net-libs/osptoolkit is only available on x86 (used by asterisk, bug 115798)
-osp
-
-# yellownet is only avaible as a binary blob (bug 149970)
-yellownet
-
-# not keyworded on non-x86 systems
-video_cards_geode
-video_cards_xgi
-video_cards_voodoo
-
-# not needed on non-sparc systems
-video_cards_sunbw2
-video_cards_suncg14
-video_cards_suncg3
-video_cards_suncg6
-video_cards_sunffb
-video_cards_sunleo
-video_cards_suntcx
-
-# not needed on non-mips systems
-video_cards_newport
-video_cards_impact
-
-# not needed on non-x86, non-amd64 systems
-input_devices_virtualbox
-input_devices_vmmouse
-video_cards_nvidia
-video_cards_fglrx
-video_cards_via
-video_cards_vmware
-video_cards_virtualbox
-
-# not needed on non-arm systems
-video_cards_exynos
-video_cards_freedreno
-video_cards_omap
-video_cards_omapfb
-
-# linux-only drivers
-video_cards_qxl
-
-# not needed on non-x86, non-amd64, non-ppc systems
-input_devices_synaptics
-input_devices_wacom
-
-# psyco only works on x86
-psyco
-
-# Mask ELIBC, KERNEL, and USERLAND flags that apply to specific profiles.
-userland_BSD
-
-elibc_AIX
-elibc_Darwin
-elibc_DragonFly
-elibc_FreeBSD
-elibc_HPUX
-elibc_Interix
-elibc_mintlib
-elibc_musl
-elibc_NetBSD
-elibc_OpenBSD
-elibc_SunOS
-elibc_uclibc
-
-kernel_AIX
-kernel_Darwin
-kernel_FreeBSD
-kernel_freemint
-kernel_HPUX
-kernel_Interix
-kernel_NetBSD
-kernel_OpenBSD
-kernel_SunOS
-
-# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006)
-# Mask specific 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 specific Sun drivers
-alsa_cards_sun-amd7930
-alsa_cards_sun-cs4231
-alsa_cards_sun-dbri
-# Mask specific ARM drivers
-alsa_cards_pxa2xx-i2sound
-alsa_cards_pxa2xx-soc
-alsa_cards_pxa2xx-soc-corgi
-alsa_cards_pxa2xx-soc-poodle
-alsa_cards_pxa2xx-soc-spitz
-alsa_cards_pxa2xx-soc-tosa
-alsa_cards_sa11xx-uda1341ts
-alsa_cards_armaaci
-alsa_cards_at91-soc
-alsa_cards_at91-soc-eti-b1-wm8731
-# Mask specific HPPA drivers
-alsa_cards_harmony
-# Mask specific MIPS drivers
-alsa_cards_au1x00
-
-# Diego Pettenò <flameeyes@gentoo.org> (29 Dec 2006)
-# Adobe FDF toolkit is x86 only.
-fdftk
-
-# Diego Pettenò <flameeyes@gentoo.org> (30 Dec 2006)
-# These are specific of Mac OS X
-aqua
-coreaudio
-
-# Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007)
-# Mask the flags for PHP that are available only on x86
-sybase-ct
-ingres
-birdstep
-adabas
-filepro
-pfpro
-informix
-empress
-empress-bcs
-sybase
-frontbase
-dbmaker
-esoob
-solid
-# Shared with amd64
-oci8
-oracle7
-firebird
-db2
-
-# Robert Buchholz <rbu@gentoo.org> (03 Jun 2007)
-# Only works on x86 or amd64
-lcd_devices_svga
-lcd_devices_luise
-
-# Joseph Jezak <josejx@gentoo.org> (11 Mar 2007)
-# Only for x86 and amd64 (in pbbuttonsd)
-macbook
-
-# George Shapovalov <george@gentoo.org> (8 Apr 2007)
-# Ada is supported only on x86, amd64 and ppc at present
-ada
-
-# lvm2 clustered use flags (moved from default-linux)
-gulm
-
-# tcc is x86 only
-tcc
-
-# Diego Pettenò <flameeyes@gentoo.org> (15 Nov 2007)
-# pam_console was masked for removal for security issue.
-# mask the flag too.
-pam_console
-
-# Jeremy Olexa <darkside@gentoo.org>
-# The prefix USE flags should never be used on non prefix profiles
-prefix
-prefix-guest
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (6 Dec 2009)
-#  on behalf of QA Team
-# Removal of pvm is scheduled for Februrary 4.
-pvm
-
-# Alex Legler <a3li@gentoo.org> (7 Dec 2009)
-# JRuby, REE18, and Rubinius are whitelisted on supported arches
-ruby_targets_jruby
-ruby_targets_ree18
-ruby_targets_rbx
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (19 Oct 2010)
-# masking flags that only apply to FreeBSD
-kqueue
-
-# Samuli Suominen <ssuominen@gentoo.org> (03 Oct 2011)
-# RealMagic Hollywood+/Creative DXR3 support
-# Still using obsolete V4L1 wrt bug 350211
-# If fixed, should be unmasked in amd64/x86/ppc32 use.mask
-dxr3
-
-# Ralph Sennhauser <sera@gentoo.org> (31 Jul 2012)
-# Unmask in arch specific profiles when jython implementaton is available.
-python_targets_jython2_5
-python_targets_jython2_7
-python_targets_jython3_1
-python_single_target_jython2_5
-python_single_target_jython2_7
-python_single_target_jython3_1
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (18 Aug 2012)
-# Prelude is being masked for removal
-prelude
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (21 Aug 2012)
-# IPMI is only implemented for x86, amd64 and ia64
-ipmi
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (27 Aug 2012)
-# netlink is a Linux-specific interface
-netlink
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (09 Dec 2012)
-# dev-lang/orc is useful only for some specific arches (amd64/x86/arm/...)
-orc
-
-# Mike Gilbert <floppym@gentoo.org> (02 Jan 2013)
-# PyPy is unkeyworded on most arches. If you are running amd64 or x86,
-# please switch to one of the testing 13.0 profiles to get it.
-python_targets_pypy2_0
-python_single_target_pypy2_0
-
-# Michał Górny <mgorny@gentoo.org> (26 Jan 2013)
-# Mask the multilib flags globally. Unmasked in specific arches.
-abi_x86_32
-abi_x86_64
-abi_x86_x32
-# Matt Turner <mattst88@gentoo.org> (29 Jul 2013)
-abi_mips_o32
-abi_mips_n32
-abi_mips_n64
-abi_ppc_32
-abi_ppc_64
-abi_s390_32
-abi_s390_64
-
-# Zac Medico <zmedico@gentoo.org> (21 Mar 2013)
-# Python 3.4 pre-releases not available in main tree yet.
-python_targets_python3_4
-
-# Andrey Grozin <grozin@gentoo.org> (1 May 2013)
-# gcl is masked, cmucl only available on x86, clozurecl on x86 and amd64
-gcl
-cmucl
-clozurecl
-
-# Michał Górny <mgorny@gentoo.org> (4 May 2013)
-# Mask systemd flag globally, unmasked on arches on which systemd
-# is keyworded.
-systemd
-
-# Michael Palimaka <kensington@gentoo.org> (1 May 2013)
-# Mask until Qt 5 is in portage. (The flag is here already
-# to permit the neccessary package preparation.)
-qt5
-
-# Pacho Ramos <pacho@gentoo.org> (28 Sep 2013)
-# This USE flag is available after long dicussion in
-# http://www.gossamer-threads.com/lists/gentoo/dev/276077
-# to let some prople not able to run systemd to skip the dep (#480336).
-# Enabling this you will get a fully unsupported Gnome setup that
-# could suffer unexpected problem, don't expect support for it then.
-openrc-force
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults b/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults
deleted file mode 100644
index 2929302..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults,v 1.1 2013/06/19 20:13:50 aballier Exp $
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force
deleted file mode 100644
index 97067e9..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v 1.5 2013/07/27 23:27:39 aballier Exp $
-
-# Force building libc++ over libcxxrt.
-sys-libs/libcxx libcxxrt
-
-# Force static libs and multilib on the C++ stack.
-sys-libs/libcxxrt static-libs abi_x86_32
-sys-libs/libcxx static-libs abi_x86_32
-
-# Force openssl on curl since cmakes needs it and is in @system because of
-# libcxx on this profile. Mask the other ssl providers.
-net-misc/curl ssl curl_ssl_openssl
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask
deleted file mode 100644
index 171daab..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask,v 1.4 2013/06/19 13:00:27 aballier Exp $
-
-# Build libcxxrt over libgcc_s since that is what clang defaults to.
-sys-libs/libcxxrt libunwind
-
-# Needs to be fixed: cxx useflag enables plugins and gold. 
-# gold fails to build with clang:
-# https://bugs.gentoo.org/show_bug.cgi?id=427344
-# http://llvm.org/bugs/show_bug.cgi?id=12299
-sys-devel/binutils cxx
-
-# Force openssl on curl since cmakes needs it and is in @system because of
-# libcxx on this profile. Mask the other ssl providers.
-net-misc/curl curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/packages b/profiles/default/bsd/fbsd/amd64/9.1/clang/packages
deleted file mode 100644
index ceaaa60..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/packages
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/packages,v 1.2 2013/05/25 22:04:45 aballier Exp $
-
-# Don't remove gcc from here: clang uses it for crt{begin,end}*.o and its c++
-# stack.
-
-*sys-devel/llvm
-*sys-devel/clang
-*sys-libs/libcxx
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/packages.build b/profiles/default/bsd/fbsd/amd64/9.1/clang/packages.build
deleted file mode 100644
index af06e61..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/packages.build
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/packages.build,v 1.4 2013/05/25 22:04:45 aballier Exp $
-
-# This file describes the packages needed to build a stage 1 based on this
-# profile.  Packages in this file are built in order.
-
-# Please do not move perl before baselayout doing so will break lib -> lib64
-# symlinks on systems that use them.
-
-app-arch/bzip2
-app-arch/gzip
-dev-libs/openssl
-app-arch/libarchive
-app-shells/bash
-net-misc/rsync
-net-misc/wget
-sys-devel/autoconf
-sys-devel/automake
-sys-devel/libtool
-sys-apps/openrc
-sys-apps/baselayout
-sys-apps/diffutils
-sys-apps/file
-sys-apps/findutils
-sys-apps/gawk
-sys-apps/grep
-sys-apps/less
-sys-apps/portage
-sys-apps/sed
-sys-devel/binutils
-sys-devel/bison
-sys-devel/flex
-sys-devel/gcc
-dev-libs/libiconv
-sys-devel/gettext
-sys-devel/gnuconfig
-sys-devel/make
-sys-devel/patch
-virtual/editor
-virtual/libc
-virtual/os-headers
-sys-freebsd/freebsd-mk-defs
-sys-freebsd/freebsd-lib
-sys-freebsd/freebsd-libexec
-sys-freebsd/freebsd-bin
-sys-freebsd/freebsd-sbin
-sys-freebsd/freebsd-ubin
-sys-freebsd/freebsd-usbin
-sys-freebsd/freebsd-contrib
-sys-devel/llvm
-sys-devel/clang
-sys-libs/libcxx
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/parent b/profiles/default/bsd/fbsd/amd64/9.1/clang/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/profile.bashrc b/profiles/default/bsd/fbsd/amd64/9.1/clang/profile.bashrc
deleted file mode 100644
index af919bc..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/profile.bashrc
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/profile.bashrc,v 1.2 2013/05/25 22:04:45 aballier Exp $
-
-# Check if clang/clang++ exist before setting them so that we can more easily
-# switch to this profile and build stages.
-type -P clang > /dev/null && export CC=clang
-type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX="clang++ -stdlib=libc++"
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/make.defaults b/profiles/default/bsd/fbsd/amd64/9.1/make.defaults
deleted file mode 100644
index 640042c..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/make.defaults
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/make.defaults,v 1.1 2012/08/07 20:52:35 aballier Exp $
-
-CHOST="x86_64-gentoo-freebsd9.1"
-CHOST_amd64_fbsd="x86_64-gentoo-freebsd9.1"
-CHOST_x86_fbsd="i686-gentoo-freebsd9.1"
-
-# Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
-# Turn this on by default as we don't have Java 1.4 and 1.5 at all
-USE="java6"
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/parent b/profiles/default/bsd/fbsd/amd64/9.1/parent
deleted file mode 100644
index ec4bdf7..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.1/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/freebsd-9.1/
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/make.defaults b/profiles/default/bsd/fbsd/amd64/9.2/clang/make.defaults
deleted file mode 100644
index 8ab5e08..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/make.defaults,v 1.1 2013/08/09 14:11:22 aballier Exp $
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force b/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force
deleted file mode 100644
index e13759f..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force,v 1.2 2013/08/10 02:33:31 aballier Exp $
-
-# Force building libc++ over libcxxrt.
-sys-libs/libcxx libcxxrt
-
-# Force static libs and multilib on the C++ stack.
-sys-libs/libcxxrt static-libs abi_x86_32
-sys-libs/libcxx static-libs abi_x86_32
-
-# Force openssl on curl since cmakes needs it and is in @system because of
-# libcxx on this profile. Mask the other ssl providers.
-net-misc/curl ssl curl_ssl_openssl
-
-# We obviously need clang
-sys-devel/llvm clang
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask b/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask
deleted file mode 100644
index b8d04ba..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask,v 1.1 2013/08/09 14:11:22 aballier Exp $
-
-# Build libcxxrt over libgcc_s since that is what clang defaults to.
-sys-libs/libcxxrt libunwind
-
-# Needs to be fixed: cxx useflag enables plugins and gold. 
-# gold fails to build with clang:
-# https://bugs.gentoo.org/show_bug.cgi?id=427344
-# http://llvm.org/bugs/show_bug.cgi?id=12299
-sys-devel/binutils cxx
-
-# Force openssl on curl since cmakes needs it and is in @system because of
-# libcxx on this profile. Mask the other ssl providers.
-net-misc/curl curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/packages b/profiles/default/bsd/fbsd/amd64/9.2/clang/packages
deleted file mode 100644
index f1297a8..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/packages
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/packages,v 1.1 2013/08/09 14:11:22 aballier Exp $
-
-# Don't remove gcc from here: clang uses it for crt{begin,end}*.o and its c++
-# stack.
-
-*sys-devel/llvm
-*sys-devel/clang
-*sys-libs/libcxx
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/packages.build b/profiles/default/bsd/fbsd/amd64/9.2/clang/packages.build
deleted file mode 100644
index 6bcd8c5..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/packages.build
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/packages.build,v 1.1 2013/08/09 14:11:22 aballier Exp $
-
-# This file describes the packages needed to build a stage 1 based on this
-# profile.  Packages in this file are built in order.
-
-# Please do not move perl before baselayout doing so will break lib -> lib64
-# symlinks on systems that use them.
-
-app-arch/bzip2
-app-arch/gzip
-dev-libs/openssl
-app-arch/libarchive
-app-shells/bash
-net-misc/rsync
-net-misc/wget
-sys-devel/autoconf
-sys-devel/automake
-sys-devel/libtool
-sys-apps/openrc
-sys-apps/baselayout
-sys-apps/diffutils
-sys-apps/file
-sys-apps/findutils
-sys-apps/gawk
-sys-apps/grep
-sys-apps/less
-sys-apps/portage
-sys-apps/sed
-sys-devel/binutils
-sys-devel/bison
-sys-devel/flex
-sys-devel/gcc
-dev-libs/libiconv
-sys-devel/gettext
-sys-devel/gnuconfig
-sys-devel/make
-sys-devel/patch
-virtual/editor
-virtual/libc
-virtual/os-headers
-sys-freebsd/freebsd-mk-defs
-sys-freebsd/freebsd-lib
-sys-freebsd/freebsd-libexec
-sys-freebsd/freebsd-bin
-sys-freebsd/freebsd-sbin
-sys-freebsd/freebsd-ubin
-sys-freebsd/freebsd-usbin
-sys-freebsd/freebsd-contrib
-sys-devel/llvm
-sys-devel/clang
-sys-libs/libcxx
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/parent b/profiles/default/bsd/fbsd/amd64/9.2/clang/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/profile.bashrc b/profiles/default/bsd/fbsd/amd64/9.2/clang/profile.bashrc
deleted file mode 100644
index c9964e9..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/clang/profile.bashrc
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/profile.bashrc,v 1.1 2013/08/09 14:11:22 aballier Exp $
-
-# Check if clang/clang++ exist before setting them so that we can more easily
-# switch to this profile and build stages.
-type -P clang > /dev/null && export CC=clang
-type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX="clang++ -stdlib=libc++"
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/make.defaults b/profiles/default/bsd/fbsd/amd64/9.2/make.defaults
deleted file mode 100644
index 8c8009f..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/make.defaults
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/make.defaults,v 1.1 2013/08/09 14:11:22 aballier Exp $
-
-CHOST="x86_64-gentoo-freebsd9.2"
-CHOST_amd64_fbsd="x86_64-gentoo-freebsd9.2"
-CHOST_x86_fbsd="i686-gentoo-freebsd9.2"
-
-# Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
-# Turn this on by default as we don't have Java 1.4 and 1.5 at all
-USE="java6"
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/parent b/profiles/default/bsd/fbsd/amd64/9.2/parent
deleted file mode 100644
index 20a7ce8..0000000
--- a/profiles/default/bsd/fbsd/amd64/9.2/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/freebsd-9.2/
diff --git a/profiles/default/bsd/fbsd/amd64/parent b/profiles/default/bsd/fbsd/amd64/parent
deleted file mode 100644
index 5fbdc94..0000000
--- a/profiles/default/bsd/fbsd/amd64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../arch/amd64-fbsd
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults
deleted file mode 100644
index 10c4a80..0000000
--- a/profiles/default/bsd/fbsd/make.defaults
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.15 2013/02/08 15:43:17 aballier Exp $
-
-# Last building sandbox breaks gfind, bug #374425
-FEATURES="-sandbox"
-
-USERLAND="BSD"
-KERNEL="FreeBSD"
-ELIBC="FreeBSD"
-
-MAKE="gmake"
-
-USE="berkdb crypt iconv ipv6 ncurses nls oss pam pcre readline ssl tcpd zlib"
-
-# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: Support direct rendering by default
-USE="${USE} dri"
-
-# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
-# Defaults for video drivers
-VIDEO_CARDS="dummy fbdev vmware"
-
-# Let virtual/mta pick ssmtp[mta] for stage1 builds.
-# https://bugs.gentoo.org/show_bug.cgi?id=408587
-# python2: let portage pulls in python-2 so that we get it as default
-# interpreter in stage1's and add it to make.default so that it is rebuilt in
-# stage 3 and when updating.
-BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2"
-USE="${USE} python2"
diff --git a/profiles/default/bsd/fbsd/package.use b/profiles/default/bsd/fbsd/package.use
deleted file mode 100644
index c324055..0000000
--- a/profiles/default/bsd/fbsd/package.use
+++ /dev/null
@@ -1,12 +0,0 @@
-# Default USE flags for specific packages
-
-# Diego Pettenò <flameeyes@gentoo.org> (06 March 2008)
-# pam_racklib requires sys-libs/pam, disable it by default (it is
-# masked anyway).
-# pam_passwdqc is used by default on FreeBSD, enable it by default
-# even on Gentoo/FreeBSD.
-sys-auth/pambase -cracklib passwdqc
-
-# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (13 Feb 2011)
-# Disable deprecated bsddb module of Python 2 by default.
-=dev-lang/python-2* -berkdb
diff --git a/profiles/default/bsd/fbsd/package.use.force b/profiles/default/bsd/fbsd/package.use.force
deleted file mode 100644
index 6ff27bd..0000000
--- a/profiles/default/bsd/fbsd/package.use.force
+++ /dev/null
@@ -1,3 +0,0 @@
-# Naohiro Aota <naota@gentoo.org> (08 Nov 2011)
-# Always enable hardened not to depend glibc
-app-emulation/wine hardened
diff --git a/profiles/default/bsd/fbsd/package.use.mask b/profiles/default/bsd/fbsd/package.use.mask
deleted file mode 100644
index d442d8c..0000000
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/package.use.mask,v 1.36 2013/08/27 22:07:31 aballier Exp $
-
-# As per UberLord's requests
-sys-apps/openrc pam
-
-# Jim Ramsay <lack@gentoo.org> (7 Sep 2007)
-# app-admin/gkrellm may pull in hddtemp, which is not yet available here
-app-admin/gkrellm hddtemp
-
-# Somehow, check's tests are broken..
-dev-libs/confuse test
-dev-util/checkstyle test
-
-# Dillo won't run on FreeBSD
-# PDA masked until we can do some testing on it
-mail-client/claws-mail dillo pda
-
-# Original spell plugin uses ispell that requires
-# miscfiles.. that in turn does not work
-net-irc/rbot spell
-
-# Diego Pettenò <flameeyes@gentoo.org> (18 Jan 2007)
-# Vixie-Cron uses pam useflag for pam_limits.so that is provided
-# by Linux-PAM we don't use for now.
-sys-process/vixie-cron pam
-
-x11-misc/xscreensaver new-login
-
-# net-wireless/aircrack-ng - wireless capture tools not needed.
-net-wireless/aircrack-ng wifi
-
-# Gilles Dartiguelongue <eva@gentoo.org> (22 Oct 2007)
-# GNU attr isn't supported
-dev-libs/glib xattr
-gnome-base/gnome-vfs acl
-# https://bugs.gentoo.org/show_bug.cgi?id=435474
-sys-devel/patch xattr
-# https://bugs.gentoo.org/show_bug.cgi?id=432410
-app-arch/tar xattr
-
-# Diego Pettenò <flameeyes@gentoo.org> (21 Feb 2008)
-# pam_cracklib is only provided by Linux-PAM which is not usable on
-# Gentoo/FreeBSD.
-# Javier Villavicencio <the_paya@gentoo.org> (31 Jul 2008)
-# pam_ssh deps on Linux-PAM.
-# Diego Pettenò <flameeyes@gentoo.org> (1 Aug 2008)
-# sha512 is only supported by Linux-PAM's pam_unix for now
-sys-auth/pambase cracklib pam_ssh sha512
-
-# Alexis Ballier <aballier@gentoo.org> (31 Jan 2009)
-# app-misc/tracker should work but needs some code fixups and it uses the fdatasync system call
-# that we do not have (bug #257052)
-# Mask it for now
-gnome-base/nautilus tracker
-media-video/totem tracker
-
-# Naohiro Aota <naota@gentoo.org> (04 Aug 2011)
-# ads require krb5, which is maksed on FreeBSD
-# cluster require ctdb, which doesn't support FreeBSD
-net-fs/samba ads cluster
-
-# Naohiro Aota <naota@gentoo.org> (08 Nov 2011)
-# capi require Linux features
-# hardened require prelink which depends on glibc
-app-emulation/wine capi
-
-# Naohiro Aota <naota@gentoo.org> (24 Nov 2011)
-# Masked because kerberos is masked
-net-dns/bind gssapi
-
-# Naohiro Aota <naota@gentoo.org> (13 Dec 2011)
-# Masked because sun-j2me-bin does not support BSD
-dev-java/proguard j2me
-
-# Naohiro Aota <naota@gentoo.org> (20 Feb 2012)
-# Upstream does not support FreeBSD wifi nor crashreporter
-www-client/firefox wifi
-
-# Naohiro Aota <naota@gentoo.org> (03 Oct 2012)
-# Mask gbm, udev is not supported on FreeBSD.
-media-libs/mesa gbm
-
-# Naohiro Aota <naota@gentoo.org> (06 Oct 2012)
-# Mask rpm, app-arch/rpm needs elfutils
-net-analyzer/net-snmp rpm
-
-# Naohiro Aota <naota@gentoo.org> (09 Oct 2012)
-# Mask dmpai, sys-apps/dmapi cannot build on BSD
-net-fs/samba dmapi
-
-# Naohiro Aota <naota@gentoo.org> (15 Oct 2012)
-# Mask numa on sys-apps/hwloc. numactl not available on FreeBSD
-sys-apps/hwloc numa
diff --git a/profiles/default/bsd/fbsd/packages b/profiles/default/bsd/fbsd/packages
deleted file mode 100644
index 14628dc..0000000
--- a/profiles/default/bsd/fbsd/packages
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages,v 1.3 2012/07/25 12:34:40 ryao Exp $
-
-# This files contains a small list of packages that define a 
-# minimal FreeBSD system. DO NOT change this without contacting
-# <bsd@gentoo.org>
-#
-*sys-freebsd/freebsd-mk-defs
-*sys-freebsd/freebsd-lib
-*sys-freebsd/freebsd-libexec
-*sys-freebsd/freebsd-bin
-*sys-freebsd/freebsd-sbin
-*sys-freebsd/freebsd-ubin
-*sys-freebsd/freebsd-usbin
-*sys-freebsd/freebsd-share
-*sys-freebsd/freebsd-contrib
-
-*sys-devel/gettext
-*dev-libs/libiconv
-
-*app-arch/libarchive
-
-*sys-libs/timezone-data
-
-*sys-process/pidof-bsd
diff --git a/profiles/default/bsd/fbsd/packages.build b/profiles/default/bsd/fbsd/packages.build
deleted file mode 100644
index 21ec990..0000000
--- a/profiles/default/bsd/fbsd/packages.build
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.10 2013/05/25 20:32:33 aballier Exp $
-
-# This file describes the packages needed to build a stage 1 based on this
-# profile.  Packages in this file are built in order.
-
-# Please do not move perl before baselayout doing so will break lib -> lib64
-# symlinks on systems that use them.
-
-app-arch/bzip2
-app-arch/gzip
-dev-libs/openssl
-app-arch/libarchive
-app-shells/bash
-net-misc/rsync
-net-misc/wget
-sys-devel/autoconf
-sys-devel/automake
-sys-devel/libtool
-sys-apps/openrc
-sys-apps/baselayout
-sys-apps/diffutils
-sys-apps/file
-sys-apps/findutils
-sys-apps/gawk
-sys-apps/grep
-sys-apps/less
-sys-apps/sed
-sys-devel/binutils
-sys-devel/bison
-sys-devel/flex
-sys-devel/gcc
-dev-libs/libiconv
-sys-devel/gettext
-sys-devel/gnuconfig
-sys-devel/make
-sys-devel/patch
-virtual/editor
-virtual/libc
-virtual/os-headers
-virtual/package-manager
-sys-freebsd/freebsd-mk-defs
-sys-freebsd/freebsd-lib
-sys-freebsd/freebsd-libexec
-sys-freebsd/freebsd-bin
-sys-freebsd/freebsd-sbin
-sys-freebsd/freebsd-ubin
-sys-freebsd/freebsd-usbin
-sys-freebsd/freebsd-contrib
diff --git a/profiles/default/bsd/fbsd/parent b/profiles/default/bsd/fbsd/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/default/bsd/fbsd/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc
deleted file mode 100644
index c2cbd0a..0000000
--- a/profiles/default/bsd/fbsd/profile.bashrc
+++ /dev/null
@@ -1,93 +0,0 @@
-#!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.12 2012/05/29 13:42:41 aballier Exp $
-
-alias make=gmake
-alias patch=gpatch
-alias sed=gsed
-alias awk=gawk
-# findutils stuff
-type -P gfind > /dev/null && alias find=gfind
-type -P gxargs > /dev/null && alias xargs=gxargs
-
-# Attempt to point the default SHELL used by configure scripts to bash.
-# while most should work with BSD's bourne just fine, the extra scripts
-# used by some applications (specially test scripts) use way too many bashisms.
-# Alexis Ballier <29 May 2012>: Disable this, we should rather fix bugs and it
-# seems to confuse libtool a couple of packages (dev-libs/libtar, net-dns/hesiod)
-# export CONFIG_SHELL="/bin/bash"
-
-# Hack to avoid every package that uses libiconv/gettext
-# install a charset.alias that will collide with libiconv's one
-# See bugs 169678, 195148 and 256129.
-# Also the discussion on
-# http://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml
-bsd-post_src_install()
-{
-	if [ "${PN}" != "libiconv" -a -e "${D}"/usr/lib*/charset.alias ] ; then
-		rm -f "${D}"/usr/lib*/charset.alias
-	fi
-}
-
-# These are because of
-# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml
-# The profile-* ones are meant to be used in etc/portage/profile.bashrc by user
-# until there is the registration mechanism.
-profile-post_src_install() { bsd-post_src_install ; }
-        post_src_install() { bsd-post_src_install ; }
-
-
-# Another hack to fix old versions of install-sh (automake) where a non-gnu
-# mkdir is not considered thread-safe (make install errors with -j > 1)
-bsd-patch_install-sh() {
-	# Do nothing if we don't have patch installed:
-	if [[ -z $(type -P gpatch) ]]; then
-		return 0
-	fi
-
-        # Do nothing if $S does not exist
-        [ -d "${S}" ] || return 0
-
-	local EPDIR="${ECLASSDIR}/ELT-patches/install-sh"
-	local EPATCHES="${EPDIR}/1.5.6 ${EPDIR}/1.5.4 ${EPDIR}/1.5"
-	local ret=0
-	cd "${S}"
-	for file in $(find . -name "install-sh" -print); do
-		if [[ -n $(egrep "scriptversion=2005|scriptversion=2004" ${file}) ]]; then
-			einfo "Automatically patching parallel-make unfriendly install-sh."
-			# Stolen from libtool.eclass
-			for mypatch in ${EPATCHES}; do
-				if gpatch -p0 --dry-run "${file}" "${mypatch}" &> "${T}/patch_install-sh.log"; then
-					gpatch -p0 -g0 --no-backup-if-mismatch "${file}" "${mypatch}" \
-						&> "${T}/patch_install-sh.log"
-					ret=$?
-					break
-				else
-					ret=1
-				fi
-			done
-			if [[ ret -eq 0 ]]; then
-				einfo "Patch applied successfully on \"${file}\"."
-			else
-				ewarn "Unable to apply install-sh patch. "
-				ewarn "If you experience errors during install phase, try with MAKEOPTS=\"-j1\""
-			fi
-		fi
-	done
-}
-
-# It should be run after everything has been unpacked/patched, some developers
-# do patch this little bastard from time to time.
-# So do it after unpack() for EAPI=0|1 and after prepare() for everything else.
-if [[ -n $EAPI ]] ; then
-	case "$EAPI" in
-		0|1)
-			profile-post_src_unpack() { bsd-patch_install-sh ; }
-			post_src_unpack() { bsd-patch_install-sh ; }
-			;;
-		*)
-			profile_post_src_prepare() { bsd-patch_install-sh ; }
-			post_src_prepare() { bsd-patch_install-sh ; }
-			;;
-	esac
-fi
diff --git a/profiles/default/bsd/fbsd/sparc/8.2/make.defaults b/profiles/default/bsd/fbsd/sparc/8.2/make.defaults
deleted file mode 100644
index 41d23bf..0000000
--- a/profiles/default/bsd/fbsd/sparc/8.2/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/sparc/8.2/make.defaults,v 1.1 2011/07/06 05:56:06 aballier Exp $
-
-CHOST="sparc64-gentoo-freebsd8.2"
diff --git a/profiles/default/bsd/fbsd/sparc/8.2/parent b/profiles/default/bsd/fbsd/sparc/8.2/parent
deleted file mode 100644
index d91b99a..0000000
--- a/profiles/default/bsd/fbsd/sparc/8.2/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/freebsd-8.2/
diff --git a/profiles/default/bsd/fbsd/sparc/parent b/profiles/default/bsd/fbsd/sparc/parent
deleted file mode 100644
index 134cc7a..0000000
--- a/profiles/default/bsd/fbsd/sparc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../arch/sparc-fbsd
diff --git a/profiles/default/bsd/fbsd/use.force b/profiles/default/bsd/fbsd/use.force
deleted file mode 100644
index d221d0e..0000000
--- a/profiles/default/bsd/fbsd/use.force
+++ /dev/null
@@ -1,5 +0,0 @@
-java5
-
-# Force freebsd-specific variables
-elibc_FreeBSD
-kernel_FreeBSD
diff --git a/profiles/default/bsd/fbsd/use.mask b/profiles/default/bsd/fbsd/use.mask
deleted file mode 100644
index f517b9c..0000000
--- a/profiles/default/bsd/fbsd/use.mask
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/use.mask,v 1.8 2012/10/28 22:41:53 naota Exp $
-
-# Espeak does not run on bsd
-espeak
-
-# Someone who knows kerberos is needed to make sure that this works
-kerberos
-krb4
-
-# fftw requires sinl and cosl function, not present in FreeBSD
-fftw
-
-# we have hardened.
--hardened
-
-# Unmask freebsd-specific variables
--elibc_FreeBSD
--kernel_FreeBSD
-
-# This does not build on FreeBSD, unless anybody wants to fix it, use opie
-skey
-
-# To be tested
-snmp
-pcsc-lite
-
-# we don't have custom patched cdparanoia for fbsd anymore
-cdparanoia
-
-# wayland is not targetting BSDs
-wayland
-
-# Recent sys-auth/polkit cannot be built on FreeBSD
-policykit
diff --git a/profiles/default/bsd/fbsd/x86/9.1/make.defaults b/profiles/default/bsd/fbsd/x86/9.1/make.defaults
deleted file mode 100644
index ee43dab..0000000
--- a/profiles/default/bsd/fbsd/x86/9.1/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/x86/9.1/make.defaults,v 1.1 2012/08/07 20:52:35 aballier Exp $
-
-CHOST="i486-gentoo-freebsd9.1"
-
-# Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
-# Turn this on by default as we don't have Java 1.4 and 1.5 at all
-USE="java6"
diff --git a/profiles/default/bsd/fbsd/x86/9.1/parent b/profiles/default/bsd/fbsd/x86/9.1/parent
deleted file mode 100644
index ec4bdf7..0000000
--- a/profiles/default/bsd/fbsd/x86/9.1/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/freebsd-9.1/
diff --git a/profiles/default/bsd/fbsd/x86/9.2/make.defaults b/profiles/default/bsd/fbsd/x86/9.2/make.defaults
deleted file mode 100644
index 4a225ae..0000000
--- a/profiles/default/bsd/fbsd/x86/9.2/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/x86/9.2/make.defaults,v 1.1 2013/08/09 14:12:40 aballier Exp $
-
-CHOST="i486-gentoo-freebsd9.2"
-
-# Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
-# Turn this on by default as we don't have Java 1.4 and 1.5 at all
-USE="java6"
diff --git a/profiles/default/bsd/fbsd/x86/9.2/parent b/profiles/default/bsd/fbsd/x86/9.2/parent
deleted file mode 100644
index 20a7ce8..0000000
--- a/profiles/default/bsd/fbsd/x86/9.2/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/freebsd-9.2/
diff --git a/profiles/default/bsd/fbsd/x86/parent b/profiles/default/bsd/fbsd/x86/parent
deleted file mode 100644
index 2b1ea63..0000000
--- a/profiles/default/bsd/fbsd/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../arch/x86-fbsd
diff --git a/profiles/default/bsd/make.defaults b/profiles/default/bsd/make.defaults
deleted file mode 100644
index ecdd49f..0000000
--- a/profiles/default/bsd/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/make.defaults,v 1.1 2012/07/05 16:23:28 ryao Exp $
-
-# Mask systemd files until upstream supports *BSD
-INSTALL_MASK="/usr/lib/systemd"
diff --git a/profiles/default/bsd/package.use.force b/profiles/default/bsd/package.use.force
deleted file mode 100644
index 596e1d1..0000000
--- a/profiles/default/bsd/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Peter Weller <welp@gentoo.org> (10 March 2007)
-# lprng deps on a p.masked package, force xarchiver to use cups
-xfce-base/xfprint cups
-
-# Javier Villavicencio <the_paya@gentoo.org> (22 Jan 2009)
-# Otherwise useless tar.
-app-arch/libarchive bzip2 zlib lzma
diff --git a/profiles/default/bsd/package.use.mask b/profiles/default/bsd/package.use.mask
deleted file mode 100644
index 841d2a1..0000000
--- a/profiles/default/bsd/package.use.mask
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.use.mask,v 1.41 2013/10/14 04:53:56 naota Exp $
-
-
-# Naohiro Aota <naota@gentoo.org> (14 Oct 2013)
-# libcap-ng is for Linux only
-net-analyzer/tcpdump drop-root
-
-# Richard Yao <ryao@gentoo.org> (09 Nov 2012)
-# pm-utils is Linux-specific
-kde-base/powerdevil pm-utils
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (16 Jul 2012)
-# Allow using iconv in blender
-media-gfx/blender -iconv
-
-# Sebastian Pipping <sping@gentoo.org> (22 Feb 2011)
-# No dev-util/source-highlight or media-sound/lilypond here, yet (bug #356069, bug #344289)
-app-text/asciidoc test highlight
-
-app-misc/mc pam
-
-# See http://bugzilla.gnome.org/show_bug.cgi?id=370847 for why we disable pam
-gnome-extra/gnome-screensaver pam
-
-# Requires Linux-only packages
-app-accessibility/gok usb
-
-# iproute2 - linux only
-net-misc/openvpn iproute2
-
-app-admin/sshguard -ipfilter
-media-video/ffmpeg ieee1394 iec61883
-net-libs/c-client pam
-net-proxy/squid -ipf-transparent -pf-transparent
-sys-apps/baselayout pam
-sys-apps/coreutils acl
-sys-apps/help2man nls
-
-# NetworkManager is Linux-only, Zephyr requires kerberos
-net-im/pidgin networkmanager zephyr
-
-media-video/totem bluetooth
-
-# Alexis Ballier <aballier@gentoo.org> (18 Jul 2008)
-# Requires a linux only library,  bug #226085
-dev-lang/erlang sctp
-
-# Alexis Ballier <aballier@gentoo.org> (8 Aug 2008)
-# Linux only useflags for vlc
-media-video/vlc dc1394 ieee1394 fbosd
-
-# Alexis Ballier <aballier@gentoo.org> (8 Aug 2008)
-# Depends on torque which is a linux only thing
-# lksctp-tools is linux only too
-sys-cluster/openmpi openmpi_rm_pbs openmpi_fabrics_sctp
-
-# Alexis Ballier <aballier@gentoo.org> (25 Sep 2008)
-# elf -> dev-libs/elfutils is too tight to the gnu libc
-# rpm could be masked but we have rpm 5 keyworded even if it's still masked.
-net-analyzer/net-snmp elf
-
-# Alexis Ballier <aballier@gentoo.org> (4 Oct 2008)
-# clisp doesn't build out of the box but can be fixed, xindy's way of building
-# its clisp module is confused by gmake vs bsdmake, mask it until we can
-# properly keyword xindy.
-app-text/texlive xindy
-
-# Alexis Ballier <aballier@gentoo.org> (28 Nov 2008)
-# Requires bluez-libs which is linux only
-net-libs/libpcap bluetooth
-gnome-base/gvfs bluetooth
-
-# Alexis Ballier <aballier@gentoo.org> (22 Jan 2009)
-# Requires gpm
-www-client/links livecd
-
-# Needs bluez and wicd which are linux only
-kde-base/solid bluetooth wicd
-
-# Needs DirectFB which is linux only
-media-libs/xine-lib fusion
-
-# needs udev
-kde-base/kdelibs udisks upower
-media-libs/mesa gbm
-x11-base/xorg-drivers video_cards_radeonsi
-x11-drivers/xf86-video-ati glamor
-x11-drivers/xf86-video-intel glamor
-
-# connman is Linux only
-dev-qt/qtbearer connman
-
-# udisks is linux only (for now?)
-gnome-base/gvfs udisks
-
-# joystick and video_cards_tdfx useflag are linux only #477750
-media-video/mplayer joystick video_cards_tdfx
-
-# linux only
-media-libs/opencv ieee1394 cuda
-
-# depends on networkmanager
-app-misc/geoclue skyhook
diff --git a/profiles/default/bsd/packages b/profiles/default/bsd/packages
deleted file mode 100644
index 2702d6e..0000000
--- a/profiles/default/bsd/packages
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/packages,v 1.9 2012/03/12 09:13:37 phajdan.jr Exp $
-
--*virtual/dev-manager
--*sys-fs/e2fsprogs
--*sys-process/procps
--*sys-process/psmisc
--*virtual/shadow
--*sys-apps/which
--*virtual/modutils
--*sys-apps/kbd
-#-*sys-apps/findutils
-#-*sys-apps/debianutils
--*sys-apps/coreutils
--*net-misc/iputils
--*app-arch/tar
diff --git a/profiles/default/bsd/parent b/profiles/default/bsd/parent
deleted file mode 100644
index 985c694..0000000
--- a/profiles/default/bsd/parent
+++ /dev/null
@@ -1 +0,0 @@
-../../base
diff --git a/profiles/default/bsd/profile.bashrc b/profiles/default/bsd/profile.bashrc
deleted file mode 100644
index 6e1f856..0000000
--- a/profiles/default/bsd/profile.bashrc
+++ /dev/null
@@ -1,14 +0,0 @@
-if [[ ${EBUILD_PHASE} == compile ]] && [ -d "${S}" ] ; then
-	if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then
-		eerror "The source code contains a faulty openat.c unit from gnulib."
-		eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD."
-		eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD"
-		die "Broken openat.c gnulib unit."
-	fi
-        if grep -q "\\<test .*==" "${S}" -r --include configure; then
-                eerror "Found a non POSIX test construction in a configure script"
-                eerror "The configure checks of this package may not function properly"
-                eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD."
-                eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD"
-        fi
-fi
diff --git a/profiles/default/bsd/use.force b/profiles/default/bsd/use.force
deleted file mode 100644
index 8602cb4..0000000
--- a/profiles/default/bsd/use.force
+++ /dev/null
@@ -1 +0,0 @@
-userland_BSD
diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask
deleted file mode 100644
index 640055c..0000000
--- a/profiles/default/bsd/use.mask
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/use.mask,v 1.26 2013/05/19 16:28:01 aballier Exp $
-
-# Mart Raudsepp <leio@gentoo.org>
-# net-misc/networkmanager not keyworded
-networkmanager
-
-# ulm told me to do it!
-m17n-lib
-
-# Linux-dependant flags
-selinux
-nptl
-alsa
-v4l
-libv4l
-fbcon
-directfb
-gpm
-lirc
-multilib
-lm_sensors
-caps
-filecaps
-vidix
-madwifi
-3dfx
-nvidia
-xvmc
-xfs
-udev
-systemd
-inotify
-aio
-
-# This usually refers just to linux-dvb
-dvb
-
-# Hardened doesn't work on Gentoo/*BSD for now
-hardened
-pax_kernel
-
-# This requires a kernel module that's Linux specific right now
-ifp
-
-# This requires a usb-eject command
-ipod
-
-# Mask extraneous elibc/kernel combinations
--userland_BSD
-elibc_glibc
-kernel_linux
-userland_GNU
-
-# mask linux touch screen access lib.
-tslib
-
-# Mask Xorg-modular drivers that are Linux-specific
-input_devices_aiptek
-input_devices_evdev
-input_devices_tslib
-input_devices_linuxwacom
-input_devices_synaptics
-input_devices_ur98
-input_devices_vmmouse
-video_cards_newport
-video_cards_sisusb
-video_cards_v4l
-video_cards_vmware
-video_cards_nvidia
-video_cards_nouveau
-
-# Linux only sane backends
-sane_backends_qcam
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (19 oct 2010)
-# unmasking flags that only apply to FreeBSD
--kqueue
diff --git a/profiles/default/linux/alpha/10.0/deprecated b/profiles/default/linux/alpha/10.0/deprecated
deleted file mode 100644
index b75ed27..0000000
--- a/profiles/default/linux/alpha/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/alpha/13.0
diff --git a/profiles/default/linux/alpha/10.0/desktop/deprecated b/profiles/default/linux/alpha/10.0/desktop/deprecated
deleted file mode 100644
index c355192..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/alpha/13.0/desktop
diff --git a/profiles/default/linux/alpha/10.0/desktop/eapi b/profiles/default/linux/alpha/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/10.0/desktop/gnome/deprecated b/profiles/default/linux/alpha/10.0/desktop/gnome/deprecated
deleted file mode 100644
index e3e89de..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/alpha/13.0/desktop/gnome
diff --git a/profiles/default/linux/alpha/10.0/desktop/gnome/eapi b/profiles/default/linux/alpha/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/10.0/desktop/gnome/parent b/profiles/default/linux/alpha/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/alpha/10.0/desktop/kde/deprecated b/profiles/default/linux/alpha/10.0/desktop/kde/deprecated
deleted file mode 100644
index 6b164ee..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/alpha/13.0/desktop/kde
diff --git a/profiles/default/linux/alpha/10.0/desktop/kde/eapi b/profiles/default/linux/alpha/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/10.0/desktop/kde/parent b/profiles/default/linux/alpha/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/alpha/10.0/desktop/parent b/profiles/default/linux/alpha/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/alpha/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/alpha/10.0/developer/deprecated b/profiles/default/linux/alpha/10.0/developer/deprecated
deleted file mode 100644
index f5a3ba8..0000000
--- a/profiles/default/linux/alpha/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/alpha/13.0/developer
diff --git a/profiles/default/linux/alpha/10.0/developer/eapi b/profiles/default/linux/alpha/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/10.0/developer/parent b/profiles/default/linux/alpha/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/alpha/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/alpha/10.0/eapi b/profiles/default/linux/alpha/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/10.0/parent b/profiles/default/linux/alpha/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/alpha/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/alpha/10.0/server/deprecated b/profiles/default/linux/alpha/10.0/server/deprecated
deleted file mode 100644
index b75ed27..0000000
--- a/profiles/default/linux/alpha/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/alpha/13.0
diff --git a/profiles/default/linux/alpha/10.0/server/eapi b/profiles/default/linux/alpha/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/10.0/server/parent b/profiles/default/linux/alpha/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/alpha/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/alpha/10.0/use.mask b/profiles/default/linux/alpha/10.0/use.mask
deleted file mode 100644
index 795d4aa..0000000
--- a/profiles/default/linux/alpha/10.0/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012)
-# Pulls in net-libs/axtls or net-libs/polarssl which are
-# not keyworded for arch
-curl_ssl_axtls
-curl_ssl_cyassl
-curl_ssl_polarssl
diff --git a/profiles/default/linux/alpha/13.0/desktop/eapi b/profiles/default/linux/alpha/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/13.0/desktop/gnome/eapi b/profiles/default/linux/alpha/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/13.0/desktop/gnome/parent b/profiles/default/linux/alpha/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/alpha/13.0/desktop/kde/eapi b/profiles/default/linux/alpha/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/13.0/desktop/kde/parent b/profiles/default/linux/alpha/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/alpha/13.0/desktop/kde/systemd/parent b/profiles/default/linux/alpha/13.0/desktop/kde/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/alpha/13.0/desktop/parent b/profiles/default/linux/alpha/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/alpha/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/alpha/13.0/developer/eapi b/profiles/default/linux/alpha/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/13.0/developer/parent b/profiles/default/linux/alpha/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/alpha/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/alpha/13.0/eapi b/profiles/default/linux/alpha/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/alpha/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/alpha/13.0/parent b/profiles/default/linux/alpha/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/alpha/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/alpha/13.0/use.mask b/profiles/default/linux/alpha/13.0/use.mask
deleted file mode 100644
index 795d4aa..0000000
--- a/profiles/default/linux/alpha/13.0/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012)
-# Pulls in net-libs/axtls or net-libs/polarssl which are
-# not keyworded for arch
-curl_ssl_axtls
-curl_ssl_cyassl
-curl_ssl_polarssl
diff --git a/profiles/default/linux/alpha/parent b/profiles/default/linux/alpha/parent
deleted file mode 100644
index a6de9b1..0000000
--- a/profiles/default/linux/alpha/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/alpha
diff --git a/profiles/default/linux/amd64/10.0/deprecated b/profiles/default/linux/amd64/10.0/deprecated
deleted file mode 100644
index 647b9e6..0000000
--- a/profiles/default/linux/amd64/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0
diff --git a/profiles/default/linux/amd64/10.0/desktop/deprecated b/profiles/default/linux/amd64/10.0/desktop/deprecated
deleted file mode 100644
index d084b59..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/desktop
diff --git a/profiles/default/linux/amd64/10.0/desktop/eapi b/profiles/default/linux/amd64/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/desktop/gnome/deprecated b/profiles/default/linux/amd64/10.0/desktop/gnome/deprecated
deleted file mode 100644
index c20619b..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/desktop/gnome
diff --git a/profiles/default/linux/amd64/10.0/desktop/gnome/eapi b/profiles/default/linux/amd64/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/desktop/gnome/parent b/profiles/default/linux/amd64/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/amd64/10.0/desktop/kde/deprecated b/profiles/default/linux/amd64/10.0/desktop/kde/deprecated
deleted file mode 100644
index 7ba1652..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/desktop/kde
diff --git a/profiles/default/linux/amd64/10.0/desktop/kde/eapi b/profiles/default/linux/amd64/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/desktop/kde/parent b/profiles/default/linux/amd64/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/amd64/10.0/desktop/parent b/profiles/default/linux/amd64/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/amd64/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/amd64/10.0/developer/deprecated b/profiles/default/linux/amd64/10.0/developer/deprecated
deleted file mode 100644
index 2511f9c..0000000
--- a/profiles/default/linux/amd64/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/developer
diff --git a/profiles/default/linux/amd64/10.0/developer/eapi b/profiles/default/linux/amd64/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/developer/make.defaults b/profiles/default/linux/amd64/10.0/developer/make.defaults
deleted file mode 100644
index c76eb45..0000000
--- a/profiles/default/linux/amd64/10.0/developer/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2004-2010 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/developer/make.defaults,v 1.1 2010/08/14 19:43:18 hwoarang Exp $
-
-# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
-# This will help developers track packages, that don't respect LDFLAGS, down
-# more effectively
-LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
diff --git a/profiles/default/linux/amd64/10.0/developer/parent b/profiles/default/linux/amd64/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/amd64/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/amd64/10.0/eapi b/profiles/default/linux/amd64/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/no-multilib/deprecated b/profiles/default/linux/amd64/10.0/no-multilib/deprecated
deleted file mode 100644
index 5e7e1ee..0000000
--- a/profiles/default/linux/amd64/10.0/no-multilib/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/no-multilib
diff --git a/profiles/default/linux/amd64/10.0/no-multilib/eapi b/profiles/default/linux/amd64/10.0/no-multilib/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/no-multilib/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/no-multilib/parent b/profiles/default/linux/amd64/10.0/no-multilib/parent
deleted file mode 100644
index 521b28a..0000000
--- a/profiles/default/linux/amd64/10.0/no-multilib/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-..
-../../../../../arch/amd64/no-multilib
-../../../../../features/64bit-native
diff --git a/profiles/default/linux/amd64/10.0/parent b/profiles/default/linux/amd64/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/amd64/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/amd64/10.0/selinux/deprecated b/profiles/default/linux/amd64/10.0/selinux/deprecated
deleted file mode 100644
index 07308f9..0000000
--- a/profiles/default/linux/amd64/10.0/selinux/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/selinux
diff --git a/profiles/default/linux/amd64/10.0/selinux/eapi b/profiles/default/linux/amd64/10.0/selinux/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/selinux/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/selinux/parent b/profiles/default/linux/amd64/10.0/selinux/parent
deleted file mode 100644
index 933e679..0000000
--- a/profiles/default/linux/amd64/10.0/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/selinux
diff --git a/profiles/default/linux/amd64/10.0/server/deprecated b/profiles/default/linux/amd64/10.0/server/deprecated
deleted file mode 100644
index 647b9e6..0000000
--- a/profiles/default/linux/amd64/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0
diff --git a/profiles/default/linux/amd64/10.0/server/eapi b/profiles/default/linux/amd64/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/server/parent b/profiles/default/linux/amd64/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/amd64/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/amd64/10.0/x32/deprecated b/profiles/default/linux/amd64/10.0/x32/deprecated
deleted file mode 100644
index 7f6fe26..0000000
--- a/profiles/default/linux/amd64/10.0/x32/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/amd64/13.0/x32
diff --git a/profiles/default/linux/amd64/10.0/x32/eapi b/profiles/default/linux/amd64/10.0/x32/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/10.0/x32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/10.0/x32/make.defaults b/profiles/default/linux/amd64/10.0/x32/make.defaults
deleted file mode 100644
index b17da92..0000000
--- a/profiles/default/linux/amd64/10.0/x32/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/x32/make.defaults,v 1.1 2012/09/07 00:37:28 vapier Exp $
-
-CHOST="x86_64-pc-linux-gnux32"
diff --git a/profiles/default/linux/amd64/10.0/x32/parent b/profiles/default/linux/amd64/10.0/x32/parent
deleted file mode 100644
index cf0023c..0000000
--- a/profiles/default/linux/amd64/10.0/x32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/amd64/x32
diff --git a/profiles/default/linux/amd64/13.0/desktop/eapi b/profiles/default/linux/amd64/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/desktop/gnome/eapi b/profiles/default/linux/amd64/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/desktop/gnome/parent b/profiles/default/linux/amd64/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/amd64/13.0/desktop/kde/eapi b/profiles/default/linux/amd64/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/desktop/kde/parent b/profiles/default/linux/amd64/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/amd64/13.0/desktop/kde/systemd/parent b/profiles/default/linux/amd64/13.0/desktop/kde/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/amd64/13.0/desktop/parent b/profiles/default/linux/amd64/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/amd64/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/amd64/13.0/developer/eapi b/profiles/default/linux/amd64/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/developer/make.defaults b/profiles/default/linux/amd64/13.0/developer/make.defaults
deleted file mode 100644
index d7e0515..0000000
--- a/profiles/default/linux/amd64/13.0/developer/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/developer/make.defaults,v 1.1 2013/01/15 23:08:00 dilfridge Exp $
-
-# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
-# This will help developers track packages, that don't respect LDFLAGS, down
-# more effectively
-LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
diff --git a/profiles/default/linux/amd64/13.0/developer/parent b/profiles/default/linux/amd64/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/amd64/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/amd64/13.0/eapi b/profiles/default/linux/amd64/13.0/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/default/linux/amd64/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/amd64/13.0/no-multilib/eapi b/profiles/default/linux/amd64/13.0/no-multilib/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/no-multilib/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/no-multilib/parent b/profiles/default/linux/amd64/13.0/no-multilib/parent
deleted file mode 100644
index 521b28a..0000000
--- a/profiles/default/linux/amd64/13.0/no-multilib/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-..
-../../../../../arch/amd64/no-multilib
-../../../../../features/64bit-native
diff --git a/profiles/default/linux/amd64/13.0/package.use.stable.mask b/profiles/default/linux/amd64/13.0/package.use.stable.mask
deleted file mode 100644
index 761255e..0000000
--- a/profiles/default/linux/amd64/13.0/package.use.stable.mask
+++ /dev/null
@@ -1,413 +0,0 @@
-# Michał Górny <mgorny@gentoo.org> (16 Nov 2013)
-# Don't apply stable masks to python-exec since we're forcing every
-# impl there anyway. Please keep this in sync with use.stable.mask.
-dev-lang/python-exec -python_targets_pypy2_0
-dev-lang/python-exec -python_single_target_pypy2_0
-dev-python/python-exec -python_targets_pypy2_0
-dev-python/python-exec -python_single_target_pypy2_0
-
-# Ian Stakenvicius <axs@gentoo.org> (20 Sep 2013)
-# on behalf of gx86-multilib project <multilib@gentoo.org>
-# Mask abi_x86_32 on stable until emul-* packages are made
-# fully redundant and end-user experience in resolving
-# flag changes and blockages is generally smooth.
-# Please keep in sync with hardened/linux/amd64.
-app-admin/fam abi_x86_32
-app-admin/gamin abi_x86_32
-app-arch/bzip2 abi_x86_32
-app-arch/xz-utils abi_x86_32
-app-crypt/mit-krb5 abi_x86_32
-app-emulation/emul-linux-x86-baselibs abi_x86_32
-app-emulation/emul-linux-x86-compat abi_x86_32
-app-emulation/emul-linux-x86-cpplibs abi_x86_32
-app-emulation/emul-linux-x86-db abi_x86_32
-app-emulation/emul-linux-x86-glibc-errno-compat abi_x86_32
-app-emulation/emul-linux-x86-gstplugins abi_x86_32
-app-emulation/emul-linux-x86-gtklibs abi_x86_32
-app-emulation/emul-linux-x86-gtkmmlibs abi_x86_32
-app-emulation/emul-linux-x86-java abi_x86_32
-app-emulation/emul-linux-x86-jna abi_x86_32
-app-emulation/emul-linux-x86-medialibs abi_x86_32
-app-emulation/emul-linux-x86-motif abi_x86_32
-app-emulation/emul-linux-x86-opengl abi_x86_32
-app-emulation/emul-linux-x86-qtlibs abi_x86_32
-app-emulation/emul-linux-x86-sdl abi_x86_32
-app-emulation/emul-linux-x86-soundlibs abi_x86_32
-app-emulation/emul-linux-x86-xlibs abi_x86_32
-app-misc/lirc abi_x86_32
-app-text/libpaper abi_x86_32
-dev-cpp/atkmm abi_x86_32
-dev-cpp/cairomm abi_x86_32
-dev-cpp/glibmm abi_x86_32
-dev-cpp/gtest abi_x86_32
-dev-cpp/gtkmm abi_x86_32
-dev-cpp/libglademm abi_x86_32
-dev-cpp/pangomm abi_x86_32
-dev-db/myodbc abi_x86_32
-dev-db/mysql abi_x86_32
-dev-db/sqlite abi_x86_32
-dev-db/unixODBC abi_x86_32
-dev-games/physfs abi_x86_32
-dev-java/jna abi_x86_32
-dev-lang/orc abi_x86_32
-dev-lang/perl abi_x86_32
-dev-lang/python abi_x86_32
-dev-libs/angelscript abi_x86_32
-dev-libs/atk abi_x86_32
-dev-libs/boost abi_x86_32
-dev-libs/dbus-glib abi_x86_32
-dev-libs/ding-libs abi_x86_32
-dev-libs/DirectFB abi_x86_32
-dev-libs/elfutils abi_x86_32
-dev-libs/expat abi_x86_32
-dev-libs/fribidi abi_x86_32
-dev-libs/glib abi_x86_32
-dev-libs/gmp abi_x86_32
-dev-libs/json-c abi_x86_32
-dev-libs/libcdio abi_x86_32
-dev-libs/libconfig abi_x86_32
-dev-libs/libcss abi_x86_32
-dev-libs/libedit abi_x86_32
-dev-libs/libelf abi_x86_32
-dev-libs/libffi abi_x86_32
-dev-libs/libgamin abi_x86_32
-dev-libs/libgcrypt abi_x86_32
-dev-libs/libgpg-error abi_x86_32
-dev-libs/libiconv abi_x86_32
-dev-libs/libIDL abi_x86_32
-dev-libs/libnl abi_x86_32
-dev-libs/libnsfb abi_x86_32
-dev-libs/liboil abi_x86_32
-dev-libs/libparserutils abi_x86_32
-dev-libs/libpcre abi_x86_32
-dev-libs/libpthread-stubs abi_x86_32
-dev-libs/libRocket abi_x86_32
-dev-libs/libsigc++ abi_x86_32
-dev-libs/libtasn1 abi_x86_32
-dev-libs/libusb abi_x86_32
-dev-libs/libusbx abi_x86_32
-dev-libs/libusb-compat abi_x86_32
-dev-libs/libwapcaplet abi_x86_32
-dev-libs/libxml2 abi_x86_32
-dev-libs/libxslt abi_x86_32
-dev-libs/lzo abi_x86_32
-dev-libs/nettle abi_x86_32
-dev-libs/nsgenbind abi_x86_32
-dev-libs/nspr abi_x86_32
-dev-libs/nss abi_x86_32
-dev-libs/openssl abi_x86_32
-dev-libs/re2 abi_x86_32
-dev-libs/udis86 abi_x86_32
-dev-libs/yajl abi_x86_32
-gnome-base/gconf abi_x86_32
-gnome-base/gnome-vfs abi_x86_32
-gnome-base/libglade abi_x86_32
-gnome-base/orbit abi_x86_32
-media-gfx/sane-backends abi_x86_32
-media-libs/a52dec abi_x86_32
-media-libs/allegro abi_x86_32
-media-libs/alsa-lib abi_x86_32
-media-libs/alsa-oss abi_x86_32
-media-libs/audiofile abi_x86_32
-media-libs/celt abi_x86_32
-media-libs/dumb abi_x86_32
-media-libs/faac abi_x86_32
-media-libs/faad2 abi_x86_32
-media-libs/fdk-aac abi_x86_32
-media-libs/flac abi_x86_32
-media-libs/fontconfig abi_x86_32
-media-libs/freealut abi_x86_32
-media-libs/freeglut abi_x86_32
-media-libs/freetype abi_x86_32
-media-libs/game-music-emu abi_x86_32
-media-libs/gavl abi_x86_32
-media-libs/giflib abi_x86_32
-media-libs/glew abi_x86_32
-media-libs/glu abi_x86_32
-media-libs/gst-plugins-bad abi_x86_32
-media-libs/gst-plugins-base abi_x86_32
-media-libs/gst-plugins-good abi_x86_32
-media-libs/gst-plugins-ugly abi_x86_32
-media-libs/gstreamer abi_x86_32
-media-libs/ilmbase abi_x86_32
-media-libs/imlib abi_x86_32
-media-libs/jbigkit abi_x86_32
-media-libs/jpeg abi_x86_32
-media-libs/ladspa-sdk abi_x86_32
-media-libs/lcms abi_x86_32
-media-libs/libaacplus abi_x86_32
-media-libs/libao abi_x86_32
-media-libs/libart_lgpl abi_x86_32
-media-libs/libcddb abi_x86_32
-media-libs/libcuefile abi_x86_32
-media-libs/libdc1394 abi_x86_32
-media-libs/libdca abi_x86_32
-media-libs/libdv abi_x86_32
-media-libs/libdvdnav abi_x86_32
-media-libs/libdvdread abi_x86_32
-media-libs/libexif abi_x86_32
-media-libs/libfame abi_x86_32
-media-libs/libgii abi_x86_32
-media-libs/libgphoto2 abi_x86_32
-media-libs/libid3tag abi_x86_32
-media-libs/libiec61883 abi_x86_32
-media-libs/libjpeg-turbo abi_x86_32
-media-libs/libmad abi_x86_32
-media-libs/libmikmod abi_x86_32
-media-libs/libmimic abi_x86_32
-media-libs/libmms abi_x86_32
-media-libs/libmng abi_x86_32
-media-libs/libmodplug abi_x86_32
-media-libs/libmpeg2 abi_x86_32
-media-libs/libnsbmp abi_x86_32
-media-libs/libnsgif abi_x86_32
-media-libs/libofa abi_x86_32
-media-libs/libogg abi_x86_32
-media-libs/libpng abi_x86_32
-media-libs/libreplaygain abi_x86_32
-media-libs/librosprite abi_x86_32
-media-libs/libsamplerate abi_x86_32
-media-libs/libsdl abi_x86_32
-media-libs/libshout abi_x86_32
-media-libs/libsidplay abi_x86_32
-media-libs/libsndfile abi_x86_32
-media-libs/libsvgtiny abi_x86_32
-media-libs/libtheora abi_x86_32
-media-libs/libv4l abi_x86_32
-media-libs/libvisual abi_x86_32
-media-libs/libvorbis abi_x86_32
-media-libs/libvpx abi_x86_32
-media-libs/libwebp abi_x86_32
-media-libs/libXcm abi_x86_32
-media-libs/mesa abi_x86_32
-media-libs/nas abi_x86_32
-media-libs/openal abi_x86_32
-media-libs/opencore-amr abi_x86_32
-media-libs/openexr abi_x86_32
-media-libs/openjpeg abi_x86_32
-media-libs/opus abi_x86_32
-media-libs/oyranos abi_x86_32
-media-libs/phonon abi_x86_32
-media-libs/portaudio abi_x86_32
-media-libs/schroedinger abi_x86_32
-media-libs/sdl-image abi_x86_32
-media-libs/sdl-mixer abi_x86_32
-media-libs/sdl-net abi_x86_32
-media-libs/sdl-sound abi_x86_32
-media-libs/sdl-ttf abi_x86_32
-media-libs/smpeg abi_x86_32
-media-libs/soxr abi_x86_32
-media-libs/speex abi_x86_32
-media-libs/taglib abi_x86_32
-media-libs/tiff abi_x86_32
-media-libs/vo-aacenc abi_x86_32
-media-libs/vo-amrwbenc abi_x86_32
-media-libs/webrtc-audio-processing abi_x86_32
-media-libs/x264 abi_x86_32
-media-libs/xvid abi_x86_32
-media-plugins/alsaequal abi_x86_32
-media-plugins/alsa-plugins abi_x86_32
-media-plugins/caps-plugins abi_x86_32
-media-plugins/gst-plugins-a52dec abi_x86_32
-media-plugins/gst-plugins-alsa abi_x86_32
-media-plugins/gst-plugins-annodex abi_x86_32
-media-plugins/gst-plugins-cdio abi_x86_32
-media-plugins/gst-plugins-cdparanoia abi_x86_32
-media-plugins/gst-plugins-dts abi_x86_32
-media-plugins/gst-plugins-dv abi_x86_32
-media-plugins/gst-plugins-dvb abi_x86_32
-media-plugins/gst-plugins-dvdread abi_x86_32
-media-plugins/gst-plugins-faac abi_x86_32
-media-plugins/gst-plugins-faad abi_x86_32
-media-plugins/gst-plugins-ffmpeg abi_x86_32
-media-plugins/gst-plugins-flac abi_x86_32
-media-plugins/gst-plugins-gconf abi_x86_32
-media-plugins/gst-plugins-gio abi_x86_32
-media-plugins/gst-plugins-gnomevfs abi_x86_32
-media-plugins/gst-plugins-jpeg abi_x86_32
-media-plugins/gst-plugins-ladspa abi_x86_32
-media-plugins/gst-plugins-lame abi_x86_32
-media-plugins/gst-plugins-libmms abi_x86_32
-media-plugins/gst-plugins-libpng abi_x86_32
-media-plugins/gst-plugins-libvisual abi_x86_32
-media-plugins/gst-plugins-mad abi_x86_32
-media-plugins/gst-plugins-meta abi_x86_32
-media-plugins/gst-plugins-mimic abi_x86_32
-media-plugins/gst-plugins-modplug abi_x86_32
-media-plugins/gst-plugins-mpeg2dec abi_x86_32
-media-plugins/gst-plugins-mplex abi_x86_32
-media-plugins/gst-plugins-musepack abi_x86_32
-media-plugins/gst-plugins-neon abi_x86_32
-media-plugins/gst-plugins-ofa abi_x86_32
-media-plugins/gst-plugins-ogg abi_x86_32
-media-plugins/gst-plugins-oss abi_x86_32
-media-plugins/gst-plugins-pango abi_x86_32
-media-plugins/gst-plugins-pulse abi_x86_32
-media-plugins/gst-plugins-raw1394 abi_x86_32
-media-plugins/gst-plugins-resindvd abi_x86_32
-media-plugins/gst-plugins-shout2 abi_x86_32
-media-plugins/gst-plugins-sidplay abi_x86_32
-media-plugins/gst-plugins-soup abi_x86_32
-media-plugins/gst-plugins-speex abi_x86_32
-media-plugins/gst-plugins-taglib abi_x86_32
-media-plugins/gst-plugins-theora abi_x86_32
-media-plugins/gst-plugins-twolame abi_x86_32
-media-plugins/gst-plugins-v4l2 abi_x86_32
-media-plugins/gst-plugins-vorbis abi_x86_32
-media-plugins/gst-plugins-vp8 abi_x86_32
-media-plugins/gst-plugins-wavpack abi_x86_32
-media-plugins/gst-plugins-x abi_x86_32
-media-plugins/gst-plugins-x264 abi_x86_32
-media-plugins/gst-plugins-ximagesrc abi_x86_32
-media-plugins/gst-plugins-xvid abi_x86_32
-media-plugins/gst-plugins-xvideo abi_x86_32
-media-plugins/swh-plugins abi_x86_32
-media-sound/cdparanoia abi_x86_32
-media-sound/gsm abi_x86_32
-media-sound/jack-audio-connection-kit abi_x86_32
-media-sound/lame abi_x86_32
-media-sound/mpg123 abi_x86_32
-media-sound/musepack-tools abi_x86_32
-media-sound/pulseaudio abi_x86_32
-media-sound/twolame abi_x86_32
-media-sound/wavpack abi_x86_32
-media-video/dirac abi_x86_32
-media-video/ffmpeg abi_x86_32
-media-video/mjpegtools abi_x86_32
-media-video/vcdimager abi_x86_32
-net-dialup/capi4k-utils abi_x86_32
-net-dns/libidn abi_x86_32
-net-libs/gnutls abi_x86_32
-net-libs/libdom abi_x86_32
-net-libs/libgssglue abi_x86_32
-net-libs/libhubbub abi_x86_32
-net-libs/libsoup abi_x86_32
-net-libs/libtirpc abi_x86_32
-net-libs/nacl abi_x86_32
-net-libs/neon abi_x86_32
-net-misc/curl abi_x86_32
-net-nds/openldap abi_x86_32
-net-print/cups abi_x86_32
-net-wireless/bluez abi_x86_32
-sci-libs/djbfft abi_x86_32
-sci-libs/fftw abi_x86_32
-sys-apps/acl abi_x86_32
-sys-apps/attr abi_x86_32
-sys-apps/dbus abi_x86_32
-sys-apps/file abi_x86_32
-sys-apps/keyutils abi_x86_32
-sys-apps/pciutils abi_x86_32
-sys-apps/systemd abi_x86_32
-sys-apps/tcp-wrappers abi_x86_32
-sys-apps/util-linux abi_x86_32
-sys-auth/nss_ldap abi_x86_32
-sys-auth/nss-mdns abi_x86_32
-sys-auth/openpam abi_x86_32
-sys-auth/pam_ldap abi_x86_32
-sys-devel/binutils abi_x86_32
-sys-devel/clang abi_x86_32
-sys-devel/gettext abi_x86_32
-sys-devel/libperl abi_x86_32
-sys-devel/libtool abi_x86_32
-sys-devel/llvm abi_x86_32
-sys-freebsd/freebsd-lib abi_x86_32
-sys-freebsd/freebsd-libexec abi_x86_32
-sys-freebsd/freebsd-ubin abi_x86_32
-sys-fs/e2fsprogs abi_x86_32
-sys-fs/eudev abi_x86_32
-sys-fs/udev abi_x86_32
-sys-libs/cracklib abi_x86_32
-sys-libs/db abi_x86_32
-sys-libs/e2fsprogs-libs abi_x86_32
-sys-libs/gdbm abi_x86_32
-sys-libs/gpm abi_x86_32
-sys-libs/libavc1394 abi_x86_32
-sys-libs/lib-compat abi_x86_32
-sys-libs/libcxx abi_x86_32
-sys-libs/libcxxrt abi_x86_32
-sys-libs/libieee1284 abi_x86_32
-sys-libs/libraw1394 abi_x86_32
-sys-libs/libsepol abi_x86_32
-sys-libs/libstdc++-v3 abi_x86_32
-sys-libs/ncurses abi_x86_32
-sys-libs/pam abi_x86_32
-sys-libs/pwdb abi_x86_32
-sys-libs/readline abi_x86_32
-sys-libs/slang abi_x86_32
-sys-libs/talloc abi_x86_32
-sys-libs/zlib abi_x86_32
-virtual/fam abi_x86_32
-virtual/glu abi_x86_32
-virtual/jpeg abi_x86_32
-virtual/libffi abi_x86_32
-virtual/libiconv abi_x86_32
-virtual/libusb abi_x86_32
-virtual/opengl abi_x86_32
-virtual/udev abi_x86_32
-x11-libs/cairo abi_x86_32
-x11-libs/gdk-pixbuf abi_x86_32
-x11-libs/gtk+ abi_x86_32
-x11-libs/libdrm abi_x86_32
-x11-libs/libICE abi_x86_32
-x11-libs/libnotify abi_x86_32
-x11-libs/libpciaccess abi_x86_32
-x11-libs/libSM abi_x86_32
-x11-libs/libvdpau abi_x86_32
-x11-libs/libX11 abi_x86_32
-x11-libs/libXau abi_x86_32
-x11-libs/libXaw abi_x86_32
-x11-libs/libxcb abi_x86_32
-x11-libs/libXcomposite abi_x86_32
-x11-libs/libXcursor abi_x86_32
-x11-libs/libXdamage abi_x86_32
-x11-libs/libXdmcp abi_x86_32
-x11-libs/libXext abi_x86_32
-x11-libs/libXfixes abi_x86_32
-x11-libs/libXft abi_x86_32
-x11-libs/libXi abi_x86_32
-x11-libs/libXinerama abi_x86_32
-x11-libs/libXmu abi_x86_32
-x11-libs/libXp abi_x86_32
-x11-libs/libXpm abi_x86_32
-x11-libs/libXrandr abi_x86_32
-x11-libs/libXrender abi_x86_32
-x11-libs/libXScrnSaver abi_x86_32
-x11-libs/libXt abi_x86_32
-x11-libs/libXtst abi_x86_32
-x11-libs/libXv abi_x86_32
-x11-libs/libXvMC abi_x86_32
-x11-libs/libXxf86dga abi_x86_32
-x11-libs/libXxf86vm abi_x86_32
-x11-libs/motif abi_x86_32
-x11-libs/pango abi_x86_32
-x11-libs/pixman abi_x86_32
-x11-libs/qt-core abi_x86_32
-x11-libs/qt-dbus abi_x86_32
-x11-libs/qt-gui abi_x86_32
-x11-libs/qt-opengl abi_x86_32
-x11-libs/qt-script abi_x86_32
-x11-libs/qt-sql abi_x86_32
-x11-libs/qt-svg abi_x86_32
-x11-libs/qt-webkit abi_x86_32
-x11-libs/qt-xmlpatterns abi_x86_32
-x11-proto/compositeproto abi_x86_32
-x11-proto/damageproto abi_x86_32
-x11-proto/fixesproto abi_x86_32
-x11-proto/inputproto abi_x86_32
-x11-proto/kbproto abi_x86_32
-x11-proto/printproto abi_x86_32
-x11-proto/randrproto abi_x86_32
-x11-proto/recordproto abi_x86_32
-x11-proto/renderproto abi_x86_32
-x11-proto/scrnsaverproto abi_x86_32
-x11-proto/videoproto abi_x86_32
-x11-proto/xcb-proto abi_x86_32
-x11-proto/xextproto abi_x86_32
-x11-proto/xf86bigfontproto abi_x86_32
-x11-proto/xf86dgaproto abi_x86_32
-x11-proto/xf86vidmodeproto abi_x86_32
-x11-proto/xineramaproto abi_x86_32
-x11-proto/xproto abi_x86_32
-x11-themes/gtk-engines abi_x86_32
-x11-themes/gtk-engines-murrine abi_x86_32
-x11-themes/gtk-engines-xfce abi_x86_32
diff --git a/profiles/default/linux/amd64/13.0/parent b/profiles/default/linux/amd64/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/amd64/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/amd64/13.0/selinux/eapi b/profiles/default/linux/amd64/13.0/selinux/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/selinux/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/selinux/parent b/profiles/default/linux/amd64/13.0/selinux/parent
deleted file mode 100644
index 933e679..0000000
--- a/profiles/default/linux/amd64/13.0/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/selinux
diff --git a/profiles/default/linux/amd64/13.0/use.mask b/profiles/default/linux/amd64/13.0/use.mask
deleted file mode 100644
index 6af1398..0000000
--- a/profiles/default/linux/amd64/13.0/use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/use.mask,v 1.2 2013/08/07 22:11:07 mgorny Exp $
-
-# Michał Górny <mgorny@gentoo.org> (19 Jan 2013)
-# PyPy is keyworded on this arch.
--python_targets_pypy2_0
--python_single_target_pypy2_0
diff --git a/profiles/default/linux/amd64/13.0/use.stable.mask b/profiles/default/linux/amd64/13.0/use.stable.mask
deleted file mode 100644
index bd4ca1c..0000000
--- a/profiles/default/linux/amd64/13.0/use.stable.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/use.stable.mask,v 1.2 2013/08/07 22:11:07 mgorny Exp $
-
-# Michał Górny <mgorny@gentoo.org> (19 Jan 2013)
-# PyPy is unstable on this arch.
-python_targets_pypy2_0
-python_single_target_pypy2_0
diff --git a/profiles/default/linux/amd64/13.0/x32/eapi b/profiles/default/linux/amd64/13.0/x32/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/amd64/13.0/x32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/amd64/13.0/x32/make.defaults b/profiles/default/linux/amd64/13.0/x32/make.defaults
deleted file mode 100644
index ba7d253..0000000
--- a/profiles/default/linux/amd64/13.0/x32/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/x32/make.defaults,v 1.1 2013/01/15 23:08:00 dilfridge Exp $
-
-CHOST="x86_64-pc-linux-gnux32"
diff --git a/profiles/default/linux/amd64/13.0/x32/parent b/profiles/default/linux/amd64/13.0/x32/parent
deleted file mode 100644
index cf0023c..0000000
--- a/profiles/default/linux/amd64/13.0/x32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/amd64/x32
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/README b/profiles/default/linux/amd64/dev/32bit-userland/README
deleted file mode 100644
index edcab26..0000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/README
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/dev/32bit-userland/README,v 1.1 2009/10/03 16:00:24 ssuominen Exp $
-
-IMPORTANT
-=========
-
-Here's how to use this profile. Any other use will probably break your installation, so you better follow it closely.
-
-1. Download the latest amd64 stage2 tarball
-2. Unpack it to your chroot location and do all the bind mounts
-3. Chroot in
-4. run `find /usr/lib64 /lib64 -exec touch {} \;'
-5. remove the "CHOST=" line from /etc/make.conf
-6. change the /etc/make.profile link to this profile
-7. run `emerge -e world'
-
-Dependencies might not always be quite correct. Don't use this profile for anything else then creating emul-libs.
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/make.defaults b/profiles/default/linux/amd64/dev/32bit-userland/make.defaults
deleted file mode 100644
index 98b1cdc..0000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/dev/32bit-userland/make.defaults,v 1.1 2009/10/03 16:00:24 ssuominen Exp $
-
-DEFAULT_ABI="x86"
-ABI="x86"
-
-CHOST="i686-pc-linux-gnu"
-
-FEATURES="collision-protect multilib-strict"
-
-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"
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/parent b/profiles/default/linux/amd64/dev/32bit-userland/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/amd64/dev/parent b/profiles/default/linux/amd64/dev/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/default/linux/amd64/dev/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/amd64/parent b/profiles/default/linux/amd64/parent
deleted file mode 100644
index 158dd88..0000000
--- a/profiles/default/linux/amd64/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/amd64
diff --git a/profiles/default/linux/arm/10.0/armv4/deprecated b/profiles/default/linux/arm/10.0/armv4/deprecated
deleted file mode 100644
index 977c931..0000000
--- a/profiles/default/linux/arm/10.0/armv4/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/deprecated b/profiles/default/linux/arm/10.0/armv4/desktop/deprecated
deleted file mode 100644
index 775c79f..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4/desktop
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/eapi b/profiles/default/linux/arm/10.0/armv4/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/gnome/deprecated b/profiles/default/linux/arm/10.0/armv4/desktop/gnome/deprecated
deleted file mode 100644
index 9656139..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-linux/arm/13.0/armv4/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/gnome/eapi b/profiles/default/linux/arm/10.0/armv4/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/gnome/parent b/profiles/default/linux/arm/10.0/armv4/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/kde/deprecated b/profiles/default/linux/arm/10.0/armv4/desktop/kde/deprecated
deleted file mode 100644
index 1d55cdc..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/kde/eapi b/profiles/default/linux/arm/10.0/armv4/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/kde/parent b/profiles/default/linux/arm/10.0/armv4/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv4/desktop/parent b/profiles/default/linux/arm/10.0/armv4/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/10.0/armv4/developer/deprecated b/profiles/default/linux/arm/10.0/armv4/developer/deprecated
deleted file mode 100644
index ceee398..0000000
--- a/profiles/default/linux/arm/10.0/armv4/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4/developer
diff --git a/profiles/default/linux/arm/10.0/armv4/developer/eapi b/profiles/default/linux/arm/10.0/armv4/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4/developer/parent b/profiles/default/linux/arm/10.0/armv4/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/10.0/armv4/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/10.0/armv4/eapi b/profiles/default/linux/arm/10.0/armv4/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4/parent b/profiles/default/linux/arm/10.0/armv4/parent
deleted file mode 100644
index b614216..0000000
--- a/profiles/default/linux/arm/10.0/armv4/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv4/
diff --git a/profiles/default/linux/arm/10.0/armv4/server/deprecated b/profiles/default/linux/arm/10.0/armv4/server/deprecated
deleted file mode 100644
index 977c931..0000000
--- a/profiles/default/linux/arm/10.0/armv4/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4
diff --git a/profiles/default/linux/arm/10.0/armv4/server/eapi b/profiles/default/linux/arm/10.0/armv4/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4/server/parent b/profiles/default/linux/arm/10.0/armv4/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/arm/10.0/armv4/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/arm/10.0/armv4t/deprecated b/profiles/default/linux/arm/10.0/armv4t/deprecated
deleted file mode 100644
index 14964d3..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4t
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/deprecated b/profiles/default/linux/arm/10.0/armv4t/desktop/deprecated
deleted file mode 100644
index ade5e03..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4t/desktop
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/eapi b/profiles/default/linux/arm/10.0/armv4t/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/deprecated b/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/deprecated
deleted file mode 100644
index cd57033..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4t/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/eapi b/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/parent b/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/kde/deprecated b/profiles/default/linux/arm/10.0/armv4t/desktop/kde/deprecated
deleted file mode 100644
index 12cf5d8..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4t/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/kde/eapi b/profiles/default/linux/arm/10.0/armv4t/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/kde/parent b/profiles/default/linux/arm/10.0/armv4t/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv4t/desktop/parent b/profiles/default/linux/arm/10.0/armv4t/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/10.0/armv4t/developer/deprecated b/profiles/default/linux/arm/10.0/armv4t/developer/deprecated
deleted file mode 100644
index 28fe8c2..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4t/developer
diff --git a/profiles/default/linux/arm/10.0/armv4t/developer/eapi b/profiles/default/linux/arm/10.0/armv4t/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4t/developer/parent b/profiles/default/linux/arm/10.0/armv4t/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/10.0/armv4t/eapi b/profiles/default/linux/arm/10.0/armv4t/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4t/parent b/profiles/default/linux/arm/10.0/armv4t/parent
deleted file mode 100644
index 94db639..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv4t/
diff --git a/profiles/default/linux/arm/10.0/armv4t/server/deprecated b/profiles/default/linux/arm/10.0/armv4t/server/deprecated
deleted file mode 100644
index 14964d3..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv4t
diff --git a/profiles/default/linux/arm/10.0/armv4t/server/eapi b/profiles/default/linux/arm/10.0/armv4t/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv4t/server/parent b/profiles/default/linux/arm/10.0/armv4t/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/arm/10.0/armv4t/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/arm/10.0/armv5te/deprecated b/profiles/default/linux/arm/10.0/armv5te/deprecated
deleted file mode 100644
index 311dc47..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv5te
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/deprecated b/profiles/default/linux/arm/10.0/armv5te/desktop/deprecated
deleted file mode 100644
index 376d70f..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv5te/desktop
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/eapi b/profiles/default/linux/arm/10.0/armv5te/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/deprecated b/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/deprecated
deleted file mode 100644
index 1e4d377..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv5te/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/eapi b/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/parent b/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/kde/deprecated b/profiles/default/linux/arm/10.0/armv5te/desktop/kde/deprecated
deleted file mode 100644
index 8dab21b..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv5te/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/kde/eapi b/profiles/default/linux/arm/10.0/armv5te/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/kde/parent b/profiles/default/linux/arm/10.0/armv5te/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv5te/desktop/parent b/profiles/default/linux/arm/10.0/armv5te/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/10.0/armv5te/developer/deprecated b/profiles/default/linux/arm/10.0/armv5te/developer/deprecated
deleted file mode 100644
index ebf78d8..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv5te/developer
diff --git a/profiles/default/linux/arm/10.0/armv5te/developer/eapi b/profiles/default/linux/arm/10.0/armv5te/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv5te/developer/parent b/profiles/default/linux/arm/10.0/armv5te/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/10.0/armv5te/eapi b/profiles/default/linux/arm/10.0/armv5te/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv5te/parent b/profiles/default/linux/arm/10.0/armv5te/parent
deleted file mode 100644
index c7af285..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv5te/
diff --git a/profiles/default/linux/arm/10.0/armv5te/server/deprecated b/profiles/default/linux/arm/10.0/armv5te/server/deprecated
deleted file mode 100644
index 311dc47..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv5te
diff --git a/profiles/default/linux/arm/10.0/armv5te/server/eapi b/profiles/default/linux/arm/10.0/armv5te/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv5te/server/parent b/profiles/default/linux/arm/10.0/armv5te/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/arm/10.0/armv5te/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/arm/10.0/armv6j/deprecated b/profiles/default/linux/arm/10.0/armv6j/deprecated
deleted file mode 100644
index 9ec63f8..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv6j
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/deprecated b/profiles/default/linux/arm/10.0/armv6j/desktop/deprecated
deleted file mode 100644
index fc5a542..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv6j/desktop
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/eapi b/profiles/default/linux/arm/10.0/armv6j/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/deprecated b/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/deprecated
deleted file mode 100644
index ab6403e..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv6j/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/eapi b/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/parent b/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/kde/deprecated b/profiles/default/linux/arm/10.0/armv6j/desktop/kde/deprecated
deleted file mode 100644
index 4afba63..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv6j/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/kde/eapi b/profiles/default/linux/arm/10.0/armv6j/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/kde/parent b/profiles/default/linux/arm/10.0/armv6j/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv6j/desktop/parent b/profiles/default/linux/arm/10.0/armv6j/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/10.0/armv6j/developer/deprecated b/profiles/default/linux/arm/10.0/armv6j/developer/deprecated
deleted file mode 100644
index d886992..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv6j/developer
diff --git a/profiles/default/linux/arm/10.0/armv6j/developer/eapi b/profiles/default/linux/arm/10.0/armv6j/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv6j/developer/parent b/profiles/default/linux/arm/10.0/armv6j/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/10.0/armv6j/eapi b/profiles/default/linux/arm/10.0/armv6j/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv6j/parent b/profiles/default/linux/arm/10.0/armv6j/parent
deleted file mode 100644
index c0ffd32..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv6j/
diff --git a/profiles/default/linux/arm/10.0/armv6j/server/deprecated b/profiles/default/linux/arm/10.0/armv6j/server/deprecated
deleted file mode 100644
index 9ec63f8..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv6j
diff --git a/profiles/default/linux/arm/10.0/armv6j/server/eapi b/profiles/default/linux/arm/10.0/armv6j/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv6j/server/parent b/profiles/default/linux/arm/10.0/armv6j/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/arm/10.0/armv6j/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/arm/10.0/armv7a/deprecated b/profiles/default/linux/arm/10.0/armv7a/deprecated
deleted file mode 100644
index c11c04d..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv7a
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/deprecated b/profiles/default/linux/arm/10.0/armv7a/desktop/deprecated
deleted file mode 100644
index 795e84d..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv7a/desktop
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/eapi b/profiles/default/linux/arm/10.0/armv7a/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/deprecated b/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/deprecated
deleted file mode 100644
index 3491897..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv7a/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/eapi b/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/parent b/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/kde/deprecated b/profiles/default/linux/arm/10.0/armv7a/desktop/kde/deprecated
deleted file mode 100644
index 6be7875..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv7a/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/kde/eapi b/profiles/default/linux/arm/10.0/armv7a/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/kde/parent b/profiles/default/linux/arm/10.0/armv7a/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/armv7a/desktop/parent b/profiles/default/linux/arm/10.0/armv7a/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/10.0/armv7a/developer/deprecated b/profiles/default/linux/arm/10.0/armv7a/developer/deprecated
deleted file mode 100644
index a1dcc23..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv7a/developer
diff --git a/profiles/default/linux/arm/10.0/armv7a/developer/eapi b/profiles/default/linux/arm/10.0/armv7a/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv7a/developer/parent b/profiles/default/linux/arm/10.0/armv7a/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/10.0/armv7a/eapi b/profiles/default/linux/arm/10.0/armv7a/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv7a/parent b/profiles/default/linux/arm/10.0/armv7a/parent
deleted file mode 100644
index 39d8921..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv7a/
diff --git a/profiles/default/linux/arm/10.0/armv7a/server/deprecated b/profiles/default/linux/arm/10.0/armv7a/server/deprecated
deleted file mode 100644
index c11c04d..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/armv7a
diff --git a/profiles/default/linux/arm/10.0/armv7a/server/eapi b/profiles/default/linux/arm/10.0/armv7a/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/armv7a/server/parent b/profiles/default/linux/arm/10.0/armv7a/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/arm/10.0/armv7a/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/arm/10.0/deprecated b/profiles/default/linux/arm/10.0/deprecated
deleted file mode 100644
index 74de624..0000000
--- a/profiles/default/linux/arm/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0
diff --git a/profiles/default/linux/arm/10.0/desktop/deprecated b/profiles/default/linux/arm/10.0/desktop/deprecated
deleted file mode 100644
index 4a4f617..0000000
--- a/profiles/default/linux/arm/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/desktop
diff --git a/profiles/default/linux/arm/10.0/desktop/eapi b/profiles/default/linux/arm/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/desktop/gnome/deprecated b/profiles/default/linux/arm/10.0/desktop/gnome/deprecated
deleted file mode 100644
index 1a7b5cc..0000000
--- a/profiles/default/linux/arm/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/desktop/gnome/eapi b/profiles/default/linux/arm/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/desktop/gnome/parent b/profiles/default/linux/arm/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/arm/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/10.0/desktop/kde/deprecated b/profiles/default/linux/arm/10.0/desktop/kde/deprecated
deleted file mode 100644
index 60b5139..0000000
--- a/profiles/default/linux/arm/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/desktop/kde/eapi b/profiles/default/linux/arm/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/desktop/kde/parent b/profiles/default/linux/arm/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/arm/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/10.0/desktop/parent b/profiles/default/linux/arm/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/arm/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/10.0/developer/deprecated b/profiles/default/linux/arm/10.0/developer/deprecated
deleted file mode 100644
index 4ee81f0..0000000
--- a/profiles/default/linux/arm/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0/developer
diff --git a/profiles/default/linux/arm/10.0/developer/eapi b/profiles/default/linux/arm/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/developer/parent b/profiles/default/linux/arm/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/arm/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/arm/10.0/eapi b/profiles/default/linux/arm/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/parent b/profiles/default/linux/arm/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/arm/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/arm/10.0/server/deprecated b/profiles/default/linux/arm/10.0/server/deprecated
deleted file mode 100644
index 74de624..0000000
--- a/profiles/default/linux/arm/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/13.0
diff --git a/profiles/default/linux/arm/10.0/server/eapi b/profiles/default/linux/arm/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/10.0/server/parent b/profiles/default/linux/arm/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/arm/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/eapi b/profiles/default/linux/arm/13.0/armv4/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/gnome/eapi b/profiles/default/linux/arm/13.0/armv4/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/gnome/parent b/profiles/default/linux/arm/13.0/armv4/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/13.0/armv4/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/kde/eapi b/profiles/default/linux/arm/13.0/armv4/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/kde/parent b/profiles/default/linux/arm/13.0/armv4/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/13.0/armv4/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/parent b/profiles/default/linux/arm/13.0/armv4/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/13.0/armv4/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/13.0/armv4/developer/eapi b/profiles/default/linux/arm/13.0/armv4/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4/developer/parent b/profiles/default/linux/arm/13.0/armv4/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/13.0/armv4/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/13.0/armv4/eapi b/profiles/default/linux/arm/13.0/armv4/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4/parent b/profiles/default/linux/arm/13.0/armv4/parent
deleted file mode 100644
index b614216..0000000
--- a/profiles/default/linux/arm/13.0/armv4/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv4/
diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/eapi b/profiles/default/linux/arm/13.0/armv4t/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/gnome/eapi b/profiles/default/linux/arm/13.0/armv4t/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/gnome/parent b/profiles/default/linux/arm/13.0/armv4t/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/kde/eapi b/profiles/default/linux/arm/13.0/armv4t/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/kde/parent b/profiles/default/linux/arm/13.0/armv4t/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/parent b/profiles/default/linux/arm/13.0/armv4t/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/13.0/armv4t/developer/eapi b/profiles/default/linux/arm/13.0/armv4t/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4t/developer/parent b/profiles/default/linux/arm/13.0/armv4t/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/13.0/armv4t/eapi b/profiles/default/linux/arm/13.0/armv4t/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv4t/parent b/profiles/default/linux/arm/13.0/armv4t/parent
deleted file mode 100644
index 94db639..0000000
--- a/profiles/default/linux/arm/13.0/armv4t/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv4t/
diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/eapi b/profiles/default/linux/arm/13.0/armv5te/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/gnome/eapi b/profiles/default/linux/arm/13.0/armv5te/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/gnome/parent b/profiles/default/linux/arm/13.0/armv5te/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/kde/eapi b/profiles/default/linux/arm/13.0/armv5te/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/kde/parent b/profiles/default/linux/arm/13.0/armv5te/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/parent b/profiles/default/linux/arm/13.0/armv5te/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/13.0/armv5te/developer/eapi b/profiles/default/linux/arm/13.0/armv5te/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv5te/developer/parent b/profiles/default/linux/arm/13.0/armv5te/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/13.0/armv5te/eapi b/profiles/default/linux/arm/13.0/armv5te/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv5te/parent b/profiles/default/linux/arm/13.0/armv5te/parent
deleted file mode 100644
index c7af285..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv5te/
diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/eapi b/profiles/default/linux/arm/13.0/armv6j/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/gnome/eapi b/profiles/default/linux/arm/13.0/armv6j/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/gnome/parent b/profiles/default/linux/arm/13.0/armv6j/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/kde/eapi b/profiles/default/linux/arm/13.0/armv6j/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/kde/parent b/profiles/default/linux/arm/13.0/armv6j/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/parent b/profiles/default/linux/arm/13.0/armv6j/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/13.0/armv6j/developer/eapi b/profiles/default/linux/arm/13.0/armv6j/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv6j/developer/parent b/profiles/default/linux/arm/13.0/armv6j/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/13.0/armv6j/eapi b/profiles/default/linux/arm/13.0/armv6j/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv6j/parent b/profiles/default/linux/arm/13.0/armv6j/parent
deleted file mode 100644
index c0ffd32..0000000
--- a/profiles/default/linux/arm/13.0/armv6j/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv6j/
diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/eapi b/profiles/default/linux/arm/13.0/armv7a/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/gnome/eapi b/profiles/default/linux/arm/13.0/armv7a/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/gnome/parent b/profiles/default/linux/arm/13.0/armv7a/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/kde/eapi b/profiles/default/linux/arm/13.0/armv7a/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/kde/parent b/profiles/default/linux/arm/13.0/armv7a/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/parent b/profiles/default/linux/arm/13.0/armv7a/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/13.0/armv7a/developer/eapi b/profiles/default/linux/arm/13.0/armv7a/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv7a/developer/parent b/profiles/default/linux/arm/13.0/armv7a/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/arm/13.0/armv7a/eapi b/profiles/default/linux/arm/13.0/armv7a/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/armv7a/parent b/profiles/default/linux/arm/13.0/armv7a/parent
deleted file mode 100644
index 39d8921..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/arm/armv7a/
diff --git a/profiles/default/linux/arm/13.0/desktop/eapi b/profiles/default/linux/arm/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/desktop/gnome/eapi b/profiles/default/linux/arm/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/desktop/gnome/parent b/profiles/default/linux/arm/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/arm/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/arm/13.0/desktop/kde/eapi b/profiles/default/linux/arm/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/desktop/kde/parent b/profiles/default/linux/arm/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/arm/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/arm/13.0/desktop/kde/systemd/parent b/profiles/default/linux/arm/13.0/desktop/kde/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/arm/13.0/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/arm/13.0/desktop/parent b/profiles/default/linux/arm/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/arm/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/arm/13.0/developer/eapi b/profiles/default/linux/arm/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/developer/parent b/profiles/default/linux/arm/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/arm/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/arm/13.0/eapi b/profiles/default/linux/arm/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm/13.0/parent b/profiles/default/linux/arm/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/arm/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/arm/parent b/profiles/default/linux/arm/parent
deleted file mode 100644
index cf8b79e..0000000
--- a/profiles/default/linux/arm/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/arm
diff --git a/profiles/default/linux/arm64/13.0/desktop/eapi b/profiles/default/linux/arm64/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm64/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm64/13.0/desktop/parent b/profiles/default/linux/arm64/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/arm64/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/arm64/13.0/developer/eapi b/profiles/default/linux/arm64/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/arm64/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/arm64/13.0/developer/parent b/profiles/default/linux/arm64/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/arm64/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/arm64/13.0/eapi b/profiles/default/linux/arm64/13.0/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/default/linux/arm64/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/arm64/13.0/parent b/profiles/default/linux/arm64/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/arm64/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/arm64/13.0/use.stable.mask b/profiles/default/linux/arm64/13.0/use.stable.mask
deleted file mode 100644
index dee1936..0000000
--- a/profiles/default/linux/arm64/13.0/use.stable.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/arm64/13.0/use.stable.mask,v 1.1 2014/01/14 20:47:47 vapier Exp $
-
-# Markus Meier <maekke@gentoo.org> (26 Dec 2013)
-# Unmask dev-lang/python-3.3* targets, bug #474128
--python_targets_python3_3
--python_single_target_python3_3
diff --git a/profiles/default/linux/arm64/parent b/profiles/default/linux/arm64/parent
deleted file mode 100644
index 63b5baf..0000000
--- a/profiles/default/linux/arm64/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/arm64
diff --git a/profiles/default/linux/hppa/10.0/deprecated b/profiles/default/linux/hppa/10.0/deprecated
deleted file mode 100644
index cff72dd..0000000
--- a/profiles/default/linux/hppa/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/hppa/13.0
diff --git a/profiles/default/linux/hppa/10.0/desktop/deprecated b/profiles/default/linux/hppa/10.0/desktop/deprecated
deleted file mode 100644
index c0202b0..0000000
--- a/profiles/default/linux/hppa/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/hppa/13.0/desktop
diff --git a/profiles/default/linux/hppa/10.0/desktop/eapi b/profiles/default/linux/hppa/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/10.0/desktop/parent b/profiles/default/linux/hppa/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/hppa/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/hppa/10.0/developer/deprecated b/profiles/default/linux/hppa/10.0/developer/deprecated
deleted file mode 100644
index bce3155..0000000
--- a/profiles/default/linux/hppa/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/hppa/13.0/developer
diff --git a/profiles/default/linux/hppa/10.0/developer/eapi b/profiles/default/linux/hppa/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/10.0/developer/parent b/profiles/default/linux/hppa/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/hppa/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/hppa/10.0/eapi b/profiles/default/linux/hppa/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/10.0/parent b/profiles/default/linux/hppa/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/hppa/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/hppa/10.0/server/deprecated b/profiles/default/linux/hppa/10.0/server/deprecated
deleted file mode 100644
index cff72dd..0000000
--- a/profiles/default/linux/hppa/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/hppa/13.0
diff --git a/profiles/default/linux/hppa/10.0/server/eapi b/profiles/default/linux/hppa/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/10.0/server/parent b/profiles/default/linux/hppa/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/hppa/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/hppa/13.0/desktop/eapi b/profiles/default/linux/hppa/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/13.0/desktop/parent b/profiles/default/linux/hppa/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/hppa/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/hppa/13.0/developer/eapi b/profiles/default/linux/hppa/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/13.0/developer/parent b/profiles/default/linux/hppa/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/hppa/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/hppa/13.0/eapi b/profiles/default/linux/hppa/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/hppa/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/hppa/13.0/parent b/profiles/default/linux/hppa/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/hppa/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/hppa/package.use.mask b/profiles/default/linux/hppa/package.use.mask
deleted file mode 100644
index 0b25e73..0000000
--- a/profiles/default/linux/hppa/package.use.mask
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/hppa/package.use.mask,v 1.14 2013/10/14 18:32:06 jer Exp $
-
-# DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <hppa@gentoo.org>.
-
-# Jeroen Roovers <jer@gentoo.org> (1 Sep 2011)
-# No hardware support for NUMA (bug #381313)
-sys-apps/hwloc numa
-
-# Jeroen Roovers <jer@gentoo.org> (15 Aug 2008)
-# HPPA still isn't supported with anything but -O0.
-www-client/firefox custom-optimization
-
-# Jeroen Roovers <jer@gentoo.org> (18 Jul 2008)
-# Mask precompiled headers (pch) USE flag for dev-qt/qt* (bug #223775).
-dev-qt/qt3support pch
-dev-qt/qtbearer pch
-dev-qt/qtcore pch
-dev-qt/qtdbus pch
-dev-qt/qtdemo pch
-dev-qt/qtgui pch
-dev-qt/qthelp pch 
-dev-qt/qtopengl pch
-dev-qt/qtphonon pch
-dev-qt/qtscript pch
-dev-qt/qtsql pch
-dev-qt/qtsvg pch
-dev-qt/qttest pch
-dev-qt/qtwebkit pch
-dev-qt/qtxmlpatterns pch
-
-# DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <hppa@gentoo.org>.
diff --git a/profiles/default/linux/hppa/parent b/profiles/default/linux/hppa/parent
deleted file mode 100644
index aed3077..0000000
--- a/profiles/default/linux/hppa/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/hppa
diff --git a/profiles/default/linux/ia64/10.0/deprecated b/profiles/default/linux/ia64/10.0/deprecated
deleted file mode 100644
index 40f7b21..0000000
--- a/profiles/default/linux/ia64/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/ia64/13.0
diff --git a/profiles/default/linux/ia64/10.0/desktop/deprecated b/profiles/default/linux/ia64/10.0/desktop/deprecated
deleted file mode 100644
index c5cc17c..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/ia64/13.0/desktop
diff --git a/profiles/default/linux/ia64/10.0/desktop/eapi b/profiles/default/linux/ia64/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/10.0/desktop/gnome/deprecated b/profiles/default/linux/ia64/10.0/desktop/gnome/deprecated
deleted file mode 100644
index bcdd271..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/ia64/13.0/desktop/gnome
diff --git a/profiles/default/linux/ia64/10.0/desktop/gnome/eapi b/profiles/default/linux/ia64/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/10.0/desktop/gnome/parent b/profiles/default/linux/ia64/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/ia64/10.0/desktop/kde/deprecated b/profiles/default/linux/ia64/10.0/desktop/kde/deprecated
deleted file mode 100644
index 3180c58..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/ia64/13.0/desktop/kde
diff --git a/profiles/default/linux/ia64/10.0/desktop/kde/eapi b/profiles/default/linux/ia64/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/10.0/desktop/kde/parent b/profiles/default/linux/ia64/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/ia64/10.0/desktop/parent b/profiles/default/linux/ia64/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/ia64/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/ia64/10.0/developer/deprecated b/profiles/default/linux/ia64/10.0/developer/deprecated
deleted file mode 100644
index 5790c7a..0000000
--- a/profiles/default/linux/ia64/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/ia64/13.0/developer
diff --git a/profiles/default/linux/ia64/10.0/developer/eapi b/profiles/default/linux/ia64/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/10.0/developer/parent b/profiles/default/linux/ia64/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/ia64/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/ia64/10.0/eapi b/profiles/default/linux/ia64/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/10.0/parent b/profiles/default/linux/ia64/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/ia64/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/ia64/10.0/server/deprecated b/profiles/default/linux/ia64/10.0/server/deprecated
deleted file mode 100644
index 40f7b21..0000000
--- a/profiles/default/linux/ia64/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/ia64/13.0
diff --git a/profiles/default/linux/ia64/10.0/server/eapi b/profiles/default/linux/ia64/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/10.0/server/parent b/profiles/default/linux/ia64/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/ia64/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/ia64/10.0/use.mask b/profiles/default/linux/ia64/10.0/use.mask
deleted file mode 100644
index 795d4aa..0000000
--- a/profiles/default/linux/ia64/10.0/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012)
-# Pulls in net-libs/axtls or net-libs/polarssl which are
-# not keyworded for arch
-curl_ssl_axtls
-curl_ssl_cyassl
-curl_ssl_polarssl
diff --git a/profiles/default/linux/ia64/13.0/desktop/eapi b/profiles/default/linux/ia64/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/13.0/desktop/gnome/eapi b/profiles/default/linux/ia64/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/13.0/desktop/gnome/parent b/profiles/default/linux/ia64/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/ia64/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/ia64/13.0/desktop/kde/eapi b/profiles/default/linux/ia64/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/13.0/desktop/kde/parent b/profiles/default/linux/ia64/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/ia64/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/ia64/13.0/desktop/parent b/profiles/default/linux/ia64/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/ia64/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/ia64/13.0/developer/eapi b/profiles/default/linux/ia64/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/13.0/developer/parent b/profiles/default/linux/ia64/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/ia64/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/ia64/13.0/eapi b/profiles/default/linux/ia64/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/ia64/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/ia64/13.0/parent b/profiles/default/linux/ia64/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/ia64/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/ia64/13.0/use.mask b/profiles/default/linux/ia64/13.0/use.mask
deleted file mode 100644
index 795d4aa..0000000
--- a/profiles/default/linux/ia64/13.0/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012)
-# Pulls in net-libs/axtls or net-libs/polarssl which are
-# not keyworded for arch
-curl_ssl_axtls
-curl_ssl_cyassl
-curl_ssl_polarssl
diff --git a/profiles/default/linux/ia64/parent b/profiles/default/linux/ia64/parent
deleted file mode 100644
index 10d6c4b..0000000
--- a/profiles/default/linux/ia64/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/ia64
diff --git a/profiles/default/linux/m68k/10.0/deprecated b/profiles/default/linux/m68k/10.0/deprecated
deleted file mode 100644
index 95d48a5..0000000
--- a/profiles/default/linux/m68k/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/m68k/13.0
diff --git a/profiles/default/linux/m68k/10.0/desktop/deprecated b/profiles/default/linux/m68k/10.0/desktop/deprecated
deleted file mode 100644
index 35cb81c..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/m68k/13.0/desktop
diff --git a/profiles/default/linux/m68k/10.0/desktop/eapi b/profiles/default/linux/m68k/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/10.0/desktop/gnome/deprecated b/profiles/default/linux/m68k/10.0/desktop/gnome/deprecated
deleted file mode 100644
index 3ad6843..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/m68k/13.0/desktop/gnome
diff --git a/profiles/default/linux/m68k/10.0/desktop/gnome/eapi b/profiles/default/linux/m68k/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/10.0/desktop/gnome/parent b/profiles/default/linux/m68k/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/m68k/10.0/desktop/kde/deprecated b/profiles/default/linux/m68k/10.0/desktop/kde/deprecated
deleted file mode 100644
index a52eba0..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/m68k/13.0/desktop/kde
diff --git a/profiles/default/linux/m68k/10.0/desktop/kde/eapi b/profiles/default/linux/m68k/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/10.0/desktop/kde/parent b/profiles/default/linux/m68k/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/m68k/10.0/desktop/parent b/profiles/default/linux/m68k/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/m68k/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/m68k/10.0/developer/deprecated b/profiles/default/linux/m68k/10.0/developer/deprecated
deleted file mode 100644
index bd58599..0000000
--- a/profiles/default/linux/m68k/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/m68k/13.0/developer
diff --git a/profiles/default/linux/m68k/10.0/developer/eapi b/profiles/default/linux/m68k/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/10.0/developer/parent b/profiles/default/linux/m68k/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/m68k/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/m68k/10.0/eapi b/profiles/default/linux/m68k/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/10.0/parent b/profiles/default/linux/m68k/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/m68k/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/m68k/10.0/server/deprecated b/profiles/default/linux/m68k/10.0/server/deprecated
deleted file mode 100644
index 95d48a5..0000000
--- a/profiles/default/linux/m68k/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/m68k/13.0
diff --git a/profiles/default/linux/m68k/10.0/server/eapi b/profiles/default/linux/m68k/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/10.0/server/parent b/profiles/default/linux/m68k/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/m68k/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/m68k/13.0/desktop/eapi b/profiles/default/linux/m68k/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/13.0/desktop/gnome/eapi b/profiles/default/linux/m68k/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/13.0/desktop/gnome/parent b/profiles/default/linux/m68k/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/m68k/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/m68k/13.0/desktop/kde/eapi b/profiles/default/linux/m68k/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/13.0/desktop/kde/parent b/profiles/default/linux/m68k/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/m68k/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/m68k/13.0/desktop/parent b/profiles/default/linux/m68k/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/m68k/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/m68k/13.0/developer/eapi b/profiles/default/linux/m68k/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/13.0/developer/parent b/profiles/default/linux/m68k/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/m68k/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/m68k/13.0/eapi b/profiles/default/linux/m68k/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/m68k/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/m68k/13.0/parent b/profiles/default/linux/m68k/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/m68k/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/m68k/parent b/profiles/default/linux/m68k/parent
deleted file mode 100644
index 8514412..0000000
--- a/profiles/default/linux/m68k/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/m68k
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
deleted file mode 100644
index 676b097..0000000
--- a/profiles/default/linux/make.defaults
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.19 2013/01/21 09:26:05 dilfridge Exp $
-#
-# System-wide defaults for the Portage system
-# See portage(5) manpage
-#
-# 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*!
-
-
-# Default starting set of USE flags for all default/linux profiles.
-USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
-
-# make sure toolchain has sane defaults <tooclhain@gentoo.org>
-USE="${USE} mudflap fortran openmp"
-
-# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
-# These USE flags were originally inserted here because of PHP
-# and were later removed by me. Reinserting the USE flags again because they are
-# global USE flags that may be expected to be set by other packages.
-USE="${USE} cli pcre session"
-
-# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: Support direct rendering by default
-# 2013/01/21 - Andreas K. Huettel <dilfridge@gentoo.org>
-# Re-added following discussion with chithead
-USE="${USE} dri"
-
-# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
-# on glibc system you cannot turn it off
-USE="${USE} iconv"
-
-# 2006/06/30 - Donnie Berkholz <dberkholz@gentoo.org>
-# Sane defaults for input drivers
-INPUT_DEVICES="keyboard mouse evdev"
-
-# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
-# Lowest common denominator defaults for video drivers,
-# except hppa, which lacks v4l so removes it in the hppa profile
-VIDEO_CARDS="dummy fbdev v4l"
-
-# 2008/07/09 - Doug Goldstein <cardoe@gentoo.org>
-# Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default
-# after discussion on the gentoo-dev ML. As we bang out a clear
-# direction with how LDFLAGS will be set by default, this entry
-# may move.
-# 2010/07/12 - Samuli Suominen <ssuominen@gentoo.org>
-# Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
-# because of whitespace.
-LDFLAGS="-Wl,-O1 -Wl,--as-needed"
-
-# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
-# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
-# Build kernel modules from linux-mod by default:
-USE="${USE} modules"
diff --git a/profiles/default/linux/mips/10.0/deprecated b/profiles/default/linux/mips/10.0/deprecated
deleted file mode 100644
index 3bf431c..0000000
--- a/profiles/default/linux/mips/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0
diff --git a/profiles/default/linux/mips/10.0/desktop/eapi b/profiles/default/linux/mips/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/10.0/desktop/parent b/profiles/default/linux/mips/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/mips/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/10.0/developer/eapi b/profiles/default/linux/mips/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/10.0/developer/parent b/profiles/default/linux/mips/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/mips/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/mips/10.0/eapi b/profiles/default/linux/mips/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/10.0/mipsel/deprecated b/profiles/default/linux/mips/10.0/mipsel/deprecated
deleted file mode 100644
index c64e1ec..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/mipsel
diff --git a/profiles/default/linux/mips/10.0/mipsel/desktop/parent b/profiles/default/linux/mips/10.0/mipsel/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/10.0/mipsel/developer/parent b/profiles/default/linux/mips/10.0/mipsel/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/10.0/mipsel/multilib/deprecated b/profiles/default/linux/mips/10.0/mipsel/multilib/deprecated
deleted file mode 100644
index 5720139..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/multilib/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/mipsel/multilib
diff --git a/profiles/default/linux/mips/10.0/mipsel/multilib/n32/deprecated b/profiles/default/linux/mips/10.0/mipsel/multilib/n32/deprecated
deleted file mode 100644
index 671dcba..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/multilib/n32/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/mipsel/multilib/n32
diff --git a/profiles/default/linux/mips/10.0/mipsel/multilib/n32/parent b/profiles/default/linux/mips/10.0/mipsel/multilib/n32/parent
deleted file mode 100644
index b2a2317..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/multilib/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../../arch/mips/mipsel/mips64el/multilib/n32
diff --git a/profiles/default/linux/mips/10.0/mipsel/multilib/n64/deprecated b/profiles/default/linux/mips/10.0/mipsel/multilib/n64/deprecated
deleted file mode 100644
index 5a01e78..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/multilib/n64/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/mipsel/multilib/n64
diff --git a/profiles/default/linux/mips/10.0/mipsel/multilib/n64/parent b/profiles/default/linux/mips/10.0/mipsel/multilib/n64/parent
deleted file mode 100644
index d74eb45..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/multilib/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../../arch/mips/mipsel/mips64el/multilib/n64
diff --git a/profiles/default/linux/mips/10.0/mipsel/multilib/parent b/profiles/default/linux/mips/10.0/mipsel/multilib/parent
deleted file mode 100644
index 5d7957a..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/multilib/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/mips/mipsel/mips64el/multilib
diff --git a/profiles/default/linux/mips/10.0/mipsel/n32/deprecated b/profiles/default/linux/mips/10.0/mipsel/n32/deprecated
deleted file mode 100644
index c5d3623..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n32/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/mipsel/n32
diff --git a/profiles/default/linux/mips/10.0/mipsel/n32/desktop/parent b/profiles/default/linux/mips/10.0/mipsel/n32/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n32/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/10.0/mipsel/n32/developer/parent b/profiles/default/linux/mips/10.0/mipsel/n32/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n32/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/10.0/mipsel/n32/parent b/profiles/default/linux/mips/10.0/mipsel/n32/parent
deleted file mode 100644
index 58de0a9..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/mips/mipsel/mips64el/n32
diff --git a/profiles/default/linux/mips/10.0/mipsel/n32/server/parent b/profiles/default/linux/mips/10.0/mipsel/n32/server/parent
deleted file mode 100644
index 8c11cb5..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n32/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/server
diff --git a/profiles/default/linux/mips/10.0/mipsel/n64/deprecated b/profiles/default/linux/mips/10.0/mipsel/n64/deprecated
deleted file mode 100644
index 208814e..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n64/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/mipsel/n64
diff --git a/profiles/default/linux/mips/10.0/mipsel/n64/desktop/parent b/profiles/default/linux/mips/10.0/mipsel/n64/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/10.0/mipsel/n64/developer/parent b/profiles/default/linux/mips/10.0/mipsel/n64/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/10.0/mipsel/n64/parent b/profiles/default/linux/mips/10.0/mipsel/n64/parent
deleted file mode 100644
index ef8c3e9..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/mips/mipsel/mips64el/n64
diff --git a/profiles/default/linux/mips/10.0/mipsel/n64/server/parent b/profiles/default/linux/mips/10.0/mipsel/n64/server/parent
deleted file mode 100644
index 8c11cb5..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/n64/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/server
diff --git a/profiles/default/linux/mips/10.0/mipsel/parent b/profiles/default/linux/mips/10.0/mipsel/parent
deleted file mode 100644
index 1adf6c9..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mipsel/
diff --git a/profiles/default/linux/mips/10.0/mipsel/server/parent b/profiles/default/linux/mips/10.0/mipsel/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/mips/10.0/mipsel/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/mips/10.0/multilib/deprecated b/profiles/default/linux/mips/10.0/multilib/deprecated
deleted file mode 100644
index 523aa41..0000000
--- a/profiles/default/linux/mips/10.0/multilib/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/multilib
diff --git a/profiles/default/linux/mips/10.0/multilib/n32/deprecated b/profiles/default/linux/mips/10.0/multilib/n32/deprecated
deleted file mode 100644
index 57b2c0b..0000000
--- a/profiles/default/linux/mips/10.0/multilib/n32/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/multilib/n32
diff --git a/profiles/default/linux/mips/10.0/multilib/n32/parent b/profiles/default/linux/mips/10.0/multilib/n32/parent
deleted file mode 100644
index c48bd88..0000000
--- a/profiles/default/linux/mips/10.0/multilib/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../arch/mips/mips64/multilib/n32
diff --git a/profiles/default/linux/mips/10.0/multilib/n64/deprecated b/profiles/default/linux/mips/10.0/multilib/n64/deprecated
deleted file mode 100644
index 261ef04..0000000
--- a/profiles/default/linux/mips/10.0/multilib/n64/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/multilib/n64
diff --git a/profiles/default/linux/mips/10.0/multilib/n64/parent b/profiles/default/linux/mips/10.0/multilib/n64/parent
deleted file mode 100644
index c77705f..0000000
--- a/profiles/default/linux/mips/10.0/multilib/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../arch/mips/mips64/multilib/n64
diff --git a/profiles/default/linux/mips/10.0/multilib/parent b/profiles/default/linux/mips/10.0/multilib/parent
deleted file mode 100644
index 107ec55..0000000
--- a/profiles/default/linux/mips/10.0/multilib/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mips64/multilib
diff --git a/profiles/default/linux/mips/10.0/n32/deprecated b/profiles/default/linux/mips/10.0/n32/deprecated
deleted file mode 100644
index f2e1752..0000000
--- a/profiles/default/linux/mips/10.0/n32/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/n32
diff --git a/profiles/default/linux/mips/10.0/n32/desktop/parent b/profiles/default/linux/mips/10.0/n32/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/mips/10.0/n32/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/10.0/n32/developer/parent b/profiles/default/linux/mips/10.0/n32/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/mips/10.0/n32/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/10.0/n32/parent b/profiles/default/linux/mips/10.0/n32/parent
deleted file mode 100644
index ae0dc93..0000000
--- a/profiles/default/linux/mips/10.0/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mips64/n32
diff --git a/profiles/default/linux/mips/10.0/n32/server/parent b/profiles/default/linux/mips/10.0/n32/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/mips/10.0/n32/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/mips/10.0/n64/deprecated b/profiles/default/linux/mips/10.0/n64/deprecated
deleted file mode 100644
index cc12a87..0000000
--- a/profiles/default/linux/mips/10.0/n64/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/n64
diff --git a/profiles/default/linux/mips/10.0/n64/desktop/parent b/profiles/default/linux/mips/10.0/n64/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/mips/10.0/n64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/10.0/n64/developer/parent b/profiles/default/linux/mips/10.0/n64/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/mips/10.0/n64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/10.0/n64/parent b/profiles/default/linux/mips/10.0/n64/parent
deleted file mode 100644
index 8011027..0000000
--- a/profiles/default/linux/mips/10.0/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mips64/n64
diff --git a/profiles/default/linux/mips/10.0/n64/server/parent b/profiles/default/linux/mips/10.0/n64/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/mips/10.0/n64/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/mips/10.0/parent b/profiles/default/linux/mips/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/mips/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/mips/10.0/server/eapi b/profiles/default/linux/mips/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/10.0/server/parent b/profiles/default/linux/mips/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/mips/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/mips/13.0/desktop/eapi b/profiles/default/linux/mips/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/13.0/desktop/parent b/profiles/default/linux/mips/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/mips/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/13.0/developer/eapi b/profiles/default/linux/mips/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/13.0/developer/parent b/profiles/default/linux/mips/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/mips/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/mips/13.0/eapi b/profiles/default/linux/mips/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/mips/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/mips/13.0/mipsel/desktop/parent b/profiles/default/linux/mips/13.0/mipsel/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/13.0/mipsel/developer/parent b/profiles/default/linux/mips/13.0/mipsel/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/13.0/mipsel/multilib/n32/parent b/profiles/default/linux/mips/13.0/mipsel/multilib/n32/parent
deleted file mode 100644
index b2a2317..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/multilib/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../../arch/mips/mipsel/mips64el/multilib/n32
diff --git a/profiles/default/linux/mips/13.0/mipsel/multilib/n64/parent b/profiles/default/linux/mips/13.0/mipsel/multilib/n64/parent
deleted file mode 100644
index d74eb45..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/multilib/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../../arch/mips/mipsel/mips64el/multilib/n64
diff --git a/profiles/default/linux/mips/13.0/mipsel/multilib/parent b/profiles/default/linux/mips/13.0/mipsel/multilib/parent
deleted file mode 100644
index 5d7957a..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/multilib/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/mips/mipsel/mips64el/multilib
diff --git a/profiles/default/linux/mips/13.0/mipsel/n32/desktop/parent b/profiles/default/linux/mips/13.0/mipsel/n32/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/n32/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/13.0/mipsel/n32/developer/parent b/profiles/default/linux/mips/13.0/mipsel/n32/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/n32/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/13.0/mipsel/n32/parent b/profiles/default/linux/mips/13.0/mipsel/n32/parent
deleted file mode 100644
index 58de0a9..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/mips/mipsel/mips64el/n32
diff --git a/profiles/default/linux/mips/13.0/mipsel/n64/desktop/parent b/profiles/default/linux/mips/13.0/mipsel/n64/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/n64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/13.0/mipsel/n64/developer/parent b/profiles/default/linux/mips/13.0/mipsel/n64/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/n64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/13.0/mipsel/n64/parent b/profiles/default/linux/mips/13.0/mipsel/n64/parent
deleted file mode 100644
index ef8c3e9..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/mips/mipsel/mips64el/n64
diff --git a/profiles/default/linux/mips/13.0/mipsel/parent b/profiles/default/linux/mips/13.0/mipsel/parent
deleted file mode 100644
index 1adf6c9..0000000
--- a/profiles/default/linux/mips/13.0/mipsel/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mipsel/
diff --git a/profiles/default/linux/mips/13.0/multilib/n32/parent b/profiles/default/linux/mips/13.0/multilib/n32/parent
deleted file mode 100644
index c48bd88..0000000
--- a/profiles/default/linux/mips/13.0/multilib/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../arch/mips/mips64/multilib/n32
diff --git a/profiles/default/linux/mips/13.0/multilib/n64/parent b/profiles/default/linux/mips/13.0/multilib/n64/parent
deleted file mode 100644
index c77705f..0000000
--- a/profiles/default/linux/mips/13.0/multilib/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../..
-../../../../../../arch/mips/mips64/multilib/n64
diff --git a/profiles/default/linux/mips/13.0/multilib/parent b/profiles/default/linux/mips/13.0/multilib/parent
deleted file mode 100644
index 107ec55..0000000
--- a/profiles/default/linux/mips/13.0/multilib/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mips64/multilib
diff --git a/profiles/default/linux/mips/13.0/n32/desktop/parent b/profiles/default/linux/mips/13.0/n32/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/mips/13.0/n32/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/13.0/n32/developer/parent b/profiles/default/linux/mips/13.0/n32/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/mips/13.0/n32/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/13.0/n32/parent b/profiles/default/linux/mips/13.0/n32/parent
deleted file mode 100644
index ae0dc93..0000000
--- a/profiles/default/linux/mips/13.0/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mips64/n32
diff --git a/profiles/default/linux/mips/13.0/n64/desktop/parent b/profiles/default/linux/mips/13.0/n64/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/mips/13.0/n64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/mips/13.0/n64/developer/parent b/profiles/default/linux/mips/13.0/n64/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/mips/13.0/n64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/mips/13.0/n64/parent b/profiles/default/linux/mips/13.0/n64/parent
deleted file mode 100644
index 8011027..0000000
--- a/profiles/default/linux/mips/13.0/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/mips/mips64/n64
diff --git a/profiles/default/linux/mips/13.0/parent b/profiles/default/linux/mips/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/mips/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/mips/parent b/profiles/default/linux/mips/parent
deleted file mode 100644
index 2f30ebb..0000000
--- a/profiles/default/linux/mips/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/mips
diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
deleted file mode 100644
index fd09979..0000000
--- a/profiles/default/linux/package.use
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/package.use,v 1.1 2011/02/13 17:50:16 arfrever Exp $
-
-# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (13 Feb 2011)
-# Disable deprecated bsddb module of Python 2 by default.
-=dev-lang/python-2* -berkdb
diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
deleted file mode 100644
index 5573404..0000000
--- a/profiles/default/linux/package.use.mask
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/package.use.mask,v 1.44 2013/11/10 20:43:20 hwoarang Exp $
-
-# Markos Chandras <hwoarang@gentoo.org> (10 Nov 2013)
-# Does not build with polarssl in the tree.
-# see eg 9e36f0475f011912ee0897aa6487d7b9c190600e
-# in polarssl upstream.
-# The polarssl use flag may go away if the rtmpdump
-# upstream will not fix this problem soon
-media-video/rtmpdump polarssl
-
-# Anthony G. Basile <blueness@gentoo.org> (10 Aug 2013)
-# mask php and mono bindings pending more testing
-=dev-libs/xapian-bindings-1.3.1 php mono
-
-# Pacho Ramos (02 Apr 2013)
-# brasero-3.4 was removed.
-=media-sound/rhythmbox-2.97 cdr
-
-# Diego Elio Pettenò (27 Aug 2012)
-# The libpci access is only used for linux.
-net-analyzer/net-snmp -pci
-
-# Richard Yao <ryao@gentoo.org> (22 August 2012)
-# USE=kernel-builtin is dangerous. Only those that know what they are doing
-# should use it until documentation improves.
-sys-fs/zfs kernel-builtin
-
-# Diego Elio Pettenò (20 Aug 2012)
-# The prevent-removal USE flag is only implemented for Linux.
-sys-auth/pam_mktemp -prevent-removal
-
-sys-devel/gcc hardened
-sys-libs/glibc hardened
-
-# Anthony G. Basile <blueness@gentoo.org> (23 Jul 2012)
-# USE=system-libs is potentially unreliable and insecure
-# Bug #426798
-app-backup/spideroak-bin system-libs
-
-# Samuli Suominen <ssuominen@gentoo.org> (30 Apr 2012)
-# This is replaced by native CONFIG_INOTIFY_USER support wrt #413403
-=dev-libs/glib-2* fam
-
-# Samuli Suominen <ssuominen@gentoo.org (20 Mar 2012)
-# This is masked in base/package.use.mask as Linux only.
-sys-auth/consolekit -acl
-
-# Samuli Suominen <ssuominen@gentoo.org> (10 Jan 2012)
-# Masked in base/package.use.mask as Linux -only feature
-app-arch/libarchive -e2fsprogs
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (20 Aug 2009)
-#
-# Mask oss USE flag for PulseAudio; it's present for compatibility
-# with FreeBSD and other operating systems that have no better
-# interfaces, but people would probably abuse it with Linux as well.
-#
-# Older versions also had an OSS compatibility wrapper on that USE so
-# they are excluded.
->=media-sound/pulseaudio-0.9.16_rc5 oss
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (9 Mar 2011)
-#
-# Mask usb USE flag for newest PCSC-Lite, since on Linux we want to
-# use libudev instead.
->=sys-apps/pcsc-lite-1.7.0 usb
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (27 Mar 2011)
-#
-# Unmask pdnsd's Linux-specific USE flags.
-net-dns/pdnsd -isdn -urandom
diff --git a/profiles/default/linux/packages b/profiles/default/linux/packages
deleted file mode 100644
index 5b35ef5..0000000
--- a/profiles/default/linux/packages
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2004 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages,v 1.2 2011/11/14 17:12:55 vapier Exp $
-
-# This file extends the base packages file for the default profile that all
-# architectures will enjoy.  Please note that default is what most architectures
-# will have.  Some will have an selinux profile (see ${PORTDIR}/profiles/selinux).
-# The idea is to only create a new family of profiles when absolutely necessary.
-
-*sys-apps/busybox
-*sys-apps/man-pages
-*sys-apps/net-tools
-*sys-apps/util-linux
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
deleted file mode 100644
index 98353c0..0000000
--- a/profiles/default/linux/packages.build
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.12 2013/07/30 00:27:07 mattst88 Exp $
-
-# This file describes the packages needed to build a stage1 based on this
-# profile.  Packages in this file are built in order.
-
-# While shadow could be in here, it breaks stage 1 and stage 2 building for the
-# releases.  PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT!
-
-app-arch/bzip2
-app-arch/gzip
-app-arch/xz-utils
-app-arch/tar
-app-shells/bash
-net-misc/rsync
-net-misc/wget
-sys-devel/autoconf
-sys-devel/automake
-sys-devel/libtool
-sys-apps/baselayout
-sys-apps/makedev
-sys-apps/coreutils
-sys-apps/diffutils
-sys-apps/file
-sys-apps/findutils
-sys-apps/gawk
-sys-apps/grep
-sys-apps/less
-sys-apps/net-tools
-sys-apps/sed
-sys-devel/binutils
-sys-devel/bison
-sys-devel/flex
-sys-devel/gcc
-sys-devel/gettext
-sys-devel/gnuconfig
-sys-devel/make
-sys-devel/patch
-virtual/editor
-virtual/libc
-virtual/os-headers
-virtual/package-manager
-virtual/udev
-virtual/shadow
-
-# This was added too soon.
-# The new udev version needs to stabled first
-#sys-apps/kmod
diff --git a/profiles/default/linux/powerpc/parent b/profiles/default/linux/powerpc/parent
deleted file mode 100644
index 728caca..0000000
--- a/profiles/default/linux/powerpc/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/powerpc
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/deprecated b/profiles/default/linux/powerpc/ppc32/10.0/deprecated
deleted file mode 100644
index 9eda18c..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc32/13.0
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/deprecated b/profiles/default/linux/powerpc/ppc32/10.0/desktop/deprecated
deleted file mode 100644
index ccbc063..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc32/13.0/desktop
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/eapi b/profiles/default/linux/powerpc/ppc32/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/deprecated b/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/deprecated
deleted file mode 100644
index 7fca6d4..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc32/13.0/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/deprecated b/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/deprecated
deleted file mode 100644
index 63ee0df..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc32/13.0/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/parent b/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/parent b/profiles/default/linux/powerpc/ppc32/10.0/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/developer/deprecated b/profiles/default/linux/powerpc/ppc32/10.0/developer/deprecated
deleted file mode 100644
index 8b79f5e..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc32/13.0/developer
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/developer/eapi b/profiles/default/linux/powerpc/ppc32/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/developer/parent b/profiles/default/linux/powerpc/ppc32/10.0/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/eapi b/profiles/default/linux/powerpc/ppc32/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/parent b/profiles/default/linux/powerpc/ppc32/10.0/parent
deleted file mode 100644
index 8ae9641..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/10.0
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/server/deprecated b/profiles/default/linux/powerpc/ppc32/10.0/server/deprecated
deleted file mode 100644
index 9eda18c..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc32/13.0
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/server/eapi b/profiles/default/linux/powerpc/ppc32/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/server/parent b/profiles/default/linux/powerpc/ppc32/10.0/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc b/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc
deleted file mode 100644
index d14972b..0000000
--- a/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc,v 1.1 2009/08/06 07:13:02 ssuominen Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
-	if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
-	then
-		ewarn "This profile has not been tested thoroughly and is not considered to be"
-		ewarn "a supported server profile at this time.  For a supported server"
-		ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
-		echo
-		ewarn "This profile is merely a convenience for people who require a more"
-		ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
-		ewarn "the software being used on the server. This profile should also be used"
-		ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
-		ewarn "applies to you, then it doesn't and you should probably be using"
-		ewarn "Hardened, instead."
-		echo
-	fi
-fi
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/eapi b/profiles/default/linux/powerpc/ppc32/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent
deleted file mode 100644
index f7739b4..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/parent b/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/systemd/parent b/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/systemd/parent
deleted file mode 100644
index f7739b4..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/parent b/profiles/default/linux/powerpc/ppc32/13.0/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/developer/eapi b/profiles/default/linux/powerpc/ppc32/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/developer/parent b/profiles/default/linux/powerpc/ppc32/13.0/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/eapi b/profiles/default/linux/powerpc/ppc32/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/parent b/profiles/default/linux/powerpc/ppc32/13.0/parent
deleted file mode 100644
index 697ad58..0000000
--- a/profiles/default/linux/powerpc/ppc32/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/13.0
diff --git a/profiles/default/linux/powerpc/ppc32/parent b/profiles/default/linux/powerpc/ppc32/parent
deleted file mode 100644
index dd20c2a..0000000
--- a/profiles/default/linux/powerpc/ppc32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../arch/powerpc/ppc32
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/deprecated
deleted file mode 100644
index 7219574..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/32bit-userland
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/deprecated
deleted file mode 100644
index 0dedafd..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/32bit-userland/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/eapi b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/deprecated
deleted file mode 100644
index 9819827..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/parent
deleted file mode 100644
index d5a56a1..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/deprecated
deleted file mode 100644
index 4a10b43..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/parent b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/parent
deleted file mode 100644
index dbb1df9..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/parent b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/deprecated
deleted file mode 100644
index 737a9dd..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/32bit-userland/developer
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/eapi b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/parent b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/eapi b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/parent b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/parent
deleted file mode 100644
index 898d55c..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/powerpc/ppc64/32ul
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/deprecated
deleted file mode 100644
index 7219574..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/32bit-userland
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/eapi b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/parent b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/parent
deleted file mode 100644
index 8c11cb5..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/server
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc b/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc
deleted file mode 100644
index ea250ac..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc,v 1.1 2009/08/06 07:19:13 ssuominen Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
-	if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
-	then
-		ewarn "This profile has not been tested thoroughly and is not considered to be"
-		ewarn "a supported server profile at this time.  For a supported server"
-		ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
-		echo
-		ewarn "This profile is merely a convenience for people who require a more"
-		ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
-		ewarn "the software being used on the server. This profile should also be used"
-		ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
-		ewarn "applies to you, then it doesn't and you should probably be using"
-		ewarn "Hardened, instead."
-		echo
-	fi
-fi
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/deprecated
deleted file mode 100644
index f42afce..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/64bit-userland
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/deprecated
deleted file mode 100644
index 692113f..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/64bit-userland/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/eapi b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/deprecated
deleted file mode 100644
index 69ba933..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/parent
deleted file mode 100644
index d5a56a1..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/deprecated
deleted file mode 100644
index cff50ce..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/parent b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/parent
deleted file mode 100644
index dbb1df9..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/parent b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/deprecated
deleted file mode 100644
index dcca355..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/64bit-userland/developer
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/eapi b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/parent b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/eapi b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/parent b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/parent
deleted file mode 100644
index 0e4ae17..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/powerpc/ppc64/64ul
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/deprecated b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/deprecated
deleted file mode 100644
index f42afce..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/powerpc/ppc64/13.0/64bit-userland
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/eapi b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/parent b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/parent
deleted file mode 100644
index 8c11cb5..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/server
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/profile.bashrc b/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/profile.bashrc
deleted file mode 100644
index a714044..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/profile.bashrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/64bit-userland/server/profile.bashrc,v 1.1 2009/08/06 07:19:14 ssuominen Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
-	if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
-	then
-		ewarn "This profile has not been tested thoroughly and is not considered to be"
-		ewarn "a supported server profile at this time.  For a supported server"
-		ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
-		echo
-		ewarn "This profile is merely a convenience for people who require a more"
-		ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
-		ewarn "the software being used on the server. This profile should also be used"
-		ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
-		ewarn "applies to you, then it doesn't and you should probably be using"
-		ewarn "Hardened, instead."
-		echo
-	fi
-fi
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/desktop/eapi b/profiles/default/linux/powerpc/ppc64/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc64/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc64/10.0/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc64/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/desktop/kde/parent b/profiles/default/linux/powerpc/ppc64/10.0/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/desktop/parent b/profiles/default/linux/powerpc/ppc64/10.0/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/developer/eapi b/profiles/default/linux/powerpc/ppc64/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/developer/parent b/profiles/default/linux/powerpc/ppc64/10.0/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/eapi b/profiles/default/linux/powerpc/ppc64/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/parent b/profiles/default/linux/powerpc/ppc64/10.0/parent
deleted file mode 100644
index 8ae9641..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/10.0
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/server/eapi b/profiles/default/linux/powerpc/ppc64/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/server/parent b/profiles/default/linux/powerpc/ppc64/10.0/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/powerpc/ppc64/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/eapi b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/parent
deleted file mode 100644
index d5a56a1..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent
deleted file mode 100644
index 5d9d87f..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/parent
deleted file mode 100644
index dbb1df9..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/systemd/parent
deleted file mode 100644
index 5d9d87f..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/developer/eapi b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/developer/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/eapi b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/parent
deleted file mode 100644
index 898d55c..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/powerpc/ppc64/32ul
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/eapi b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/parent
deleted file mode 100644
index d5a56a1..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent
deleted file mode 100644
index 5d9d87f..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/parent
deleted file mode 100644
index dbb1df9..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd/parent
deleted file mode 100644
index 5d9d87f..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/parent
deleted file mode 100644
index fae96e8..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/developer/eapi b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/developer/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/developer/parent
deleted file mode 100644
index 4bb06e4..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/eapi b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/parent
deleted file mode 100644
index 0e4ae17..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/powerpc/ppc64/64ul
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/eapi b/profiles/default/linux/powerpc/ppc64/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/eapi b/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/parent b/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/parent
deleted file mode 100644
index 9e06c45..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/systemd/parent
deleted file mode 100644
index f7739b4..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/eapi b/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/parent b/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/parent
deleted file mode 100644
index f8a0399..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/systemd/parent
deleted file mode 100644
index f7739b4..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../targets/systemd
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/desktop/parent b/profiles/default/linux/powerpc/ppc64/13.0/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/developer/eapi b/profiles/default/linux/powerpc/ppc64/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/developer/parent b/profiles/default/linux/powerpc/ppc64/13.0/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/eapi b/profiles/default/linux/powerpc/ppc64/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/powerpc/ppc64/13.0/parent b/profiles/default/linux/powerpc/ppc64/13.0/parent
deleted file mode 100644
index 697ad58..0000000
--- a/profiles/default/linux/powerpc/ppc64/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../releases/13.0
diff --git a/profiles/default/linux/powerpc/ppc64/parent b/profiles/default/linux/powerpc/ppc64/parent
deleted file mode 100644
index 023ae2f..0000000
--- a/profiles/default/linux/powerpc/ppc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../arch/powerpc/ppc64
diff --git a/profiles/default/linux/s390/10.0/deprecated b/profiles/default/linux/s390/10.0/deprecated
deleted file mode 100644
index c7146a8..0000000
--- a/profiles/default/linux/s390/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/s390/13.0
diff --git a/profiles/default/linux/s390/10.0/eapi b/profiles/default/linux/s390/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/s390/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/s390/10.0/parent b/profiles/default/linux/s390/10.0/parent
deleted file mode 100644
index 58b2e7a..0000000
--- a/profiles/default/linux/s390/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../releases/10.0
-..
diff --git a/profiles/default/linux/s390/10.0/s390x/deprecated b/profiles/default/linux/s390/10.0/s390x/deprecated
deleted file mode 100644
index 899f38f..0000000
--- a/profiles/default/linux/s390/10.0/s390x/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/s390/13.0/s390x
diff --git a/profiles/default/linux/s390/10.0/s390x/parent b/profiles/default/linux/s390/10.0/s390x/parent
deleted file mode 100644
index 9e170a6..0000000
--- a/profiles/default/linux/s390/10.0/s390x/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/s390/s390x
diff --git a/profiles/default/linux/s390/10.0/server/deprecated b/profiles/default/linux/s390/10.0/server/deprecated
deleted file mode 100644
index c7146a8..0000000
--- a/profiles/default/linux/s390/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/s390/13.0
diff --git a/profiles/default/linux/s390/10.0/server/eapi b/profiles/default/linux/s390/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/s390/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/s390/10.0/server/parent b/profiles/default/linux/s390/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/s390/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/s390/10.0/server/s390x/deprecated b/profiles/default/linux/s390/10.0/server/s390x/deprecated
deleted file mode 100644
index 899f38f..0000000
--- a/profiles/default/linux/s390/10.0/server/s390x/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/s390/13.0/s390x
diff --git a/profiles/default/linux/s390/10.0/server/s390x/parent b/profiles/default/linux/s390/10.0/server/s390x/parent
deleted file mode 100644
index 569e7bb..0000000
--- a/profiles/default/linux/s390/10.0/server/s390x/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../arch/s390/s390x
diff --git a/profiles/default/linux/s390/13.0/eapi b/profiles/default/linux/s390/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/s390/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/s390/13.0/parent b/profiles/default/linux/s390/13.0/parent
deleted file mode 100644
index 99a816a..0000000
--- a/profiles/default/linux/s390/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../releases/13.0
-..
diff --git a/profiles/default/linux/s390/13.0/s390x/parent b/profiles/default/linux/s390/13.0/s390x/parent
deleted file mode 100644
index 9e170a6..0000000
--- a/profiles/default/linux/s390/13.0/s390x/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../arch/s390/s390x
diff --git a/profiles/default/linux/s390/parent b/profiles/default/linux/s390/parent
deleted file mode 100644
index 1879cff..0000000
--- a/profiles/default/linux/s390/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/s390
diff --git a/profiles/default/linux/sh/10.0/deprecated b/profiles/default/linux/sh/10.0/deprecated
deleted file mode 100644
index c543112..0000000
--- a/profiles/default/linux/sh/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sh/13.0
diff --git a/profiles/default/linux/sh/10.0/desktop/deprecated b/profiles/default/linux/sh/10.0/desktop/deprecated
deleted file mode 100644
index 6d02089..0000000
--- a/profiles/default/linux/sh/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sh/13.0/desktop
diff --git a/profiles/default/linux/sh/10.0/desktop/eapi b/profiles/default/linux/sh/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/10.0/desktop/gnome/deprecated b/profiles/default/linux/sh/10.0/desktop/gnome/deprecated
deleted file mode 100644
index 7676029..0000000
--- a/profiles/default/linux/sh/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sh/13.0/desktop/gnome
diff --git a/profiles/default/linux/sh/10.0/desktop/gnome/eapi b/profiles/default/linux/sh/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/10.0/desktop/gnome/parent b/profiles/default/linux/sh/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/sh/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/sh/10.0/desktop/kde/deprecated b/profiles/default/linux/sh/10.0/desktop/kde/deprecated
deleted file mode 100644
index 5f2ae80..0000000
--- a/profiles/default/linux/sh/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sh/13.0/desktop/kde
diff --git a/profiles/default/linux/sh/10.0/desktop/kde/eapi b/profiles/default/linux/sh/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/10.0/desktop/kde/parent b/profiles/default/linux/sh/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/sh/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/sh/10.0/desktop/parent b/profiles/default/linux/sh/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/sh/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/sh/10.0/developer/deprecated b/profiles/default/linux/sh/10.0/developer/deprecated
deleted file mode 100644
index 449f8c5..0000000
--- a/profiles/default/linux/sh/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sh/13.0/developer
diff --git a/profiles/default/linux/sh/10.0/developer/eapi b/profiles/default/linux/sh/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/10.0/developer/parent b/profiles/default/linux/sh/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/sh/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/sh/10.0/eapi b/profiles/default/linux/sh/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/10.0/parent b/profiles/default/linux/sh/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/sh/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/sh/10.0/server/deprecated b/profiles/default/linux/sh/10.0/server/deprecated
deleted file mode 100644
index c543112..0000000
--- a/profiles/default/linux/sh/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sh/13.0
diff --git a/profiles/default/linux/sh/10.0/server/eapi b/profiles/default/linux/sh/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/10.0/server/parent b/profiles/default/linux/sh/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/sh/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/sh/13.0/desktop/eapi b/profiles/default/linux/sh/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/13.0/desktop/gnome/eapi b/profiles/default/linux/sh/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/13.0/desktop/gnome/parent b/profiles/default/linux/sh/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/sh/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/sh/13.0/desktop/kde/eapi b/profiles/default/linux/sh/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/13.0/desktop/kde/parent b/profiles/default/linux/sh/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/sh/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/sh/13.0/desktop/parent b/profiles/default/linux/sh/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/sh/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/sh/13.0/developer/eapi b/profiles/default/linux/sh/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/13.0/developer/parent b/profiles/default/linux/sh/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/sh/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/sh/13.0/eapi b/profiles/default/linux/sh/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sh/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sh/13.0/parent b/profiles/default/linux/sh/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/sh/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/sh/parent b/profiles/default/linux/sh/parent
deleted file mode 100644
index 97ad3e3..0000000
--- a/profiles/default/linux/sh/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/sh
diff --git a/profiles/default/linux/sparc/10.0/deprecated b/profiles/default/linux/sparc/10.0/deprecated
deleted file mode 100644
index d03da49..0000000
--- a/profiles/default/linux/sparc/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sparc/13.0
diff --git a/profiles/default/linux/sparc/10.0/desktop/deprecated b/profiles/default/linux/sparc/10.0/desktop/deprecated
deleted file mode 100644
index 5aa11e2..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sparc/13.0/desktop
diff --git a/profiles/default/linux/sparc/10.0/desktop/eapi b/profiles/default/linux/sparc/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/10.0/desktop/gnome/deprecated b/profiles/default/linux/sparc/10.0/desktop/gnome/deprecated
deleted file mode 100644
index def4590..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sparc/13.0/desktop/gnome
diff --git a/profiles/default/linux/sparc/10.0/desktop/gnome/eapi b/profiles/default/linux/sparc/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/10.0/desktop/gnome/parent b/profiles/default/linux/sparc/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/sparc/10.0/desktop/kde/deprecated b/profiles/default/linux/sparc/10.0/desktop/kde/deprecated
deleted file mode 100644
index f1607c4..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sparc/13.0/desktop/kde
diff --git a/profiles/default/linux/sparc/10.0/desktop/kde/eapi b/profiles/default/linux/sparc/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/10.0/desktop/kde/parent b/profiles/default/linux/sparc/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/sparc/10.0/desktop/parent b/profiles/default/linux/sparc/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/sparc/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/sparc/10.0/developer/deprecated b/profiles/default/linux/sparc/10.0/developer/deprecated
deleted file mode 100644
index 76bcdc3..0000000
--- a/profiles/default/linux/sparc/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sparc/13.0/developer
diff --git a/profiles/default/linux/sparc/10.0/developer/eapi b/profiles/default/linux/sparc/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/10.0/developer/parent b/profiles/default/linux/sparc/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/sparc/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/sparc/10.0/eapi b/profiles/default/linux/sparc/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/10.0/package.use.mask b/profiles/default/linux/sparc/10.0/package.use.mask
deleted file mode 100644
index 967b557..0000000
--- a/profiles/default/linux/sparc/10.0/package.use.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/10.0/package.use.mask,v 1.1 2011/12/21 17:30:07 blueness Exp $
-
-# Anthony G. Basile <blueness@gentoo.org> (Dec 21, 2011)
-#
-# Mask the vde flag on tinc because net-misc/vde is not
-# keyworded for sparc
-net-misc/tinc vde
diff --git a/profiles/default/linux/sparc/10.0/packages b/profiles/default/linux/sparc/10.0/packages
deleted file mode 100644
index e88580c..0000000
--- a/profiles/default/linux/sparc/10.0/packages
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/10.0/packages,v 1.1 2009/08/06 06:51:40 ssuominen Exp $
-
-# 2008.0 sparc profile
-
-# 64 bit kernel compiler
-*>=sys-devel/kgcc64-4.1.2
diff --git a/profiles/default/linux/sparc/10.0/parent b/profiles/default/linux/sparc/10.0/parent
deleted file mode 100644
index 25a06e1..0000000
--- a/profiles/default/linux/sparc/10.0/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-..
-../../../../releases/10.0
-../../../../features/32bit-userland
diff --git a/profiles/default/linux/sparc/10.0/server/deprecated b/profiles/default/linux/sparc/10.0/server/deprecated
deleted file mode 100644
index d03da49..0000000
--- a/profiles/default/linux/sparc/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/sparc/13.0
diff --git a/profiles/default/linux/sparc/10.0/server/eapi b/profiles/default/linux/sparc/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/10.0/server/parent b/profiles/default/linux/sparc/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/sparc/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/sparc/10.0/use.mask b/profiles/default/linux/sparc/10.0/use.mask
deleted file mode 100644
index 0d40fc1..0000000
--- a/profiles/default/linux/sparc/10.0/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/10.0/use.mask,v 1.4 2012/07/19 20:50:29 blueness Exp $
-
-# this is not a multilib profile
-multilib
-
-# Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012)
-# Pulls in net-libs/axtls which is not keyworded for arch
-curl_ssl_axtls
-curl_ssl_cyassl
diff --git a/profiles/default/linux/sparc/13.0/desktop/eapi b/profiles/default/linux/sparc/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/13.0/desktop/gnome/eapi b/profiles/default/linux/sparc/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/13.0/desktop/gnome/parent b/profiles/default/linux/sparc/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/sparc/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/sparc/13.0/desktop/kde/eapi b/profiles/default/linux/sparc/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/13.0/desktop/kde/parent b/profiles/default/linux/sparc/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/sparc/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/sparc/13.0/desktop/parent b/profiles/default/linux/sparc/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/sparc/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/sparc/13.0/developer/eapi b/profiles/default/linux/sparc/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/13.0/developer/parent b/profiles/default/linux/sparc/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/sparc/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/sparc/13.0/eapi b/profiles/default/linux/sparc/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/sparc/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/sparc/13.0/package.use.mask b/profiles/default/linux/sparc/13.0/package.use.mask
deleted file mode 100644
index 208a2a8..0000000
--- a/profiles/default/linux/sparc/13.0/package.use.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/package.use.mask,v 1.1 2013/01/18 19:48:22 dilfridge Exp $
-
-# Anthony G. Basile <blueness@gentoo.org> (Dec 21, 2011)
-#
-# Mask the vde flag on tinc because net-misc/vde is not
-# keyworded for sparc
-net-misc/tinc vde
diff --git a/profiles/default/linux/sparc/13.0/packages b/profiles/default/linux/sparc/13.0/packages
deleted file mode 100644
index e029862..0000000
--- a/profiles/default/linux/sparc/13.0/packages
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/packages,v 1.1 2013/01/18 19:48:22 dilfridge Exp $
-
-# 2008.0 sparc profile
-
-# 64 bit kernel compiler
-*>=sys-devel/kgcc64-4.1.2
diff --git a/profiles/default/linux/sparc/13.0/parent b/profiles/default/linux/sparc/13.0/parent
deleted file mode 100644
index 222c2cf..0000000
--- a/profiles/default/linux/sparc/13.0/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-..
-../../../../releases/13.0
-../../../../features/32bit-userland
diff --git a/profiles/default/linux/sparc/13.0/use.mask b/profiles/default/linux/sparc/13.0/use.mask
deleted file mode 100644
index bf9d5e6..0000000
--- a/profiles/default/linux/sparc/13.0/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/use.mask,v 1.1 2013/01/18 19:48:22 dilfridge Exp $
-
-# this is not a multilib profile
-multilib
-
-# Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012)
-# Pulls in net-libs/axtls which is not keyworded for arch
-curl_ssl_axtls
-curl_ssl_cyassl
diff --git a/profiles/default/linux/sparc/experimental/multilib/desktop/parent b/profiles/default/linux/sparc/experimental/multilib/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/default/linux/sparc/experimental/multilib/developer/parent b/profiles/default/linux/sparc/experimental/multilib/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/default/linux/sparc/experimental/multilib/make.defaults b/profiles/default/linux/sparc/experimental/multilib/make.defaults
deleted file mode 100644
index 18948af..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/make.defaults,v 1.3 2009/04/02 22:19:31 bluebird Exp $
-
-# Multilib stuff
-MULTILIB_ABIS="sparc32 sparc64"
-
-# without this glibc will segfault when compiling a sparc64 abi
-FEATURES="userpriv"
-
-# can't set this in the top level make.defaults as it breaks
-# sys-kernel/linux-headers for non-multilib profiles
-CFLAGS_sparc64="-m64"
diff --git a/profiles/default/linux/sparc/experimental/multilib/package.use.mask b/profiles/default/linux/sparc/experimental/multilib/package.use.mask
deleted file mode 100644
index 4ccf538..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/package.use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/package.use.mask,v 1.2 2009/07/31 11:19:09 ssuominen Exp $
-
-# Needs all X libraries in both 32 and 64 bit..
-sys-devel/gcc gtk
diff --git a/profiles/default/linux/sparc/experimental/multilib/packages b/profiles/default/linux/sparc/experimental/multilib/packages
deleted file mode 100644
index e7ab10a..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/packages
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/packages,v 1.1 2008/12/26 11:09:43 bluebird Exp $
-
-# older versions of gcc don't support biarch
-*>=sys-devel/gcc-4.3.2-r1
-
-# building a sparc64 ABI with older versions doesn't work right
-*>=sys-libs/glibc-2.7
diff --git a/profiles/default/linux/sparc/experimental/multilib/parent b/profiles/default/linux/sparc/experimental/multilib/parent
deleted file mode 100644
index 2b1b522..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-..
-../../../../../releases/10.0
-../../../../../features/multilib/lib32
diff --git a/profiles/default/linux/sparc/experimental/multilib/profile.bashrc b/profiles/default/linux/sparc/experimental/multilib/profile.bashrc
deleted file mode 100644
index 451dfea..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/profile.bashrc
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v 1.2 2009/01/01 22:15:42 bluebird Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
-	if [[ ! "${I_READ_THE_MULTILIB_MIGRATION_GUIDE}" == "yes" ]]
-	then
-		ewarn "When migrating to the new sparc mutlilib profile please keep in mind that it"
-		ewarn "is still in an experimental state. Also note that you need to follow the"
-		ewarn "migration guide [0], otherwise important packages such as gcc or glibc will"
-		ewarn "fail to compile and most other packages will be installed incorrectly."
-		ewarn ""
-		ewarn "[0] http://sparc.gentoo.org/multilib.xml"
-		echo
-	fi
-fi
diff --git a/profiles/default/linux/sparc/experimental/multilib/server/parent b/profiles/default/linux/sparc/experimental/multilib/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/default/linux/sparc/experimental/multilib/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/default/linux/sparc/experimental/parent b/profiles/default/linux/sparc/experimental/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/default/linux/sparc/experimental/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/sparc/parent b/profiles/default/linux/sparc/parent
deleted file mode 100644
index f8f0663..0000000
--- a/profiles/default/linux/sparc/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/sparc
diff --git a/profiles/default/linux/use.mask b/profiles/default/linux/use.mask
deleted file mode 100644
index b48fc8b..0000000
--- a/profiles/default/linux/use.mask
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/use.mask,v 1.5 2013/04/19 15:26:02 ssuominen Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# profile for any architecture.  This works, for example, if a non-default
-# profile (such as the selinux profiles) have a USE flag associated with
-# them.
-
-# amd64 only:
-emul-linux-x86
-
-# ppc and x86/amd64
-x264
-
-# Diego Elio Pettenò <flameeyes@gentoo.org> (27 Aug 2012)
-# netlink is a Linux-specific interface
--netlink
-
-# Samuli Suominen <ssuominen@gentoo.org> (19 Apr 2013)
-# Linux specific module loading/unloading support
--kmod
diff --git a/profiles/default/linux/x86/10.0/deprecated b/profiles/default/linux/x86/10.0/deprecated
deleted file mode 100644
index 493e355..0000000
--- a/profiles/default/linux/x86/10.0/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0
diff --git a/profiles/default/linux/x86/10.0/desktop/deprecated b/profiles/default/linux/x86/10.0/desktop/deprecated
deleted file mode 100644
index 9f8b260..0000000
--- a/profiles/default/linux/x86/10.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0/desktop
diff --git a/profiles/default/linux/x86/10.0/desktop/eapi b/profiles/default/linux/x86/10.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/desktop/gnome/deprecated b/profiles/default/linux/x86/10.0/desktop/gnome/deprecated
deleted file mode 100644
index a05c9a9..0000000
--- a/profiles/default/linux/x86/10.0/desktop/gnome/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0/desktop/gnome
diff --git a/profiles/default/linux/x86/10.0/desktop/gnome/eapi b/profiles/default/linux/x86/10.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/desktop/gnome/parent b/profiles/default/linux/x86/10.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/x86/10.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/x86/10.0/desktop/kde/deprecated b/profiles/default/linux/x86/10.0/desktop/kde/deprecated
deleted file mode 100644
index 7689fcb..0000000
--- a/profiles/default/linux/x86/10.0/desktop/kde/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0/desktop/kde
diff --git a/profiles/default/linux/x86/10.0/desktop/kde/eapi b/profiles/default/linux/x86/10.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/desktop/kde/parent b/profiles/default/linux/x86/10.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/x86/10.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/x86/10.0/desktop/parent b/profiles/default/linux/x86/10.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/x86/10.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/x86/10.0/developer/deprecated b/profiles/default/linux/x86/10.0/developer/deprecated
deleted file mode 100644
index 0b85b2a..0000000
--- a/profiles/default/linux/x86/10.0/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0/developer
diff --git a/profiles/default/linux/x86/10.0/developer/eapi b/profiles/default/linux/x86/10.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/developer/make.defaults b/profiles/default/linux/x86/10.0/developer/make.defaults
deleted file mode 100644
index 8e3ed30..0000000
--- a/profiles/default/linux/x86/10.0/developer/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/10.0/developer/make.defaults,v 1.1 2010/08/15 07:29:22 fauli Exp $
-
-# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile
-# This will help developers track down packages, that don't respect LDFLAGS,
-# more easily
-LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
diff --git a/profiles/default/linux/x86/10.0/developer/parent b/profiles/default/linux/x86/10.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/x86/10.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/x86/10.0/eapi b/profiles/default/linux/x86/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/parent b/profiles/default/linux/x86/10.0/parent
deleted file mode 100644
index 605d043..0000000
--- a/profiles/default/linux/x86/10.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/10.0
diff --git a/profiles/default/linux/x86/10.0/selinux/deprecated b/profiles/default/linux/x86/10.0/selinux/deprecated
deleted file mode 100644
index 8246da9..0000000
--- a/profiles/default/linux/x86/10.0/selinux/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0/selinux
diff --git a/profiles/default/linux/x86/10.0/selinux/eapi b/profiles/default/linux/x86/10.0/selinux/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/selinux/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/selinux/parent b/profiles/default/linux/x86/10.0/selinux/parent
deleted file mode 100644
index 933e679..0000000
--- a/profiles/default/linux/x86/10.0/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/selinux
diff --git a/profiles/default/linux/x86/10.0/server/deprecated b/profiles/default/linux/x86/10.0/server/deprecated
deleted file mode 100644
index 493e355..0000000
--- a/profiles/default/linux/x86/10.0/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/13.0
diff --git a/profiles/default/linux/x86/10.0/server/eapi b/profiles/default/linux/x86/10.0/server/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/10.0/server/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/10.0/server/parent b/profiles/default/linux/x86/10.0/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/default/linux/x86/10.0/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/default/linux/x86/10.0/server/profile.bashrc b/profiles/default/linux/x86/10.0/server/profile.bashrc
deleted file mode 100644
index f9d4908..0000000
--- a/profiles/default/linux/x86/10.0/server/profile.bashrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/10.0/server/profile.bashrc,v 1.1 2009/08/06 07:29:54 ssuominen Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
-	if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
-	then
-		ewarn "This profile has not been tested thoroughly and is not considered to be"
-		ewarn "a supported server profile at this time.  For a supported server"
-		ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
-		echo
-		ewarn "This profile is merely a convenience for people who require a more"
-		ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
-		ewarn "the software being used on the server. This profile should also be used"
-		ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
-		ewarn "applies to you, then it doesn't and you should probably be using"
-		ewarn "Hardened, instead."
-		echo
-	fi
-fi
diff --git a/profiles/default/linux/x86/13.0/desktop/eapi b/profiles/default/linux/x86/13.0/desktop/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/13.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/13.0/desktop/gnome/eapi b/profiles/default/linux/x86/13.0/desktop/gnome/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/13.0/desktop/gnome/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/13.0/desktop/gnome/parent b/profiles/default/linux/x86/13.0/desktop/gnome/parent
deleted file mode 100644
index 6589a0e..0000000
--- a/profiles/default/linux/x86/13.0/desktop/gnome/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/gnome
diff --git a/profiles/default/linux/x86/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/x86/13.0/desktop/gnome/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/x86/13.0/desktop/gnome/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/x86/13.0/desktop/kde/eapi b/profiles/default/linux/x86/13.0/desktop/kde/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/13.0/desktop/kde/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/13.0/desktop/kde/parent b/profiles/default/linux/x86/13.0/desktop/kde/parent
deleted file mode 100644
index b4d42bb..0000000
--- a/profiles/default/linux/x86/13.0/desktop/kde/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop/kde
diff --git a/profiles/default/linux/x86/13.0/desktop/kde/systemd/parent b/profiles/default/linux/x86/13.0/desktop/kde/systemd/parent
deleted file mode 100644
index 44f88d3..0000000
--- a/profiles/default/linux/x86/13.0/desktop/kde/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../targets/systemd
diff --git a/profiles/default/linux/x86/13.0/desktop/parent b/profiles/default/linux/x86/13.0/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/default/linux/x86/13.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/x86/13.0/developer/eapi b/profiles/default/linux/x86/13.0/developer/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/13.0/developer/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/13.0/developer/make.defaults b/profiles/default/linux/x86/13.0/developer/make.defaults
deleted file mode 100644
index f6f1479..0000000
--- a/profiles/default/linux/x86/13.0/developer/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/developer/make.defaults,v 1.1 2013/01/18 19:55:06 dilfridge Exp $
-
-# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile
-# This will help developers track down packages, that don't respect LDFLAGS,
-# more easily
-LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
diff --git a/profiles/default/linux/x86/13.0/developer/parent b/profiles/default/linux/x86/13.0/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/default/linux/x86/13.0/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/default/linux/x86/13.0/eapi b/profiles/default/linux/x86/13.0/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/default/linux/x86/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/x86/13.0/package.use.stable.mask b/profiles/default/linux/x86/13.0/package.use.stable.mask
deleted file mode 100644
index 3ddf4b1..0000000
--- a/profiles/default/linux/x86/13.0/package.use.stable.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Michał Górny <mgorny@gentoo.org> (16 Nov 2013)
-# Don't apply stable masks to python-exec since we're forcing every
-# impl there anyway. Please keep this in sync with use.stable.mask.
-dev-lang/python-exec -python_targets_pypy2_0
-dev-lang/python-exec -python_single_target_pypy2_0
-dev-python/python-exec -python_targets_pypy2_0
-dev-python/python-exec -python_single_target_pypy2_0
diff --git a/profiles/default/linux/x86/13.0/parent b/profiles/default/linux/x86/13.0/parent
deleted file mode 100644
index 7c03775..0000000
--- a/profiles/default/linux/x86/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../releases/13.0
diff --git a/profiles/default/linux/x86/13.0/selinux/eapi b/profiles/default/linux/x86/13.0/selinux/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/default/linux/x86/13.0/selinux/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/default/linux/x86/13.0/selinux/parent b/profiles/default/linux/x86/13.0/selinux/parent
deleted file mode 100644
index 933e679..0000000
--- a/profiles/default/linux/x86/13.0/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/selinux
diff --git a/profiles/default/linux/x86/13.0/use.mask b/profiles/default/linux/x86/13.0/use.mask
deleted file mode 100644
index fd1805a..0000000
--- a/profiles/default/linux/x86/13.0/use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/use.mask,v 1.2 2013/08/07 22:11:08 mgorny Exp $
-
-# Michał Górny <mgorny@gentoo.org> (19 Jan 2013)
-# PyPy is keyworded on this arch.
--python_targets_pypy2_0
--python_single_target_pypy2_0
diff --git a/profiles/default/linux/x86/13.0/use.stable.mask b/profiles/default/linux/x86/13.0/use.stable.mask
deleted file mode 100644
index d64fd69..0000000
--- a/profiles/default/linux/x86/13.0/use.stable.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/use.stable.mask,v 1.2 2013/08/07 22:11:08 mgorny Exp $
-
-# Michał Górny <mgorny@gentoo.org> (19 Jan 2013)
-# PyPy is unstable on this arch.
-python_targets_pypy2_0
-python_single_target_pypy2_0
diff --git a/profiles/default/linux/x86/parent b/profiles/default/linux/x86/parent
deleted file mode 100644
index 03cb31c..0000000
--- a/profiles/default/linux/x86/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../base
-..
-../../../arch/x86
diff --git a/profiles/eapi-5-files/eapi b/profiles/eapi-5-files/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/eapi-5-files/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/eapi-5-files/package.use.stable.force b/profiles/eapi-5-files/package.use.stable.force
deleted file mode 100644
index 506e533..0000000
--- a/profiles/eapi-5-files/package.use.stable.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.force,v 1.1 2013/01/14 20:47:01 dilfridge Exp $
-
-# This file requires eapi 5 or later. New entries go on top.
-# Please use the same syntax as in package.use.force
diff --git a/profiles/eapi-5-files/package.use.stable.mask b/profiles/eapi-5-files/package.use.stable.mask
deleted file mode 100644
index 6749405..0000000
--- a/profiles/eapi-5-files/package.use.stable.mask
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask,v 1.31 2013/11/17 09:03:01 pacho Exp $
-
-# This file requires eapi 5 or later. New entries go on top.
-# Please use the same syntax as in package.use.mask
-
-# Pacho Ramos <pacho@gentoo.org> (17 Nov 2013)
-# Still needs gnutls-3
->=net-nntp/pan-0.139 ssl
-
-# Michał Górny <mgorny@gentoo.org> (16 Nov 2013)
-# Don't apply stable masks to python-exec since we're forcing every
-# impl there anyway. Please keep this in sync with use.stable.mask.
-dev-lang/python-exec -python_targets_python3_3
-dev-lang/python-exec -python_single_target_python3_3
-dev-python/python-exec -python_targets_python3_3
-dev-python/python-exec -python_single_target_python3_3
-
-# Sergey Popov <pinkbyte@gentoo.org> (28 Oct 2013)
-# sys-cluster/cman is still in ~arch.
-sys-cluster/pacemaker cman
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (02 Oct 2013)
-# We want to stabilize zukitwo before gnome-shell
-x11-themes/zukitwo gnome-shell
-
-# Mike Gilbert <floppym@gentoo.org> (21 Sep 2013)
-# sys-fs/zfs isn't going stable anytime soon.
-sys-boot/grub libzfs
-
-# Doug Goldstein <cardoe@gentoo.org> (12 Sep 2013)
-# Waiting on glusterfs maintainers in bug #484016
-app-emulation/qemu glusterfs
-
-# Pacho Ramos <pacho@gentoo.org> (07 Sep 2013)
-# It requires newer emul sets to be stabilized (#477182#c5)
-~sci-libs/fftw-3.3.3 abi_x86_32
-
-# Agostino Sarubbo <ago@gentoo.org> (31 Aug 2013)
-# Clang is not stable
-app-portage/eix clang
-
-# Samuli Suominen <ssuominen@gentoo.org> (01 Aug 2013)
-# The dependencies for these flags are still in ~arch.
-sys-fs/lvm2 clvm cman
-
-# Chris Reffett <creffett@gentoo.org> (23 Nov 2012)
-# CMake's PHP module can't find our install location, so
-# libkolab(xml) fails with the php flag enabled, bug #430858.
-net-libs/libkolab php
-net-libs/libkolabxml php
-
-# Samuli Suominen <ssuominen@gentoo.org> (12 Apr 2013)
-# Waiting for >=app-cdr/brasero-3 stabilization
-app-pda/gtkpod cdr
-
-# Pacho Ramos <pacho@gentoo.org> (01 Apr 2013)
-# Needed to stabilize anjuta-3.6
-=dev-util/devhelp-3.6.1-r1 gedit
-
-# Andreas K. Huettel <dilfridge@gentoo.org> (28 Mar 2013)
-# No stable sci-chemistry/avogadro yet but we want kde-4.10 to go stable
->=kde-base/kalzium-4.10.0 editor
-
-# Sergey Popov <pinkbyte@gentoo.org> (08 Jun 2013)
-# Mask unstable dependencies in leechcraft metapackage
-app-leechcraft/leechcraft-meta unstable
diff --git a/profiles/eapi-5-files/use.stable.force b/profiles/eapi-5-files/use.stable.force
deleted file mode 100644
index 197c0b0..0000000
--- a/profiles/eapi-5-files/use.stable.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/use.stable.force,v 1.1 2013/01/14 20:47:01 dilfridge Exp $
-
-# This file requires eapi 5 or later. New entries go on top.
-# Please use the same syntax as in use.force
diff --git a/profiles/eapi-5-files/use.stable.mask b/profiles/eapi-5-files/use.stable.mask
deleted file mode 100644
index 1a90330..0000000
--- a/profiles/eapi-5-files/use.stable.mask
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/use.stable.mask,v 1.7 2013/08/23 14:13:52 ago Exp $
-
-# This file requires eapi 5 or later. New entries go on top.
-# Please use the same syntax as in use.mask
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (30 Apr 2013)
-# Remove when Python 3.3 is unmasked and ready for stabilization (bug #467894)
-python_targets_python3_3
-python_single_target_python3_3
-
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (27 Mar 2013
-# wayland is not stable, bug #419473
-wayland
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
deleted file mode 100644
index 1a6f7a5..0000000
--- a/profiles/embedded/make.defaults
+++ /dev/null
@@ -1,38 +0,0 @@
-USE="kdrive minimal multicall zlib"
-CFLAGS="-Os -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-
-CLEAN_DELAY="0"
-EPAUSE_IGNORE="1"
-EBEEP_IGNORE="1"
-PORTAGE_WORKDIR_MODE="2775"
-PORTAGE_ECLASS_WARNING_ENABLE="0"
-
-INPUT_DEVICES="evdev mouse keyboard tslib"
-VIDEO_CARDS="fbdev"
-KERNEL="linux"
-USERLAND="GNU"
-LINGUAS="en"
-
-# Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
-IUSE_IMPLICIT="prefix"
-USE_EXPAND_UNPREFIXED="ARCH"
-USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
-USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin FreeBSD glibc HPUX Interix mintlib NetBSD OpenBSD SunOS uclibc Winnt"
-USE_EXPAND_VALUES_KERNEL="AIX Cygwin Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt"
-USE_EXPAND_VALUES_USERLAND="BSD GNU"
-
-# Env vars to expand into USE vars.  Modifying this requires prior
-# discussion on gentoo-dev@gentoo.org.
-USE_EXPAND="APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES ENLIGHTENMENT_MODULES FOO2ZJS_DEVICES FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS LCD_DEVICES CAMERAS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS SANE_BACKENDS RUBY_TARGETS PHP_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL XFCE_PLUGINS XTABLES_ADDONS GPSD_PROTOCOLS COLLECTD_PLUGINS DRACUT_MODULES OFED_DRIVERS GRUB_PLATFORMS FFTOOLS PYTHON_TARGETS CURL_SSL OPENMPI_FABRICS OPENMPI_RM OPENMPI_OFED_FEATURES LIBREOFFICE_EXTENSIONS VOICEMAIL_STORAGE PYTHON_SINGLE_TARGET ABI_MIPS ABI_X86"
-
-# USE_EXPAND variables whose contents are not shown in package manager
-# output. Changes need discussion on gentoo-dev.
-USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ABI_MIPS ABI_X86"
-
-# Variables that are set exclusively by the profile
-# and not by user configuration files.
-PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
diff --git a/profiles/embedded/package.use b/profiles/embedded/package.use
deleted file mode 100644
index 49943b1..0000000
--- a/profiles/embedded/package.use
+++ /dev/null
@@ -1 +0,0 @@
-sys-apps/busybox make-symlinks
diff --git a/profiles/embedded/packages b/profiles/embedded/packages
deleted file mode 100644
index d4c5ea6..0000000
--- a/profiles/embedded/packages
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/packages,v 1.3 2008/05/04 07:55:10 solar Exp $
-
-# base generic embedded profile
-
-*>=sys-apps/busybox-0.60.5-r1
diff --git a/profiles/embedded/use.force b/profiles/embedded/use.force
deleted file mode 100644
index 5885fdd..0000000
--- a/profiles/embedded/use.force
+++ /dev/null
@@ -1,2 +0,0 @@
-kernel_linux
-userland_GNU
diff --git a/profiles/embedded/use.mask b/profiles/embedded/use.mask
deleted file mode 100644
index 41d28d0..0000000
--- a/profiles/embedded/use.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Zac Medico <zmedico@gentoo.org>
-# must use a prefix profile
-prefix
-
-# Chris PeBenito <pebenito@gentoo.org>
-# must use a SELinux profile
-selinux
-
-emul-linux-x86
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
deleted file mode 100644
index ebcfce0..0000000
--- a/profiles/features/selinux/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v 1.1 2011/05/17 10:46:49 blueness Exp $
-#
-
-USE="-acl selinux open_perms"
-
-FEATURES="selinux sesandbox sfperms"
-
-POLICY_TYPES="strict targeted"
-PORTAGE_T="portage_t"
-PORTAGE_FETCH_T="portage_fetch_t"
-PORTAGE_SANDBOX_T="portage_sandbox_t"
diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force
deleted file mode 100644
index afaa049..0000000
--- a/profiles/features/selinux/package.use.force
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.8 2013/05/21 19:02:54 swift Exp $
-
-# Sven Vermeulen <swift@gentoo.org> (19 Apr 2013)
-# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python". 
-# sys-apps/policycoreutils also requires libsemanage with USE="python" and
-# setools with USE="python"
-sys-libs/libselinux python
-sys-libs/libsemanage python
-app-admin/setools python
-
-# Sven Vermeulen <swift@gentoo.org> (21 May 2013)
-# sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it
-# here to allow stages to build with USE=xml on python
-dev-lang/python xml
diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask
deleted file mode 100644
index d540803..0000000
--- a/profiles/features/selinux/package.use.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v 1.5 2013/03/19 19:47:50 swift Exp $
-
-# Saleem Abdulrasool <compnerd@gentoo.org> (23 Nov 2007)
-# Unmask when we get HAL 0.5.10 straightened out
-media-sound/pulseaudio policykit
diff --git a/profiles/features/selinux/packages b/profiles/features/selinux/packages
deleted file mode 100644
index 7d21ab0..0000000
--- a/profiles/features/selinux/packages
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/packages,v 1.3 2012/06/20 14:38:44 swift Exp $
-
-# Base SELinux packages
-*sys-libs/libsepol
-*sys-libs/libselinux
-*sys-libs/libsemanage
-*sys-apps/checkpolicy
-*sys-apps/policycoreutils
-*sec-policy/selinux-base-policy
diff --git a/profiles/features/selinux/profile.bashrc b/profiles/features/selinux/profile.bashrc
deleted file mode 100644
index d28d6c3..0000000
--- a/profiles/features/selinux/profile.bashrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# SELinux-aware progams write to entries here
-SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/:/sys/fs/selinux/"
-
-# for setfscreatecon
-SANDBOX_WRITE="${SANDBOX_WRITE}:/proc/self/"
diff --git a/profiles/features/selinux/use.force b/profiles/features/selinux/use.force
deleted file mode 100644
index a651b20..0000000
--- a/profiles/features/selinux/use.force
+++ /dev/null
@@ -1 +0,0 @@
-selinux
diff --git a/profiles/features/selinux/use.mask b/profiles/features/selinux/use.mask
deleted file mode 100644
index d1ee8c0..0000000
--- a/profiles/features/selinux/use.mask
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.3 2011/07/17 19:35:56 blueness Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# profile for any architecture.  This works, for example, if a non-default
-# profile (such as the selinux profiles) have a USE flag associated with
-# them.
-
--hardened
--selinux
-
-# amd64 only:
-emul-linux-x86
-
-# tcc is x86-only
-tcc
diff --git a/profiles/hardened/README b/profiles/hardened/README
deleted file mode 100644
index 202df5e..0000000
--- a/profiles/hardened/README
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Note that the hardened/arches profiles have been deprecated in
-favor of the hardened/linux/arches profiles.  Please use a supported
-profile which you can list using "eselect profile list" and select
-with "eselect profile set #".
-
diff --git a/profiles/hardened/linux/amd64/desktop/deprecated b/profiles/hardened/linux/amd64/desktop/deprecated
deleted file mode 100644
index d287b94..0000000
--- a/profiles/hardened/linux/amd64/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/amd64
diff --git a/profiles/hardened/linux/amd64/desktop/parent b/profiles/hardened/linux/amd64/desktop/parent
deleted file mode 100644
index 8bd8630..0000000
--- a/profiles/hardened/linux/amd64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/desktop
diff --git a/profiles/hardened/linux/amd64/developer/deprecated b/profiles/hardened/linux/amd64/developer/deprecated
deleted file mode 100644
index d287b94..0000000
--- a/profiles/hardened/linux/amd64/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/amd64
diff --git a/profiles/hardened/linux/amd64/developer/parent b/profiles/hardened/linux/amd64/developer/parent
deleted file mode 100644
index b558d90..0000000
--- a/profiles/hardened/linux/amd64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/developer
diff --git a/profiles/hardened/linux/amd64/eapi b/profiles/hardened/linux/amd64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/amd64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults
deleted file mode 100644
index 61b0126..0000000
--- a/profiles/hardened/linux/amd64/make.defaults
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.7 2012/06/16 11:44:13 jlec Exp $
-
-USE="justify -pic"
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/amd64/no-multilib/make.defaults b/profiles/hardened/linux/amd64/no-multilib/make.defaults
deleted file mode 100644
index 49d1166..0000000
--- a/profiles/hardened/linux/amd64/no-multilib/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/make.defaults,v 1.3 2013/05/16 19:29:27 zorry Exp $
-
-ARCH="amd64"
-ACCEPT_KEYWORDS="${ARCH}"
-
-MULTILIB_ABIS="amd64"
-
-# Mirror profile/amd64/no-multilib/make.defaults
-USE_EXPAND_HIDDEN="ABI_X86"
-
diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use.force b/profiles/hardened/linux/amd64/no-multilib/package.use.force
deleted file mode 100644
index 3c36907..0000000
--- a/profiles/hardened/linux/amd64/no-multilib/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.use.force,v 1.1 2013/05/16 19:29:27 zorry Exp $
-
-# Alexandre Rostovtsev <tetromino@gentoo.org> (24 Jun 2012)
-# Force 64-bit parts of wine, bug #351436
-app-emulation/wine win64
diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use.mask b/profiles/hardened/linux/amd64/no-multilib/package.use.mask
deleted file mode 100644
index 87936b2..0000000
--- a/profiles/hardened/linux/amd64/no-multilib/package.use.mask
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.use.mask,v 1.2 2013/05/16 19:29:27 zorry Exp $
-
-# Mirror profile/amd64/no-multilib/package.use.mask
-# Alexandre Rostovtsev <tetromino@gentoo.org> (24 Jun 2012)
-# Disable 32-bit parts of wine, bug #351436
-app-emulation/wine mono win32
-
-# Apr 28, 2008 Sébastien Fabbro <bicatali@gentoo.org>
-# ifc masked
-sci-libs/acml ifc
-
-# Intel Integrated Primitive (sci-libs/ipp) support
-media-libs/opencv ipp
diff --git a/profiles/hardened/linux/amd64/no-multilib/parent b/profiles/hardened/linux/amd64/no-multilib/parent
deleted file mode 100644
index 8305c35..0000000
--- a/profiles/hardened/linux/amd64/no-multilib/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../features/64bit-native
diff --git a/profiles/hardened/linux/amd64/no-multilib/selinux/parent b/profiles/hardened/linux/amd64/no-multilib/selinux/parent
deleted file mode 100644
index 933e679..0000000
--- a/profiles/hardened/linux/amd64/no-multilib/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/selinux
diff --git a/profiles/hardened/linux/amd64/no-multilib/use.mask b/profiles/hardened/linux/amd64/no-multilib/use.mask
deleted file mode 100644
index 5cd1ab9..0000000
--- a/profiles/hardened/linux/amd64/no-multilib/use.mask
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/use.mask,v 1.2 2013/05/16 19:29:27 zorry Exp $
-
-# Mask the multilib flags back for non-multilib profile.
-abi_x86_32
-
-# Mirror profile/amd64/no-multilib/use.mask
-
-# 2007/08/29 Christoph Mende <angelos@gentoo.org>
-# app-accessibility/mbrola is x86 only
-mbrola
-
-# 2007/08/24 Michael Marineau <marineam@gentoo.org>
-# Xen HVM support requires building 32-bit binaries.
-hvm
-
-# 2009/05/11 Doug Goldstein <cardoe@gentoo.org>
-# Mask 32bit since this will always require emulation packages
-32bit
-
-# Matt Turner <mattst88@gentoo.org) (10 Feb 2012)
-# mask d3d since wine is 32-bit
-d3d
diff --git a/profiles/hardened/linux/amd64/package.use b/profiles/hardened/linux/amd64/package.use
deleted file mode 100644
index 9bd09a8..0000000
--- a/profiles/hardened/linux/amd64/package.use
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use,v 1.3 2011/03/25 16:19:06 blueness Exp $
-
-# Magnus Granberg <zorry@gentoo.org> (06 Mar 2011)
-# We will have pic enable on older package but not
-# new one. This will be removed when newer get
-# stable and older package is not in portage tree 
-# any longer. Tracker bug #348050
-<media-libs/mesa-7.10.1 pic
-<media-libs/xvid-1.3.0 pic
-<dev-lang/php-5.3.5-r1 pic
-
-# Magnus Grenberg <zorry@gentoo.org> (17 Mar 2011)
-# Bug 358929 the pic flag need to be on don't know way.
-# Anthony Basile <blueness@gentoo.org>
-# Bug 348050 comment 5 - fixed mispelling
-app-emulation/open-vm-tools pic
-
diff --git a/profiles/hardened/linux/amd64/package.use.mask b/profiles/hardened/linux/amd64/package.use.mask
deleted file mode 100644
index 551f261..0000000
--- a/profiles/hardened/linux/amd64/package.use.mask
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.mask,v 1.25 2013/09/24 08:19:29 mgorny Exp $
-
-# When you add an entry to the top of this file, add your name, the date, and
-# an explanation of why something is getting masked. Please be extremely
-# careful not to commit atoms that are not valid, as it can cause large-scale
-# breakage, especially if it ends up in the daily snapshot.
-#
-## Example:
-##
-## # Dev E. Loper <developer@gentoo.org> (28 Jun 2012)
-## # Masking foo USE flag until we can get the
-## # foo stuff to work properly again (bug 12345)
-## =media-video/mplayer-0.90_pre5 foo
-## =media-video/mplayer-0.90_pre5-r1 foo
-
-# Kacper Kowalik <xarthisius@gentoo.org> (29 Jul 2011)
-# mask assembler as it currently doesn't work
-dev-lang/path64 assembler
-
-# Magnus Granberg <zorry@gentoo.org> (20 Nov 2012)
-# mask X for we still mis the docs for revdep-pax
-# else hell will rule. (RWX in the libs)
-# Bug 433121
-# also mask tools as it requires X -zerochaos
-x11-drivers/nvidia-drivers X tools
-
-# Magnus Granberg <zorry@gentoo.org> (29 Nov 2012)
-# Bug #444786 disable nvidia on app-admin/conky
-app-admin/conky nvidia
diff --git a/profiles/hardened/linux/amd64/package.use.stable.mask b/profiles/hardened/linux/amd64/package.use.stable.mask
deleted file mode 100644
index f1f011e..0000000
--- a/profiles/hardened/linux/amd64/package.use.stable.mask
+++ /dev/null
@@ -1,405 +0,0 @@
-# Michał Górny <mgorny@gentoo.org> (24 Sep 2013)
-# on behalf of gx86-multilib project <multilib@gentoo.org>
-# Mask abi_x86_32 on stable until emul-* packages are made
-# fully redundant and end-user experience in resolving
-# flag changes and blockages is generally smooth.
-# Please keep in sync with default/linux/amd64/13.0.
-app-admin/fam abi_x86_32
-app-admin/gamin abi_x86_32
-app-arch/bzip2 abi_x86_32
-app-arch/xz-utils abi_x86_32
-app-crypt/mit-krb5 abi_x86_32
-app-emulation/emul-linux-x86-baselibs abi_x86_32
-app-emulation/emul-linux-x86-compat abi_x86_32
-app-emulation/emul-linux-x86-cpplibs abi_x86_32
-app-emulation/emul-linux-x86-db abi_x86_32
-app-emulation/emul-linux-x86-glibc-errno-compat abi_x86_32
-app-emulation/emul-linux-x86-gstplugins abi_x86_32
-app-emulation/emul-linux-x86-gtklibs abi_x86_32
-app-emulation/emul-linux-x86-gtkmmlibs abi_x86_32
-app-emulation/emul-linux-x86-java abi_x86_32
-app-emulation/emul-linux-x86-jna abi_x86_32
-app-emulation/emul-linux-x86-medialibs abi_x86_32
-app-emulation/emul-linux-x86-motif abi_x86_32
-app-emulation/emul-linux-x86-opengl abi_x86_32
-app-emulation/emul-linux-x86-qtlibs abi_x86_32
-app-emulation/emul-linux-x86-sdl abi_x86_32
-app-emulation/emul-linux-x86-soundlibs abi_x86_32
-app-emulation/emul-linux-x86-xlibs abi_x86_32
-app-misc/lirc abi_x86_32
-app-text/libpaper abi_x86_32
-dev-cpp/atkmm abi_x86_32
-dev-cpp/cairomm abi_x86_32
-dev-cpp/glibmm abi_x86_32
-dev-cpp/gtest abi_x86_32
-dev-cpp/gtkmm abi_x86_32
-dev-cpp/libglademm abi_x86_32
-dev-cpp/pangomm abi_x86_32
-dev-db/myodbc abi_x86_32
-dev-db/mysql abi_x86_32
-dev-db/sqlite abi_x86_32
-dev-db/unixODBC abi_x86_32
-dev-games/physfs abi_x86_32
-dev-java/jna abi_x86_32
-dev-lang/orc abi_x86_32
-dev-lang/perl abi_x86_32
-dev-lang/python abi_x86_32
-dev-libs/angelscript abi_x86_32
-dev-libs/atk abi_x86_32
-dev-libs/boost abi_x86_32
-dev-libs/dbus-glib abi_x86_32
-dev-libs/ding-libs abi_x86_32
-dev-libs/DirectFB abi_x86_32
-dev-libs/elfutils abi_x86_32
-dev-libs/expat abi_x86_32
-dev-libs/fribidi abi_x86_32
-dev-libs/glib abi_x86_32
-dev-libs/gmp abi_x86_32
-dev-libs/json-c abi_x86_32
-dev-libs/libcdio abi_x86_32
-dev-libs/libconfig abi_x86_32
-dev-libs/libcss abi_x86_32
-dev-libs/libedit abi_x86_32
-dev-libs/libelf abi_x86_32
-dev-libs/libffi abi_x86_32
-dev-libs/libgamin abi_x86_32
-dev-libs/libgcrypt abi_x86_32
-dev-libs/libgpg-error abi_x86_32
-dev-libs/libiconv abi_x86_32
-dev-libs/libIDL abi_x86_32
-dev-libs/libnl abi_x86_32
-dev-libs/libnsfb abi_x86_32
-dev-libs/liboil abi_x86_32
-dev-libs/libparserutils abi_x86_32
-dev-libs/libpcre abi_x86_32
-dev-libs/libpthread-stubs abi_x86_32
-dev-libs/libRocket abi_x86_32
-dev-libs/libsigc++ abi_x86_32
-dev-libs/libtasn1 abi_x86_32
-dev-libs/libusb abi_x86_32
-dev-libs/libusbx abi_x86_32
-dev-libs/libusb-compat abi_x86_32
-dev-libs/libwapcaplet abi_x86_32
-dev-libs/libxml2 abi_x86_32
-dev-libs/libxslt abi_x86_32
-dev-libs/lzo abi_x86_32
-dev-libs/nettle abi_x86_32
-dev-libs/nsgenbind abi_x86_32
-dev-libs/nspr abi_x86_32
-dev-libs/nss abi_x86_32
-dev-libs/openssl abi_x86_32
-dev-libs/re2 abi_x86_32
-dev-libs/udis86 abi_x86_32
-dev-libs/yajl abi_x86_32
-gnome-base/gconf abi_x86_32
-gnome-base/gnome-vfs abi_x86_32
-gnome-base/libglade abi_x86_32
-gnome-base/orbit abi_x86_32
-media-gfx/sane-backends abi_x86_32
-media-libs/a52dec abi_x86_32
-media-libs/allegro abi_x86_32
-media-libs/alsa-lib abi_x86_32
-media-libs/alsa-oss abi_x86_32
-media-libs/audiofile abi_x86_32
-media-libs/celt abi_x86_32
-media-libs/dumb abi_x86_32
-media-libs/faac abi_x86_32
-media-libs/faad2 abi_x86_32
-media-libs/fdk-aac abi_x86_32
-media-libs/flac abi_x86_32
-media-libs/fontconfig abi_x86_32
-media-libs/freealut abi_x86_32
-media-libs/freeglut abi_x86_32
-media-libs/freetype abi_x86_32
-media-libs/game-music-emu abi_x86_32
-media-libs/gavl abi_x86_32
-media-libs/giflib abi_x86_32
-media-libs/glew abi_x86_32
-media-libs/glu abi_x86_32
-media-libs/gst-plugins-bad abi_x86_32
-media-libs/gst-plugins-base abi_x86_32
-media-libs/gst-plugins-good abi_x86_32
-media-libs/gst-plugins-ugly abi_x86_32
-media-libs/gstreamer abi_x86_32
-media-libs/ilmbase abi_x86_32
-media-libs/imlib abi_x86_32
-media-libs/jbigkit abi_x86_32
-media-libs/jpeg abi_x86_32
-media-libs/ladspa-sdk abi_x86_32
-media-libs/lcms abi_x86_32
-media-libs/libaacplus abi_x86_32
-media-libs/libao abi_x86_32
-media-libs/libart_lgpl abi_x86_32
-media-libs/libcddb abi_x86_32
-media-libs/libcuefile abi_x86_32
-media-libs/libdc1394 abi_x86_32
-media-libs/libdca abi_x86_32
-media-libs/libdv abi_x86_32
-media-libs/libdvdnav abi_x86_32
-media-libs/libdvdread abi_x86_32
-media-libs/libexif abi_x86_32
-media-libs/libfame abi_x86_32
-media-libs/libgii abi_x86_32
-media-libs/libgphoto2 abi_x86_32
-media-libs/libid3tag abi_x86_32
-media-libs/libiec61883 abi_x86_32
-media-libs/libjpeg-turbo abi_x86_32
-media-libs/libmad abi_x86_32
-media-libs/libmikmod abi_x86_32
-media-libs/libmimic abi_x86_32
-media-libs/libmms abi_x86_32
-media-libs/libmng abi_x86_32
-media-libs/libmodplug abi_x86_32
-media-libs/libmpeg2 abi_x86_32
-media-libs/libnsbmp abi_x86_32
-media-libs/libnsgif abi_x86_32
-media-libs/libofa abi_x86_32
-media-libs/libogg abi_x86_32
-media-libs/libpng abi_x86_32
-media-libs/libreplaygain abi_x86_32
-media-libs/librosprite abi_x86_32
-media-libs/libsamplerate abi_x86_32
-media-libs/libsdl abi_x86_32
-media-libs/libshout abi_x86_32
-media-libs/libsidplay abi_x86_32
-media-libs/libsndfile abi_x86_32
-media-libs/libsvgtiny abi_x86_32
-media-libs/libtheora abi_x86_32
-media-libs/libv4l abi_x86_32
-media-libs/libvisual abi_x86_32
-media-libs/libvorbis abi_x86_32
-media-libs/libvpx abi_x86_32
-media-libs/libwebp abi_x86_32
-media-libs/libXcm abi_x86_32
-media-libs/mesa abi_x86_32
-media-libs/nas abi_x86_32
-media-libs/openal abi_x86_32
-media-libs/opencore-amr abi_x86_32
-media-libs/openexr abi_x86_32
-media-libs/openjpeg abi_x86_32
-media-libs/opus abi_x86_32
-media-libs/oyranos abi_x86_32
-media-libs/phonon abi_x86_32
-media-libs/portaudio abi_x86_32
-media-libs/schroedinger abi_x86_32
-media-libs/sdl-image abi_x86_32
-media-libs/sdl-mixer abi_x86_32
-media-libs/sdl-net abi_x86_32
-media-libs/sdl-sound abi_x86_32
-media-libs/sdl-ttf abi_x86_32
-media-libs/smpeg abi_x86_32
-media-libs/soxr abi_x86_32
-media-libs/speex abi_x86_32
-media-libs/taglib abi_x86_32
-media-libs/tiff abi_x86_32
-media-libs/vo-aacenc abi_x86_32
-media-libs/vo-amrwbenc abi_x86_32
-media-libs/webrtc-audio-processing abi_x86_32
-media-libs/x264 abi_x86_32
-media-libs/xvid abi_x86_32
-media-plugins/alsaequal abi_x86_32
-media-plugins/alsa-plugins abi_x86_32
-media-plugins/caps-plugins abi_x86_32
-media-plugins/gst-plugins-a52dec abi_x86_32
-media-plugins/gst-plugins-alsa abi_x86_32
-media-plugins/gst-plugins-annodex abi_x86_32
-media-plugins/gst-plugins-cdio abi_x86_32
-media-plugins/gst-plugins-cdparanoia abi_x86_32
-media-plugins/gst-plugins-dts abi_x86_32
-media-plugins/gst-plugins-dv abi_x86_32
-media-plugins/gst-plugins-dvb abi_x86_32
-media-plugins/gst-plugins-dvdread abi_x86_32
-media-plugins/gst-plugins-faac abi_x86_32
-media-plugins/gst-plugins-faad abi_x86_32
-media-plugins/gst-plugins-ffmpeg abi_x86_32
-media-plugins/gst-plugins-flac abi_x86_32
-media-plugins/gst-plugins-gconf abi_x86_32
-media-plugins/gst-plugins-gio abi_x86_32
-media-plugins/gst-plugins-gnomevfs abi_x86_32
-media-plugins/gst-plugins-jpeg abi_x86_32
-media-plugins/gst-plugins-ladspa abi_x86_32
-media-plugins/gst-plugins-lame abi_x86_32
-media-plugins/gst-plugins-libmms abi_x86_32
-media-plugins/gst-plugins-libpng abi_x86_32
-media-plugins/gst-plugins-libvisual abi_x86_32
-media-plugins/gst-plugins-mad abi_x86_32
-media-plugins/gst-plugins-meta abi_x86_32
-media-plugins/gst-plugins-mimic abi_x86_32
-media-plugins/gst-plugins-modplug abi_x86_32
-media-plugins/gst-plugins-mpeg2dec abi_x86_32
-media-plugins/gst-plugins-mplex abi_x86_32
-media-plugins/gst-plugins-musepack abi_x86_32
-media-plugins/gst-plugins-neon abi_x86_32
-media-plugins/gst-plugins-ofa abi_x86_32
-media-plugins/gst-plugins-ogg abi_x86_32
-media-plugins/gst-plugins-oss abi_x86_32
-media-plugins/gst-plugins-pango abi_x86_32
-media-plugins/gst-plugins-pulse abi_x86_32
-media-plugins/gst-plugins-raw1394 abi_x86_32
-media-plugins/gst-plugins-resindvd abi_x86_32
-media-plugins/gst-plugins-shout2 abi_x86_32
-media-plugins/gst-plugins-sidplay abi_x86_32
-media-plugins/gst-plugins-soup abi_x86_32
-media-plugins/gst-plugins-speex abi_x86_32
-media-plugins/gst-plugins-taglib abi_x86_32
-media-plugins/gst-plugins-theora abi_x86_32
-media-plugins/gst-plugins-twolame abi_x86_32
-media-plugins/gst-plugins-v4l2 abi_x86_32
-media-plugins/gst-plugins-vorbis abi_x86_32
-media-plugins/gst-plugins-vp8 abi_x86_32
-media-plugins/gst-plugins-wavpack abi_x86_32
-media-plugins/gst-plugins-x abi_x86_32
-media-plugins/gst-plugins-x264 abi_x86_32
-media-plugins/gst-plugins-ximagesrc abi_x86_32
-media-plugins/gst-plugins-xvid abi_x86_32
-media-plugins/gst-plugins-xvideo abi_x86_32
-media-plugins/swh-plugins abi_x86_32
-media-sound/cdparanoia abi_x86_32
-media-sound/gsm abi_x86_32
-media-sound/jack-audio-connection-kit abi_x86_32
-media-sound/lame abi_x86_32
-media-sound/mpg123 abi_x86_32
-media-sound/musepack-tools abi_x86_32
-media-sound/pulseaudio abi_x86_32
-media-sound/twolame abi_x86_32
-media-sound/wavpack abi_x86_32
-media-video/dirac abi_x86_32
-media-video/ffmpeg abi_x86_32
-media-video/mjpegtools abi_x86_32
-media-video/vcdimager abi_x86_32
-net-dialup/capi4k-utils abi_x86_32
-net-dns/libidn abi_x86_32
-net-libs/gnutls abi_x86_32
-net-libs/libdom abi_x86_32
-net-libs/libgssglue abi_x86_32
-net-libs/libhubbub abi_x86_32
-net-libs/libsoup abi_x86_32
-net-libs/libtirpc abi_x86_32
-net-libs/nacl abi_x86_32
-net-libs/neon abi_x86_32
-net-misc/curl abi_x86_32
-net-nds/openldap abi_x86_32
-net-print/cups abi_x86_32
-net-wireless/bluez abi_x86_32
-sci-libs/djbfft abi_x86_32
-sci-libs/fftw abi_x86_32
-sys-apps/acl abi_x86_32
-sys-apps/attr abi_x86_32
-sys-apps/dbus abi_x86_32
-sys-apps/file abi_x86_32
-sys-apps/keyutils abi_x86_32
-sys-apps/pciutils abi_x86_32
-sys-apps/systemd abi_x86_32
-sys-apps/tcp-wrappers abi_x86_32
-sys-apps/util-linux abi_x86_32
-sys-auth/nss_ldap abi_x86_32
-sys-auth/nss-mdns abi_x86_32
-sys-auth/openpam abi_x86_32
-sys-auth/pam_ldap abi_x86_32
-sys-devel/binutils abi_x86_32
-sys-devel/clang abi_x86_32
-sys-devel/gettext abi_x86_32
-sys-devel/libperl abi_x86_32
-sys-devel/libtool abi_x86_32
-sys-devel/llvm abi_x86_32
-sys-freebsd/freebsd-lib abi_x86_32
-sys-freebsd/freebsd-libexec abi_x86_32
-sys-freebsd/freebsd-ubin abi_x86_32
-sys-fs/e2fsprogs abi_x86_32
-sys-fs/eudev abi_x86_32
-sys-fs/udev abi_x86_32
-sys-libs/cracklib abi_x86_32
-sys-libs/db abi_x86_32
-sys-libs/e2fsprogs-libs abi_x86_32
-sys-libs/gdbm abi_x86_32
-sys-libs/gpm abi_x86_32
-sys-libs/libavc1394 abi_x86_32
-sys-libs/lib-compat abi_x86_32
-sys-libs/libcxx abi_x86_32
-sys-libs/libcxxrt abi_x86_32
-sys-libs/libieee1284 abi_x86_32
-sys-libs/libraw1394 abi_x86_32
-sys-libs/libsepol abi_x86_32
-sys-libs/libstdc++-v3 abi_x86_32
-sys-libs/ncurses abi_x86_32
-sys-libs/pam abi_x86_32
-sys-libs/pwdb abi_x86_32
-sys-libs/readline abi_x86_32
-sys-libs/slang abi_x86_32
-sys-libs/talloc abi_x86_32
-sys-libs/zlib abi_x86_32
-virtual/fam abi_x86_32
-virtual/glu abi_x86_32
-virtual/jpeg abi_x86_32
-virtual/libffi abi_x86_32
-virtual/libiconv abi_x86_32
-virtual/libusb abi_x86_32
-virtual/opengl abi_x86_32
-virtual/udev abi_x86_32
-x11-libs/cairo abi_x86_32
-x11-libs/gdk-pixbuf abi_x86_32
-x11-libs/gtk+ abi_x86_32
-x11-libs/libdrm abi_x86_32
-x11-libs/libICE abi_x86_32
-x11-libs/libnotify abi_x86_32
-x11-libs/libpciaccess abi_x86_32
-x11-libs/libSM abi_x86_32
-x11-libs/libvdpau abi_x86_32
-x11-libs/libX11 abi_x86_32
-x11-libs/libXau abi_x86_32
-x11-libs/libXaw abi_x86_32
-x11-libs/libxcb abi_x86_32
-x11-libs/libXcomposite abi_x86_32
-x11-libs/libXcursor abi_x86_32
-x11-libs/libXdamage abi_x86_32
-x11-libs/libXdmcp abi_x86_32
-x11-libs/libXext abi_x86_32
-x11-libs/libXfixes abi_x86_32
-x11-libs/libXft abi_x86_32
-x11-libs/libXi abi_x86_32
-x11-libs/libXinerama abi_x86_32
-x11-libs/libXmu abi_x86_32
-x11-libs/libXp abi_x86_32
-x11-libs/libXpm abi_x86_32
-x11-libs/libXrandr abi_x86_32
-x11-libs/libXrender abi_x86_32
-x11-libs/libXScrnSaver abi_x86_32
-x11-libs/libXt abi_x86_32
-x11-libs/libXtst abi_x86_32
-x11-libs/libXv abi_x86_32
-x11-libs/libXvMC abi_x86_32
-x11-libs/libXxf86dga abi_x86_32
-x11-libs/libXxf86vm abi_x86_32
-x11-libs/motif abi_x86_32
-x11-libs/pango abi_x86_32
-x11-libs/pixman abi_x86_32
-x11-libs/qt-core abi_x86_32
-x11-libs/qt-dbus abi_x86_32
-x11-libs/qt-gui abi_x86_32
-x11-libs/qt-opengl abi_x86_32
-x11-libs/qt-script abi_x86_32
-x11-libs/qt-sql abi_x86_32
-x11-libs/qt-svg abi_x86_32
-x11-libs/qt-webkit abi_x86_32
-x11-libs/qt-xmlpatterns abi_x86_32
-x11-proto/compositeproto abi_x86_32
-x11-proto/damageproto abi_x86_32
-x11-proto/fixesproto abi_x86_32
-x11-proto/inputproto abi_x86_32
-x11-proto/kbproto abi_x86_32
-x11-proto/printproto abi_x86_32
-x11-proto/randrproto abi_x86_32
-x11-proto/recordproto abi_x86_32
-x11-proto/renderproto abi_x86_32
-x11-proto/scrnsaverproto abi_x86_32
-x11-proto/videoproto abi_x86_32
-x11-proto/xcb-proto abi_x86_32
-x11-proto/xextproto abi_x86_32
-x11-proto/xf86bigfontproto abi_x86_32
-x11-proto/xf86dgaproto abi_x86_32
-x11-proto/xf86vidmodeproto abi_x86_32
-x11-proto/xineramaproto abi_x86_32
-x11-proto/xproto abi_x86_32
-x11-themes/gtk-engines abi_x86_32
-x11-themes/gtk-engines-murrine abi_x86_32
-x11-themes/gtk-engines-xfce abi_x86_32
diff --git a/profiles/hardened/linux/amd64/parent b/profiles/hardened/linux/amd64/parent
deleted file mode 100644
index f2e50ba..0000000
--- a/profiles/hardened/linux/amd64/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../base
-../../../default/linux
-../../../arch/amd64
-..
diff --git a/profiles/hardened/linux/amd64/selinux/parent b/profiles/hardened/linux/amd64/selinux/parent
deleted file mode 100644
index e5c7cef..0000000
--- a/profiles/hardened/linux/amd64/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../features/selinux
diff --git a/profiles/hardened/linux/amd64/server/deprecated b/profiles/hardened/linux/amd64/server/deprecated
deleted file mode 100644
index d287b94..0000000
--- a/profiles/hardened/linux/amd64/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/amd64
diff --git a/profiles/hardened/linux/amd64/server/parent b/profiles/hardened/linux/amd64/server/parent
deleted file mode 100644
index 9c7a195..0000000
--- a/profiles/hardened/linux/amd64/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/server
diff --git a/profiles/hardened/linux/amd64/use.mask b/profiles/hardened/linux/amd64/use.mask
deleted file mode 100644
index 1a7f429..0000000
--- a/profiles/hardened/linux/amd64/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/use.mask,v 1.7 2012/11/27 02:03:24 zerochaos Exp $
-
-# Rick Farina <zerochaos@gentoo.org> 26 Nov 2012
-video_cards_nvidia
-# removing mask on nvidia use flag as it is used by monitoring tools
-# which may be desireable for cuda users
-#nvidia
-# adjusting use flag mask as nvidia-drivers are usable for cuda at least
-#cuda
diff --git a/profiles/hardened/linux/amd64/x32/make.defaults b/profiles/hardened/linux/amd64/x32/make.defaults
deleted file mode 100644
index ab350e0..0000000
--- a/profiles/hardened/linux/amd64/x32/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/x32/make.defaults,v 1.1 2012/08/31 17:49:11 vapier Exp $
-
-CHOST="x86_64-pc-linux-gnux32"
diff --git a/profiles/hardened/linux/amd64/x32/parent b/profiles/hardened/linux/amd64/x32/parent
deleted file mode 100644
index 382293d..0000000
--- a/profiles/hardened/linux/amd64/x32/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-..
-../../../../features/multilib/
-../../../../arch/amd64/x32/
diff --git a/profiles/hardened/linux/arm/armv4/eapi b/profiles/hardened/linux/arm/armv4/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/armv4/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/armv4/parent b/profiles/hardened/linux/arm/armv4/parent
deleted file mode 100644
index 5a3c05a..0000000
--- a/profiles/hardened/linux/arm/armv4/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../../base
-../../../../default/linux/
-../../../../arch/arm/armv4/
-..
diff --git a/profiles/hardened/linux/arm/armv4t/eapi b/profiles/hardened/linux/arm/armv4t/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/armv4t/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/armv4t/parent b/profiles/hardened/linux/arm/armv4t/parent
deleted file mode 100644
index ac82505..0000000
--- a/profiles/hardened/linux/arm/armv4t/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../../base
-../../../../default/linux/
-../../../../arch/arm/armv4t/
-..
diff --git a/profiles/hardened/linux/arm/armv5te/eapi b/profiles/hardened/linux/arm/armv5te/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/armv5te/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/armv5te/parent b/profiles/hardened/linux/arm/armv5te/parent
deleted file mode 100644
index 2b3f2a0..0000000
--- a/profiles/hardened/linux/arm/armv5te/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../../base
-../../../../default/linux/
-../../../../arch/arm/armv5te/
-..
diff --git a/profiles/hardened/linux/arm/armv6j/eapi b/profiles/hardened/linux/arm/armv6j/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/armv6j/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/armv6j/parent b/profiles/hardened/linux/arm/armv6j/parent
deleted file mode 100644
index bc2ce36..0000000
--- a/profiles/hardened/linux/arm/armv6j/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../../base
-../../../../default/linux/
-../../../../arch/arm/armv6j/
-..
diff --git a/profiles/hardened/linux/arm/armv7a/eapi b/profiles/hardened/linux/arm/armv7a/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/armv7a/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/armv7a/parent b/profiles/hardened/linux/arm/armv7a/parent
deleted file mode 100644
index d01782d..0000000
--- a/profiles/hardened/linux/arm/armv7a/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../../base
-../../../../default/linux/
-../../../../arch/arm/armv7a/
-..
diff --git a/profiles/hardened/linux/arm/armv7a/selinux/eapi b/profiles/hardened/linux/arm/armv7a/selinux/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/armv7a/selinux/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/armv7a/selinux/parent b/profiles/hardened/linux/arm/armv7a/selinux/parent
deleted file mode 100644
index 933e679..0000000
--- a/profiles/hardened/linux/arm/armv7a/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/selinux
diff --git a/profiles/hardened/linux/arm/eapi b/profiles/hardened/linux/arm/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/arm/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/arm/parent b/profiles/hardened/linux/arm/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/arm/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/ia64/desktop/deprecated b/profiles/hardened/linux/ia64/desktop/deprecated
deleted file mode 100644
index 09ee42c..0000000
--- a/profiles/hardened/linux/ia64/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/ia64
diff --git a/profiles/hardened/linux/ia64/desktop/parent b/profiles/hardened/linux/ia64/desktop/parent
deleted file mode 100644
index 8bd8630..0000000
--- a/profiles/hardened/linux/ia64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/desktop
diff --git a/profiles/hardened/linux/ia64/developer/deprecated b/profiles/hardened/linux/ia64/developer/deprecated
deleted file mode 100644
index 09ee42c..0000000
--- a/profiles/hardened/linux/ia64/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/ia64
diff --git a/profiles/hardened/linux/ia64/developer/parent b/profiles/hardened/linux/ia64/developer/parent
deleted file mode 100644
index b558d90..0000000
--- a/profiles/hardened/linux/ia64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/developer
diff --git a/profiles/hardened/linux/ia64/eapi b/profiles/hardened/linux/ia64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/ia64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/ia64/make.defaults b/profiles/hardened/linux/ia64/make.defaults
deleted file mode 100644
index 60d24dd..0000000
--- a/profiles/hardened/linux/ia64/make.defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/ia64/make.defaults,v 1.3 2011/11/17 01:14:26 jmbsvicetto Exp $
diff --git a/profiles/hardened/linux/ia64/parent b/profiles/hardened/linux/ia64/parent
deleted file mode 100644
index 8683acb..0000000
--- a/profiles/hardened/linux/ia64/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../base
-../../../default/linux
-../../../arch/ia64
-..
diff --git a/profiles/hardened/linux/ia64/server/deprecated b/profiles/hardened/linux/ia64/server/deprecated
deleted file mode 100644
index 09ee42c..0000000
--- a/profiles/hardened/linux/ia64/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/ia64
diff --git a/profiles/hardened/linux/ia64/server/parent b/profiles/hardened/linux/ia64/server/parent
deleted file mode 100644
index 9c7a195..0000000
--- a/profiles/hardened/linux/ia64/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/server
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
deleted file mode 100644
index cdedd1a..0000000
--- a/profiles/hardened/linux/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.17 2012/06/26 13:36:21 blueness Exp $
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc"
-
-USE="-fortran hardened -jit pax_kernel pic urandom -orc"
diff --git a/profiles/hardened/linux/mips/eapi b/profiles/hardened/linux/mips/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/eapi b/profiles/hardened/linux/mips/mipsel/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/mipsel/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/multilib/eapi b/profiles/hardened/linux/mips/mipsel/multilib/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/mipsel/multilib/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/multilib/n32/eapi b/profiles/hardened/linux/mips/mipsel/multilib/n32/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/mipsel/multilib/n32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/multilib/n32/parent b/profiles/hardened/linux/mips/mipsel/multilib/n32/parent
deleted file mode 100644
index 96eb536..0000000
--- a/profiles/hardened/linux/mips/mipsel/multilib/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../../../default/linux/mips/13.0/mipsel/multilib/n32
-..
diff --git a/profiles/hardened/linux/mips/mipsel/multilib/n64/eapi b/profiles/hardened/linux/mips/mipsel/multilib/n64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/mipsel/multilib/n64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/multilib/n64/parent b/profiles/hardened/linux/mips/mipsel/multilib/n64/parent
deleted file mode 100644
index 64bafbb..0000000
--- a/profiles/hardened/linux/mips/mipsel/multilib/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../../../default/linux/mips/13.0/mipsel/multilib/n64
-..
diff --git a/profiles/hardened/linux/mips/mipsel/multilib/parent b/profiles/hardened/linux/mips/mipsel/multilib/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/mips/mipsel/multilib/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/mips/mipsel/n32/eapi b/profiles/hardened/linux/mips/mipsel/n32/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/mipsel/n32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/n32/parent b/profiles/hardened/linux/mips/mipsel/n32/parent
deleted file mode 100644
index 3798606..0000000
--- a/profiles/hardened/linux/mips/mipsel/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../../default/linux/mips/13.0/mipsel/n32
-..
diff --git a/profiles/hardened/linux/mips/mipsel/n64/eapi b/profiles/hardened/linux/mips/mipsel/n64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/mipsel/n64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/mipsel/n64/parent b/profiles/hardened/linux/mips/mipsel/n64/parent
deleted file mode 100644
index 2a19715..0000000
--- a/profiles/hardened/linux/mips/mipsel/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../../default/linux/mips/13.0/mipsel/n64
-..
diff --git a/profiles/hardened/linux/mips/mipsel/parent b/profiles/hardened/linux/mips/mipsel/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/mips/mipsel/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/mips/multilib/eapi b/profiles/hardened/linux/mips/multilib/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/multilib/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/multilib/n32/eapi b/profiles/hardened/linux/mips/multilib/n32/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/multilib/n32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/multilib/n32/parent b/profiles/hardened/linux/mips/multilib/n32/parent
deleted file mode 100644
index 1c6cb6d..0000000
--- a/profiles/hardened/linux/mips/multilib/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../../default/linux/mips/13.0/multilib/n32
-..
diff --git a/profiles/hardened/linux/mips/multilib/n64/eapi b/profiles/hardened/linux/mips/multilib/n64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/multilib/n64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/multilib/n64/parent b/profiles/hardened/linux/mips/multilib/n64/parent
deleted file mode 100644
index abca1be..0000000
--- a/profiles/hardened/linux/mips/multilib/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../../default/linux/mips/13.0/multilib/n64
-..
diff --git a/profiles/hardened/linux/mips/multilib/parent b/profiles/hardened/linux/mips/multilib/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/mips/multilib/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/mips/n32/eapi b/profiles/hardened/linux/mips/n32/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/n32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/n32/parent b/profiles/hardened/linux/mips/n32/parent
deleted file mode 100644
index 4503d56..0000000
--- a/profiles/hardened/linux/mips/n32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../default/linux/mips/13.0/n32
-..
diff --git a/profiles/hardened/linux/mips/n64/eapi b/profiles/hardened/linux/mips/n64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/mips/n64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/mips/n64/parent b/profiles/hardened/linux/mips/n64/parent
deleted file mode 100644
index 822543c..0000000
--- a/profiles/hardened/linux/mips/n64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../default/linux/mips/13.0/n64
-..
diff --git a/profiles/hardened/linux/mips/parent b/profiles/hardened/linux/mips/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/mips/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/musl/amd64/eapi b/profiles/hardened/linux/musl/amd64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/musl/amd64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults
deleted file mode 100644
index 7a0714c..0000000
--- a/profiles/hardened/linux/musl/amd64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/make.defaults,v 1.1 2013/06/22 21:32:09 blueness Exp $
-
-ARCH="amd64"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="x86_64-gentoo-linux-musl"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/musl/amd64/parent b/profiles/hardened/linux/musl/amd64/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/musl/amd64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/musl/amd64/use.force b/profiles/hardened/linux/musl/amd64/use.force
deleted file mode 100644
index 790053d..0000000
--- a/profiles/hardened/linux/musl/amd64/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.force,v 1.1 2013/06/22 21:32:10 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-amd64
diff --git a/profiles/hardened/linux/musl/amd64/use.mask b/profiles/hardened/linux/musl/amd64/use.mask
deleted file mode 100644
index ddfd439..0000000
--- a/profiles/hardened/linux/musl/amd64/use.mask
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.mask,v 1.1 2013/06/22 21:32:10 blueness Exp $
-
-# Unmask the flag which corresponds to ARCH.
--amd64
-
-# unmask all SIMD assembler flags
--mmx
--mmxext
--sse
--sse2
--sse3
--sse4
--sse4a
--ssse3
--3dnow
--3dnowext
-
-# Lilo works on amd64
--lilo
-
-# These work
--input_devices_synaptics
--input_devices_wacom
--video_cards_qxl
diff --git a/profiles/hardened/linux/musl/make.defaults b/profiles/hardened/linux/musl/make.defaults
deleted file mode 100644
index 9090a02..0000000
--- a/profiles/hardened/linux/musl/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.1 2013/06/22 21:32:09 blueness Exp $
-
-ELIBC="musl"
-
-FEATURES="sandbox sfperms strict"
-
-USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
-
-SYMLINK_LIB="no"
diff --git a/profiles/hardened/linux/musl/packages b/profiles/hardened/linux/musl/packages
deleted file mode 100644
index f155327..0000000
--- a/profiles/hardened/linux/musl/packages
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages,v 1.1 2013/06/22 21:32:09 blueness Exp $
-
-*app-misc/pax-utils
-*dev-libs/libiconv
--*sys-apps/man-pages
diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build
deleted file mode 100644
index 6aa0a08..0000000
--- a/profiles/hardened/linux/musl/packages.build
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.1 2013/06/22 21:32:09 blueness Exp $
-
-# This file lists extra packages needed to build for
-# a stage 1 based on this profile.
-
-dev-util/pkgconfig
-dev-libs/libiconv
-sys-apps/attr
-dev-python/pyxattr
diff --git a/profiles/hardened/linux/musl/parent b/profiles/hardened/linux/musl/parent
deleted file mode 100644
index c3ff51e..0000000
--- a/profiles/hardened/linux/musl/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../base/
-../../../default/linux
diff --git a/profiles/hardened/linux/musl/use.force b/profiles/hardened/linux/musl/use.force
deleted file mode 100644
index 5454b9d..0000000
--- a/profiles/hardened/linux/musl/use.force
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/use.force,v 1.1 2013/06/22 21:32:09 blueness Exp $
-
-elibc_musl
diff --git a/profiles/hardened/linux/musl/use.mask b/profiles/hardened/linux/musl/use.mask
deleted file mode 100644
index d1b81a5..0000000
--- a/profiles/hardened/linux/musl/use.mask
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/use.mask,v 1.1 2013/06/22 21:32:09 blueness Exp $
-
-nls
-pam
-
-emul-linux-x86
-
--elibc_musl
-elibc_uclibc
-elibc_glibc
-
--hardened
diff --git a/profiles/hardened/linux/musl/x86/eapi b/profiles/hardened/linux/musl/x86/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/musl/x86/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/musl/x86/make.defaults b/profiles/hardened/linux/musl/x86/make.defaults
deleted file mode 100644
index b94780e..0000000
--- a/profiles/hardened/linux/musl/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.1 2013/08/09 09:47:51 blueness Exp $
-
-ARCH="x86"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="i686-gentoo-linux-musl"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/musl/x86/parent b/profiles/hardened/linux/musl/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/musl/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/musl/x86/use.force b/profiles/hardened/linux/musl/x86/use.force
deleted file mode 100644
index 79f05b2..0000000
--- a/profiles/hardened/linux/musl/x86/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/use.force,v 1.1 2013/08/09 09:47:51 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-x86
diff --git a/profiles/hardened/linux/musl/x86/use.mask b/profiles/hardened/linux/musl/x86/use.mask
deleted file mode 100644
index 213dbec..0000000
--- a/profiles/hardened/linux/musl/x86/use.mask
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/use.mask,v 1.1 2013/08/09 09:47:51 blueness Exp $
-
-# Unmask the flag which corresponds to ARCH.
--x86
-
-# unmask all SIMD assembler flags
--mmx
--mmxext
--sse
--sse2
--sse3
--sse4
--sse4a
--ssse3
--3dnow
--3dnowext
diff --git a/profiles/hardened/linux/package.use.force b/profiles/hardened/linux/package.use.force
deleted file mode 100644
index a8f4a28..0000000
--- a/profiles/hardened/linux/package.use.force
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.force,v 1.2 2013/03/18 03:18:19 blueness Exp $
-
-# Kacper Kowalik <xarthisius@gentoo.org> (24 Aug 2011)
-# Force hardened flag to make repoman happy
-app-emulation/wine hardened
-
-# Needed for XATTR_PAX flags (17 Mar 2013)
-# Thanks Arfrever
-sys-apps/portage xattr
diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask
deleted file mode 100644
index 052dabe..0000000
--- a/profiles/hardened/linux/package.use.mask
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 1.15 2013/08/09 09:02:17 xarthisius Exp $
-
-sys-apps/hwloc gl
-
-sys-devel/gcc -hardened
-sys-libs/glibc -hardened
-
-# bug 407689
-media-tv/xbmc profile
-
-# Have no way to disable jit in esr release.
-=www-client/firefox-10* pgo
-
-# bug #468404
-net-analyzer/wireshark profile
diff --git a/profiles/hardened/linux/packages b/profiles/hardened/linux/packages
deleted file mode 100644
index af71a62..0000000
--- a/profiles/hardened/linux/packages
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/packages,v 1.3 2013/03/25 00:26:32 blueness Exp $
-
-# This file extends the base packages file for all hardened profiles
-
-*sys-apps/paxctl
-*sys-apps/elfix
diff --git a/profiles/hardened/linux/parent b/profiles/hardened/linux/parent
deleted file mode 100644
index 6560aec..0000000
--- a/profiles/hardened/linux/parent
+++ /dev/null
@@ -1 +0,0 @@
-../../releases/13.0
diff --git a/profiles/hardened/linux/powerpc/eapi b/profiles/hardened/linux/powerpc/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/powerpc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/powerpc/make.defaults b/profiles/hardened/linux/powerpc/make.defaults
deleted file mode 100644
index 96cbb6a..0000000
--- a/profiles/hardened/linux/powerpc/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2005-2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/make.defaults,v 1.1 2008/04/01 17:41:18 wolf31o2 Exp $
-
-FEATURES="-sandbox"
diff --git a/profiles/hardened/linux/powerpc/package.use.mask b/profiles/hardened/linux/powerpc/package.use.mask
deleted file mode 100644
index 9b6e65a..0000000
--- a/profiles/hardened/linux/powerpc/package.use.mask
+++ /dev/null
@@ -1,3 +0,0 @@
-# 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
diff --git a/profiles/hardened/linux/powerpc/parent b/profiles/hardened/linux/powerpc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/powerpc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/powerpc/ppc32/desktop/deprecated b/profiles/hardened/linux/powerpc/ppc32/desktop/deprecated
deleted file mode 100644
index f46e716..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc32
diff --git a/profiles/hardened/linux/powerpc/ppc32/desktop/parent b/profiles/hardened/linux/powerpc/ppc32/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/hardened/linux/powerpc/ppc32/developer/deprecated b/profiles/hardened/linux/powerpc/ppc32/developer/deprecated
deleted file mode 100644
index f46e716..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc32
diff --git a/profiles/hardened/linux/powerpc/ppc32/developer/parent b/profiles/hardened/linux/powerpc/ppc32/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/hardened/linux/powerpc/ppc32/eapi b/profiles/hardened/linux/powerpc/ppc32/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/powerpc/ppc32/make.defaults b/profiles/hardened/linux/powerpc/ppc32/make.defaults
deleted file mode 100644
index e3ab6ce..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/make.defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc32/make.defaults,v 1.3 2011/11/17 01:14:26 jmbsvicetto Exp $
diff --git a/profiles/hardened/linux/powerpc/ppc32/parent b/profiles/hardened/linux/powerpc/ppc32/parent
deleted file mode 100644
index 227873e..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../default/linux/powerpc/ppc32
-..
diff --git a/profiles/hardened/linux/powerpc/ppc32/server/deprecated b/profiles/hardened/linux/powerpc/ppc32/server/deprecated
deleted file mode 100644
index f46e716..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc32
diff --git a/profiles/hardened/linux/powerpc/ppc32/server/parent b/profiles/hardened/linux/powerpc/ppc32/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/hardened/linux/powerpc/ppc32/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/desktop/deprecated b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/desktop/deprecated
deleted file mode 100644
index 2d27182..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64/32bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/desktop/parent b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/developer/deprecated b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/developer/deprecated
deleted file mode 100644
index 2d27182..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64/32bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/developer/parent b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/eapi b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults
deleted file mode 100644
index d0804ca..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults,v 1.1 2010/11/14 15:44:27 blueness Exp $
-
-# All extra USE/etc should be specified in sub-profiles.
-# DO NOT POLLUTE USE ON THIS PROFILE.
-
-ACCEPT_KEYWORDS="-* ${ARCH}"
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask
deleted file mode 100644
index c420587..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask,v 1.1 2012/04/25 19:26:57 xarthisius Exp $
-
-# Kacper Kowalik <xarthisius@gentoo.org> (25 Apr 2012)
-# Masking due to unsolved dependencies
-app-admin/puppet rrdtool
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent
deleted file mode 100644
index 926c328..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/32bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/server/deprecated b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/server/deprecated
deleted file mode 100644
index 2d27182..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64/32bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/server/parent b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force
deleted file mode 100644
index 8b2e740..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force,v 1.1 2012/04/26 13:50:39 xarthisius Exp $
-
-# Force the flag which corresponds to ARCH.
-ppc
-
-# Unforce the flag which corresponds to the 64-bit ARCH.
--ppc64
diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask
deleted file mode 100644
index eeb112a..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask,v 1.2 2012/04/26 13:59:23 xarthisius Exp $
-
-# We mask this since we're not really a multilib profile
-multilib
-
-# Unmask the flag which corresponds to ARCH.
--ppc
-
-# Mask the flag which corresponds to the 64-bit ARCH.
-ppc64
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/desktop/deprecated b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/desktop/deprecated
deleted file mode 100644
index d41a1d8..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64/64bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/desktop/parent b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/desktop/parent
deleted file mode 100644
index db8ce08..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/desktop
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/developer/deprecated b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/developer/deprecated
deleted file mode 100644
index d41a1d8..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64/64bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/developer/parent b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/developer/parent
deleted file mode 100644
index 5c8258a..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/developer
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/eapi b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask
deleted file mode 100644
index e1498ab..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask,v 1.1 2012/04/25 18:41:04 xarthisius Exp $
-
-# Kacper Kowalik <xarthisius@gentoo.org> (25 Apr 2012)
-# Masking wrt bug 274847 and other unsolved 
-# dependencies
-app-admin/conky apcupsd xmms2 hddtemp
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent
deleted file mode 100644
index 52bcba7..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/64bit-native
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/server/deprecated b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/server/deprecated
deleted file mode 100644
index d41a1d8..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64/64bit-userland
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/server/parent b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/server/parent
deleted file mode 100644
index 2e085a6..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../targets/server
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask
deleted file mode 100644
index 26f21e5..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask
+++ /dev/null
@@ -1,10 +0,0 @@
-# We mask this since we don't have a stable sys-process/audit yet
-audit
-
-# Mirror mask from nonhardened 64ul on app-admin/hddtemp
-hddtemp
-
-# Mirror mask from nonhardened 64ul on media-plugins/frei0r-plugins
-# Kacper Kowalik <xarthisius@gentoo.org> (10 Aug 2011)
-# Masking frei0r wrt bug #365451
-frei0r
diff --git a/profiles/hardened/linux/powerpc/ppc64/desktop/deprecated b/profiles/hardened/linux/powerpc/ppc64/desktop/deprecated
deleted file mode 100644
index 17c05d7..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64
diff --git a/profiles/hardened/linux/powerpc/ppc64/desktop/parent b/profiles/hardened/linux/powerpc/ppc64/desktop/parent
deleted file mode 100644
index ad6c5e1..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/hardened/linux/powerpc/ppc64/developer/deprecated b/profiles/hardened/linux/powerpc/ppc64/developer/deprecated
deleted file mode 100644
index 17c05d7..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64
diff --git a/profiles/hardened/linux/powerpc/ppc64/developer/parent b/profiles/hardened/linux/powerpc/ppc64/developer/parent
deleted file mode 100644
index 4c89374..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/developer
diff --git a/profiles/hardened/linux/powerpc/ppc64/eapi b/profiles/hardened/linux/powerpc/ppc64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/powerpc/ppc64/make.defaults b/profiles/hardened/linux/powerpc/ppc64/make.defaults
deleted file mode 100644
index c3d1e05..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/make.defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/make.defaults,v 1.3 2011/11/17 01:14:27 jmbsvicetto Exp $
diff --git a/profiles/hardened/linux/powerpc/ppc64/parent b/profiles/hardened/linux/powerpc/ppc64/parent
deleted file mode 100644
index eb7e3e4..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../../default/linux/powerpc/ppc64
-..
diff --git a/profiles/hardened/linux/powerpc/ppc64/server/deprecated b/profiles/hardened/linux/powerpc/ppc64/server/deprecated
deleted file mode 100644
index 17c05d7..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/powerpc/ppc64
diff --git a/profiles/hardened/linux/powerpc/ppc64/server/parent b/profiles/hardened/linux/powerpc/ppc64/server/parent
deleted file mode 100644
index c399016..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/server
diff --git a/profiles/hardened/linux/powerpc/ppc64/use.mask b/profiles/hardened/linux/powerpc/ppc64/use.mask
deleted file mode 100644
index 281b8b1..0000000
--- a/profiles/hardened/linux/powerpc/ppc64/use.mask
+++ /dev/null
@@ -1,55 +0,0 @@
-# this is a list of USE flags
-# that should not be used on PPC64
-# Tom Gall <tgall@gentoo.org> manages this list
-mplayer
-ruby
-mono
-
-# should be ok
-jikes
-junit
-
-guile
-
-# need to test libaio
-aio
-# needs some asm written
-ocaml
-
-# 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_cyrix
-video_cards_i128
-video_cards_i740
-video_cards_intel
-video_cards_neomagic
-video_cards_nsc
-video_cards_rendition
-video_cards_siliconmotion
-video_cards_sis
-video_cards_tga
-video_cards_tseng
-video_cards_vesa
-video_cards_via
-
-# 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
-
-# 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
diff --git a/profiles/hardened/linux/uclibc/amd64/eapi b/profiles/hardened/linux/uclibc/amd64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/amd64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/amd64/make.defaults b/profiles/hardened/linux/uclibc/amd64/make.defaults
deleted file mode 100644
index 90e4da7..0000000
--- a/profiles/hardened/linux/uclibc/amd64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $
-
-ARCH="amd64"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="x86_64-gentoo-linux-uclibc"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/uclibc/amd64/parent b/profiles/hardened/linux/uclibc/amd64/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/amd64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/amd64/use.force b/profiles/hardened/linux/uclibc/amd64/use.force
deleted file mode 100644
index df126ae..0000000
--- a/profiles/hardened/linux/uclibc/amd64/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.force,v 1.1 2012/11/21 18:15:47 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-amd64
diff --git a/profiles/hardened/linux/uclibc/amd64/use.mask b/profiles/hardened/linux/uclibc/amd64/use.mask
deleted file mode 100644
index bc6d5a4..0000000
--- a/profiles/hardened/linux/uclibc/amd64/use.mask
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.3 2013/06/01 03:05:24 blueness Exp $
-
-# Unmask the flag which corresponds to ARCH.
--amd64
-
-# unmask all SIMD assembler flags
--mmx
--mmxext
--sse
--sse2
--sse3
--sse4
--sse4a
--ssse3
--3dnow
--3dnowext
-
-# Lilo works on amd64
--lilo
-
-# These work
--input_devices_synaptics
--input_devices_wacom
--video_cards_qxl
diff --git a/profiles/hardened/linux/uclibc/arm/armv6j/eapi b/profiles/hardened/linux/uclibc/arm/armv6j/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/arm/armv6j/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/arm/armv6j/make.defaults b/profiles/hardened/linux/uclibc/arm/armv6j/make.defaults
deleted file mode 100644
index 78a0db6..0000000
--- a/profiles/hardened/linux/uclibc/arm/armv6j/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/armv6j/make.defaults,v 1.3 2013/06/14 12:55:51 blueness Exp $
-
-CHOST="armv6j-hardfloat-linux-uclibceabi"
-CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/uclibc/arm/armv6j/parent b/profiles/hardened/linux/uclibc/arm/armv6j/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/arm/armv6j/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/arm/armv7a/eapi b/profiles/hardened/linux/uclibc/arm/armv7a/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/arm/armv7a/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/arm/armv7a/make.defaults b/profiles/hardened/linux/uclibc/arm/armv7a/make.defaults
deleted file mode 100644
index 95e4960..0000000
--- a/profiles/hardened/linux/uclibc/arm/armv7a/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/armv7a/make.defaults,v 1.3 2013/06/14 12:55:51 blueness Exp $
-
-CHOST="armv7a-hardfloat-linux-uclibceabi"
-CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/uclibc/arm/armv7a/parent b/profiles/hardened/linux/uclibc/arm/armv7a/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/arm/armv7a/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/arm/eapi b/profiles/hardened/linux/uclibc/arm/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/arm/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/arm/make.defaults b/profiles/hardened/linux/uclibc/arm/make.defaults
deleted file mode 100644
index a33b3a9..0000000
--- a/profiles/hardened/linux/uclibc/arm/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/make.defaults,v 1.2 2012/10/07 11:42:37 blueness Exp $
-
-ARCH="arm"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="arm-unknown-linux-uclibc"
-CFLAGS="-O2"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/uclibc/arm/parent b/profiles/hardened/linux/uclibc/arm/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/arm/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/arm/use.force b/profiles/hardened/linux/uclibc/arm/use.force
deleted file mode 100644
index dee102a..0000000
--- a/profiles/hardened/linux/uclibc/arm/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-arm
diff --git a/profiles/hardened/linux/uclibc/arm/use.mask b/profiles/hardened/linux/uclibc/arm/use.mask
deleted file mode 100644
index dd8155c..0000000
--- a/profiles/hardened/linux/uclibc/arm/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/use.mask,v 1.1 2012/11/20 16:24:59 blueness Exp $
-
-# Unmask the flag which corresponds to ARCH.
--arm
diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults
deleted file mode 100644
index 0daccd2..0000000
--- a/profiles/hardened/linux/uclibc/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v 1.5 2013/05/28 14:48:04 blueness Exp $
-
-PORTAGE_LIBC="uClibc"
-ELIBC=uclibc
-
-FEATURES="sandbox sfperms strict"
-
-USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
-
-SYMLINK_LIB="no"
diff --git a/profiles/hardened/linux/uclibc/mips/eapi b/profiles/hardened/linux/uclibc/mips/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/mips/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/mips/make.defaults b/profiles/hardened/linux/uclibc/mips/make.defaults
deleted file mode 100644
index 9399b1d..0000000
--- a/profiles/hardened/linux/uclibc/mips/make.defaults
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/make.defaults,v 1.4 2013/08/03 21:18:24 blueness Exp $
-
-ARCH="mips"
-ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"
-
-CHOST="mips-gentoo-linux-uclibc"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-
-DEFAULT_ABI="o32"
-ABI="${DEFAULT_ABI}"
-LIBDIR_o32="lib"
diff --git a/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults b/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults
deleted file mode 100644
index 7df601f..0000000
--- a/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $
-
-CHOST="mipsel-gentoo-linux-uclibc"
diff --git a/profiles/hardened/linux/uclibc/mips/mipsel/parent b/profiles/hardened/linux/uclibc/mips/mipsel/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/mips/mipsel/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/mips/parent b/profiles/hardened/linux/uclibc/mips/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/mips/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/mips/use.force b/profiles/hardened/linux/uclibc/mips/use.force
deleted file mode 100644
index 7662780..0000000
--- a/profiles/hardened/linux/uclibc/mips/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-mips
diff --git a/profiles/hardened/linux/uclibc/mips/use.mask b/profiles/hardened/linux/uclibc/mips/use.mask
deleted file mode 100644
index 110c1bc..0000000
--- a/profiles/hardened/linux/uclibc/mips/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/use.mask,v 1.1 2012/11/20 16:24:59 blueness Exp $
-
-# Unmask the flag which corresponds to ARCH.
--mips
diff --git a/profiles/hardened/linux/uclibc/packages b/profiles/hardened/linux/uclibc/packages
deleted file mode 100644
index 9978e1e..0000000
--- a/profiles/hardened/linux/uclibc/packages
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/packages,v 1.2 2012/10/07 11:42:37 blueness Exp $
-
-*app-misc/pax-utils
-*dev-libs/libiconv
--*sys-apps/man-pages
diff --git a/profiles/hardened/linux/uclibc/packages.build b/profiles/hardened/linux/uclibc/packages.build
deleted file mode 100644
index 4dbd258..0000000
--- a/profiles/hardened/linux/uclibc/packages.build
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/packages.build,v 1.3 2012/10/25 23:57:41 blueness Exp $
-
-# This file lists extra packages needed to build for
-# a stage 1 based on this profile.
-
-dev-util/pkgconfig
-dev-libs/libiconv
-sys-apps/attr
-dev-python/pyxattr
diff --git a/profiles/hardened/linux/uclibc/parent b/profiles/hardened/linux/uclibc/parent
deleted file mode 100644
index c3ff51e..0000000
--- a/profiles/hardened/linux/uclibc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../base/
-../../../default/linux
diff --git a/profiles/hardened/linux/uclibc/ppc/eapi b/profiles/hardened/linux/uclibc/ppc/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/ppc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/ppc/make.defaults b/profiles/hardened/linux/uclibc/ppc/make.defaults
deleted file mode 100644
index 282e43d..0000000
--- a/profiles/hardened/linux/uclibc/ppc/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/make.defaults,v 1.3 2012/10/08 17:57:52 blueness Exp $
-
-ARCH="ppc"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="powerpc-gentoo-linux-uclibc"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/uclibc/ppc/package.use.mask b/profiles/hardened/linux/uclibc/ppc/package.use.mask
deleted file mode 100644
index 786961b..0000000
--- a/profiles/hardened/linux/uclibc/ppc/package.use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/package.use.mask,v 1.2 2012/10/07 11:42:38 blueness Exp $
-
-dev-libs/libpcre cxx
-sys-libs/ncurses cxx
diff --git a/profiles/hardened/linux/uclibc/ppc/parent b/profiles/hardened/linux/uclibc/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/ppc/use.force b/profiles/hardened/linux/uclibc/ppc/use.force
deleted file mode 100644
index 8d7a826..0000000
--- a/profiles/hardened/linux/uclibc/ppc/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-ppc
diff --git a/profiles/hardened/linux/uclibc/use.force b/profiles/hardened/linux/uclibc/use.force
deleted file mode 100644
index 87a29fe..0000000
--- a/profiles/hardened/linux/uclibc/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.force,v 1.3 2012/10/07 15:57:43 blueness Exp $
-
-elibc_uclibc
-uclibc
diff --git a/profiles/hardened/linux/uclibc/use.mask b/profiles/hardened/linux/uclibc/use.mask
deleted file mode 100644
index d51b1c3..0000000
--- a/profiles/hardened/linux/uclibc/use.mask
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v 1.4 2013/05/28 14:48:04 blueness Exp $
-
-nls
-pam
-
-emul-linux-x86
--uclibc
-
--elibc_uclibc
-elibc_glibc
-
--hardened
diff --git a/profiles/hardened/linux/uclibc/x86/eapi b/profiles/hardened/linux/uclibc/x86/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/uclibc/x86/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/uclibc/x86/make.defaults b/profiles/hardened/linux/uclibc/x86/make.defaults
deleted file mode 100644
index a047b68..0000000
--- a/profiles/hardened/linux/uclibc/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults,v 1.3 2012/10/08 17:57:52 blueness Exp $
-
-ARCH="x86"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="i686-gentoo-linux-uclibc"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/uclibc/x86/parent b/profiles/hardened/linux/uclibc/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/uclibc/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/uclibc/x86/use.force b/profiles/hardened/linux/uclibc/x86/use.force
deleted file mode 100644
index b886e6b..0000000
--- a/profiles/hardened/linux/uclibc/x86/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
-
-# Force the flag which corresponds to ARCH.
-x86
diff --git a/profiles/hardened/linux/uclibc/x86/use.mask b/profiles/hardened/linux/uclibc/x86/use.mask
deleted file mode 100644
index ac2458f..0000000
--- a/profiles/hardened/linux/uclibc/x86/use.mask
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.3 2013/05/28 15:18:43 blueness Exp $
-
-# Unmask the flag which corresponds to ARCH.
--x86
-
-# unmask all SIMD assembler flags
--mmx
--mmxext
--sse
--sse2
--sse3
--sse4
--sse4a
--ssse3
--3dnow
--3dnowext
-
-# Masked on all profiles but x86, bug #458354
--video_cards_geode
diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask
deleted file mode 100644
index ada1a49..0000000
--- a/profiles/hardened/linux/use.mask
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.18 2013/01/12 12:36:18 zorry Exp $
-
--hardened
-
-emul-linux-x86
-
-# tcc is x86-only
-tcc
-
-# precompiled headers are not compat with ASLR.
-pch
-
-# prelink is masked for hardened
-prelink
diff --git a/profiles/hardened/linux/x86/desktop/deprecated b/profiles/hardened/linux/x86/desktop/deprecated
deleted file mode 100644
index 3638124..0000000
--- a/profiles/hardened/linux/x86/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/x86
diff --git a/profiles/hardened/linux/x86/desktop/parent b/profiles/hardened/linux/x86/desktop/parent
deleted file mode 100644
index 8bd8630..0000000
--- a/profiles/hardened/linux/x86/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/desktop
diff --git a/profiles/hardened/linux/x86/developer/deprecated b/profiles/hardened/linux/x86/developer/deprecated
deleted file mode 100644
index 3638124..0000000
--- a/profiles/hardened/linux/x86/developer/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/x86
diff --git a/profiles/hardened/linux/x86/developer/parent b/profiles/hardened/linux/x86/developer/parent
deleted file mode 100644
index b558d90..0000000
--- a/profiles/hardened/linux/x86/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/developer
diff --git a/profiles/hardened/linux/x86/eapi b/profiles/hardened/linux/x86/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/hardened/linux/x86/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/x86/make.defaults b/profiles/hardened/linux/x86/make.defaults
deleted file mode 100644
index e55210b..0000000
--- a/profiles/hardened/linux/x86/make.defaults
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.13 2012/10/15 15:58:18 chithanh Exp $
-
-ARCH="x86"
-ACCEPT_KEYWORDS="x86"
-
-CHOST="i686-pc-linux-gnu"
-CFLAGS="-march=i686 -O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-
-USE="nptl"
-
-# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
-# Defaults for video drivers
-VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 intel \
-	mach64 mga nsc nv r128 radeon rendition s3 s3virge savage \
-	siliconmotion sis sisusb tdfx tga trident tseng v4l vesa 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"
diff --git a/profiles/hardened/linux/x86/minimal/deprecated b/profiles/hardened/linux/x86/minimal/deprecated
deleted file mode 100644
index 3638124..0000000
--- a/profiles/hardened/linux/x86/minimal/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/x86
diff --git a/profiles/hardened/linux/x86/minimal/make.defaults b/profiles/hardened/linux/x86/minimal/make.defaults
deleted file mode 100644
index 141c258..0000000
--- a/profiles/hardened/linux/x86/minimal/make.defaults
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v 1.4 2012/06/16 11:44:13 jlec Exp $
-
-# - TESTING PROFILE - TESTING PROFILE - 
-#  ------ USE AT YOUR OWN RISK ------
-
-USE="-* crypt hardened minimal multicall ncurses pic readline zlib"
-
-CFLAGS="-march=i686 -Os -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-FEATURES="nodoc noinfo noman"
-
diff --git a/profiles/hardened/linux/x86/minimal/parent b/profiles/hardened/linux/x86/minimal/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/hardened/linux/x86/minimal/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/hardened/linux/x86/package.use.mask b/profiles/hardened/linux/x86/package.use.mask
deleted file mode 100644
index 010e4be..0000000
--- a/profiles/hardened/linux/x86/package.use.mask
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v 1.19 2012/12/27 11:17:38 pinkbyte Exp $
-
-# cyrus-sasl doesn't work w/ USE=berkdb (#192753)
-dev-libs/cyrus-sasl berkdb
-
-# Rick Farina <zerochaos@gentoo.org> (26 Nov 2012)
-# mask X and tools for we still miss the docs for revdep-pax
-# else hell will rule. (RWX in the libs)
-# Propogating changes from amd64.
-# Bug 433121
-x11-drivers/nvidia-drivers X tools
-
-# Magnus Granberg <zorry@gentoo.org> (29 Nov 2012)
-# Bug #444786 disable nvidia on app-admin/conky 
-app-admin/conky nvidia
diff --git a/profiles/hardened/linux/x86/parent b/profiles/hardened/linux/x86/parent
deleted file mode 100644
index e93ab13..0000000
--- a/profiles/hardened/linux/x86/parent
+++ /dev/null
@@ -1,4 +0,0 @@
-../../../base
-../../../default/linux
-../../../arch/x86
-..
diff --git a/profiles/hardened/linux/x86/selinux/parent b/profiles/hardened/linux/x86/selinux/parent
deleted file mode 100644
index e5c7cef..0000000
--- a/profiles/hardened/linux/x86/selinux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../features/selinux
diff --git a/profiles/hardened/linux/x86/server/deprecated b/profiles/hardened/linux/x86/server/deprecated
deleted file mode 100644
index 3638124..0000000
--- a/profiles/hardened/linux/x86/server/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-hardened/linux/x86
diff --git a/profiles/hardened/linux/x86/server/parent b/profiles/hardened/linux/x86/server/parent
deleted file mode 100644
index 9c7a195..0000000
--- a/profiles/hardened/linux/x86/server/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../targets/server
diff --git a/profiles/hardened/linux/x86/use.mask b/profiles/hardened/linux/x86/use.mask
deleted file mode 100644
index e12e5c6..0000000
--- a/profiles/hardened/linux/x86/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/use.mask,v 1.7 2012/11/27 02:03:24 zerochaos Exp $
-
-# Rick Farina <zerochaos@gentoo.org> 26 Nov 2012          
-video_cards_nvidia
-# removing mask on nvidia use flag as it is used by monitoring tools
-# which may be desireable for cuda users
-#nvidia
-# adjusting use flag mask as nvidia-drivers are usable for cuda at least
-#cuda
diff --git a/profiles/prefix/aix/5.2.0.0/package.provided b/profiles/prefix/aix/5.2.0.0/package.provided
deleted file mode 100644
index 3bb025e..0000000
--- a/profiles/prefix/aix/5.2.0.0/package.provided
+++ /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/prefix/aix/5.2.0.0/package.provided,v 1.1 2009/06/06 03:54:34 solar Exp $
-
-sys-aix/libc-5.2
diff --git a/profiles/prefix/aix/5.2.0.0/parent b/profiles/prefix/aix/5.2.0.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/5.2.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/5.2.0.0/ppc/make.defaults b/profiles/prefix/aix/5.2.0.0/ppc/make.defaults
deleted file mode 100644
index ca1155a..0000000
--- a/profiles/prefix/aix/5.2.0.0/ppc/make.defaults
+++ /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/prefix/aix/5.2.0.0/ppc/make.defaults,v 1.1 2009/06/06 03:54:35 solar Exp $
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix5.2.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"
diff --git a/profiles/prefix/aix/5.2.0.0/ppc/parent b/profiles/prefix/aix/5.2.0.0/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/5.2.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/5.3.0.0/package.provided b/profiles/prefix/aix/5.3.0.0/package.provided
deleted file mode 100644
index 34cd5db..0000000
--- a/profiles/prefix/aix/5.3.0.0/package.provided
+++ /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/prefix/aix/5.3.0.0/package.provided,v 1.1 2009/06/06 03:54:35 solar Exp $
-
-sys-aix/libc-5.3
diff --git a/profiles/prefix/aix/5.3.0.0/parent b/profiles/prefix/aix/5.3.0.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/5.3.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/5.3.0.0/ppc/make.defaults b/profiles/prefix/aix/5.3.0.0/ppc/make.defaults
deleted file mode 100644
index fa4bf24..0000000
--- a/profiles/prefix/aix/5.3.0.0/ppc/make.defaults
+++ /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/prefix/aix/5.3.0.0/ppc/make.defaults,v 1.1 2009/06/06 03:54:36 solar Exp $
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix5.3.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"
diff --git a/profiles/prefix/aix/5.3.0.0/ppc/parent b/profiles/prefix/aix/5.3.0.0/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/5.3.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/6.1.0.0/package.provided b/profiles/prefix/aix/6.1.0.0/package.provided
deleted file mode 100644
index 85520cf..0000000
--- a/profiles/prefix/aix/6.1.0.0/package.provided
+++ /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/prefix/aix/6.1.0.0/package.provided,v 1.1 2009/06/06 03:54:36 solar Exp $
-
-sys-aix/libc-6.1
diff --git a/profiles/prefix/aix/6.1.0.0/parent b/profiles/prefix/aix/6.1.0.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/6.1.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/6.1.0.0/ppc/make.defaults b/profiles/prefix/aix/6.1.0.0/ppc/make.defaults
deleted file mode 100644
index 862942a..0000000
--- a/profiles/prefix/aix/6.1.0.0/ppc/make.defaults
+++ /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/prefix/aix/6.1.0.0/ppc/make.defaults,v 1.1 2009/06/06 03:54:37 solar Exp $
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix6.1.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"
diff --git a/profiles/prefix/aix/6.1.0.0/ppc/parent b/profiles/prefix/aix/6.1.0.0/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/6.1.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/7.1.0.0/package.provided b/profiles/prefix/aix/7.1.0.0/package.provided
deleted file mode 100644
index 584a329..0000000
--- a/profiles/prefix/aix/7.1.0.0/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/7.1.0.0/package.provided,v 1.1 2012/03/12 14:33:53 haubi Exp $
-
-sys-aix/libc-7.1
diff --git a/profiles/prefix/aix/7.1.0.0/parent b/profiles/prefix/aix/7.1.0.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/7.1.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/7.1.0.0/ppc/make.defaults b/profiles/prefix/aix/7.1.0.0/ppc/make.defaults
deleted file mode 100644
index b96ac6a..0000000
--- a/profiles/prefix/aix/7.1.0.0/ppc/make.defaults
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/7.1.0.0/ppc/make.defaults,v 1.1 2012/03/12 14:33:53 haubi Exp $
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix7.1.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"
diff --git a/profiles/prefix/aix/7.1.0.0/ppc/parent b/profiles/prefix/aix/7.1.0.0/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/aix/7.1.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults
deleted file mode 100644
index b8cb99e..0000000
--- a/profiles/prefix/aix/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.2 2009/06/30 16:34:58 darkside Exp $
-
-# System-wide defaults for all AIX profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="AIX"
-KERNEL="AIX"
-
-# no scanelf
-FEATURES="nostrip"
diff --git a/profiles/prefix/aix/package.use.force b/profiles/prefix/aix/package.use.force
deleted file mode 100644
index 99c639d..0000000
--- a/profiles/prefix/aix/package.use.force
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.use.force,v 1.1 2009/06/06 03:54:34 solar Exp $
-
-# Michael Haubenwallner <haubi@gentoo.org> (2009-03-18)
-# Plugins need to be built and installed using libtool (#261186)
-net-nds/openldap minimal
-
-# Michael Haubenwallner <haubi@gentoo.org> (2008-05-09)
-# Gentoo's PIE patch for gcc-3 does not work on AIX.
-# One might want to use gcc-3.4 on AIX, because IBM Rational Purify
-# might not support gcc-4. The first gcc-support (gcc-3.4) has come
-# with PurifyPlus Interim Fix v7.0.0.0-010 (released in February 2008).
-=sys-devel/gcc-3* nopie
diff --git a/profiles/prefix/aix/package.use.mask b/profiles/prefix/aix/package.use.mask
deleted file mode 100644
index f15be0c..0000000
--- a/profiles/prefix/aix/package.use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.use.mask,v 1.2 2012/02/16 12:46:57 haubi Exp $
-
-# Michael Haubenwallner <haubi@gentoo.org> (16 Feb 2012)
-# JIT implementation in pcre does not know about AIX.
-dev-libs/libpcre jit
-
-# Michael Haubenwallner <haubi@gentoo.org> (08 May 2009)
-# IBM does not provide "Java Communications API support" for AIX
-dev-java/ibm-jdk-bin javacomm
diff --git a/profiles/prefix/aix/packages b/profiles/prefix/aix/packages
deleted file mode 100644
index e91babe..0000000
--- a/profiles/prefix/aix/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/prefix/aix/packages,v 1.1 2009/06/06 03:54:34 solar Exp $
-
-# AIX uses the native (non-source available) linker
-*sys-devel/native-cctools
-# because AIX ar isn't able to unpack .deb files, we need deb2targz
-*app-arch/deb2targz
-# need some dll helpers on AIX
-*sys-apps/aix-miscutils
diff --git a/profiles/prefix/aix/parent b/profiles/prefix/aix/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/aix/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/aix/profile.bashrc b/profiles/prefix/aix/profile.bashrc
deleted file mode 100644
index 5ca600a..0000000
--- a/profiles/prefix/aix/profile.bashrc
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/profile.bashrc,v 1.4 2010/03/10 14:48:01 haubi Exp $
-
-# never use /bin/sh as CONFIG_SHELL on AIX: it is ways too slow,
-# as well as broken in some corner cases.
-export CONFIG_SHELL=${BASH}
diff --git a/profiles/prefix/aix/use.force b/profiles/prefix/aix/use.force
deleted file mode 100644
index 5cc013f..0000000
--- a/profiles/prefix/aix/use.force
+++ /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/prefix/aix/use.force,v 1.1 2009/06/06 03:54:34 solar Exp $
-
-# Re-add AIX OS
-kernel_AIX
-elibc_AIX
diff --git a/profiles/prefix/aix/use.mask b/profiles/prefix/aix/use.mask
deleted file mode 100644
index b26f2c9..0000000
--- a/profiles/prefix/aix/use.mask
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/use.mask,v 1.4 2013/02/02 13:12:27 grobian Exp $
-
-# Re-add AIX libc
--elibc_AIX
--kernel_AIX
-
-# these will more than likely never work on AIX
-3dfx
-3dnow
-3dnowext
-acpi
-alsa
-apm
-cap
-caps
-cman
-clvm
-directfb
-divx4linux
-djbfft
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-gpm
-hardened
-icc
-icc-pgo
-mmx
-mmx2
-# the following USE flag requires device-mapper
-on-the-fly-crypt
-oss
-solid
-sse
-sse2
-svga
-sybase
-sybase-ct
-rtc
-uclibc
-voodoo3
-pvm
-v4l
diff --git a/profiles/prefix/bsd/freebsd/7.1/package.provided b/profiles/prefix/bsd/freebsd/7.1/package.provided
deleted file mode 100644
index 15d4011..0000000
--- a/profiles/prefix/bsd/freebsd/7.1/package.provided
+++ /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/prefix/bsd/freebsd/7.1/package.provided,v 1.1 2009/06/06 03:54:38 solar Exp $
-
-sys-freebsd/libc-7.1
diff --git a/profiles/prefix/bsd/freebsd/7.1/parent b/profiles/prefix/bsd/freebsd/7.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/7.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults
deleted file mode 100644
index 8fa9a74..0000000
--- a/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults
+++ /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/prefix/bsd/freebsd/7.1/x64/make.defaults,v 1.1 2009/06/06 03:54:39 solar Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd7.1"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/7.1/x64/parent b/profiles/prefix/bsd/freebsd/7.1/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/7.1/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults
deleted file mode 100644
index 883dd6e..0000000
--- a/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults
+++ /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/prefix/bsd/freebsd/7.1/x86/make.defaults,v 1.1 2009/06/06 03:54:39 solar Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd7.1"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/7.1/x86/parent b/profiles/prefix/bsd/freebsd/7.1/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/7.1/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/7.2/package.provided b/profiles/prefix/bsd/freebsd/7.2/package.provided
deleted file mode 100644
index df5d9b6..0000000
--- a/profiles/prefix/bsd/freebsd/7.2/package.provided
+++ /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/prefix/bsd/freebsd/7.2/package.provided,v 1.1 2009/06/06 03:54:40 solar Exp $
-
-sys-freebsd/libc-7.1
diff --git a/profiles/prefix/bsd/freebsd/7.2/parent b/profiles/prefix/bsd/freebsd/7.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/7.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults b/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults
deleted file mode 100644
index 7bea7da..0000000
--- a/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults
+++ /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/prefix/bsd/freebsd/7.2/x64/make.defaults,v 1.1 2009/06/06 03:54:40 solar Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd7.2"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/7.2/x64/parent b/profiles/prefix/bsd/freebsd/7.2/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/7.2/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults b/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults
deleted file mode 100644
index 15c01a6..0000000
--- a/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults
+++ /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/prefix/bsd/freebsd/7.2/x86/make.defaults,v 1.1 2009/06/06 03:54:41 solar Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd7.2"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/7.2/x86/parent b/profiles/prefix/bsd/freebsd/7.2/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/7.2/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/8.0/package.provided b/profiles/prefix/bsd/freebsd/8.0/package.provided
deleted file mode 100644
index e40fdae..0000000
--- a/profiles/prefix/bsd/freebsd/8.0/package.provided
+++ /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/prefix/bsd/freebsd/8.0/package.provided,v 1.1 2009/12/21 20:38:28 grobian Exp $
-
-sys-freebsd/libc-8.0
diff --git a/profiles/prefix/bsd/freebsd/8.0/parent b/profiles/prefix/bsd/freebsd/8.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/8.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults b/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults
deleted file mode 100644
index b9f0c20..0000000
--- a/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults
+++ /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/prefix/bsd/freebsd/8.0/x64/make.defaults,v 1.1 2009/12/21 20:38:29 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd8.0"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.0/x64/parent b/profiles/prefix/bsd/freebsd/8.0/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/8.0/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults b/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults
deleted file mode 100644
index 48dc928..0000000
--- a/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults
+++ /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/prefix/bsd/freebsd/8.0/x86/make.defaults,v 1.1 2009/12/21 20:38:29 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd8.0"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.0/x86/parent b/profiles/prefix/bsd/freebsd/8.0/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/8.0/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/8.1/package.provided b/profiles/prefix/bsd/freebsd/8.1/package.provided
deleted file mode 100644
index efb33d1..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/package.provided,v 1.1 2010/12/14 20:13:53 grobian Exp $
-
-sys-freebsd/libc-8.1
diff --git a/profiles/prefix/bsd/freebsd/8.1/parent b/profiles/prefix/bsd/freebsd/8.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults b/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults
deleted file mode 100644
index 276ab8c..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults,v 1.1 2010/12/14 20:13:53 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="sparc64-fbsd"
-CHOST="sparc64-unknown-freebsd8.1"
-ACCEPT_KEYWORDS="~sparc64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.1/sparc64/parent b/profiles/prefix/bsd/freebsd/8.1/sparc64/parent
deleted file mode 100644
index 9dbef0d..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/sparc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc64
-..
diff --git a/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults
deleted file mode 100644
index 25334f0..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults,v 1.1 2010/12/14 20:13:53 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd8.1"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.1/x64/parent b/profiles/prefix/bsd/freebsd/8.1/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults
deleted file mode 100644
index 6366dba..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults,v 1.1 2010/12/14 20:13:53 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd8.1"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.1/x86/parent b/profiles/prefix/bsd/freebsd/8.1/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/8.1/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/8.2/package.provided b/profiles/prefix/bsd/freebsd/8.2/package.provided
deleted file mode 100644
index 4f0e63e..0000000
--- a/profiles/prefix/bsd/freebsd/8.2/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.2/package.provided,v 1.1 2011/05/01 19:05:45 grobian Exp $
-
-sys-freebsd/libc-8.2
diff --git a/profiles/prefix/bsd/freebsd/8.2/parent b/profiles/prefix/bsd/freebsd/8.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/8.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults b/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults
deleted file mode 100644
index 55794d1..0000000
--- a/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults,v 1.1 2011/05/01 19:05:45 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd8.2"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.2/x64/parent b/profiles/prefix/bsd/freebsd/8.2/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/8.2/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults b/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults
deleted file mode 100644
index 01bc94b..0000000
--- a/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults,v 1.1 2011/08/04 22:04:27 abcd Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd8.2"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/8.2/x86/parent b/profiles/prefix/bsd/freebsd/8.2/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/8.2/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/9.0/package.provided b/profiles/prefix/bsd/freebsd/9.0/package.provided
deleted file mode 100644
index a986802..0000000
--- a/profiles/prefix/bsd/freebsd/9.0/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.0/package.provided,v 1.1 2011/12/26 10:50:45 grobian Exp $
-
-sys-freebsd/libc-9.0
diff --git a/profiles/prefix/bsd/freebsd/9.0/parent b/profiles/prefix/bsd/freebsd/9.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/9.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults b/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults
deleted file mode 100644
index bf8ae0e..0000000
--- a/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults,v 1.1 2011/12/26 10:50:45 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd9.0"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/9.0/x64/parent b/profiles/prefix/bsd/freebsd/9.0/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/9.0/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults b/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults
deleted file mode 100644
index ee52fc1..0000000
--- a/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults,v 1.1 2011/12/26 10:50:45 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd9.0"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/9.0/x86/parent b/profiles/prefix/bsd/freebsd/9.0/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/9.0/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/9.1/package.provided b/profiles/prefix/bsd/freebsd/9.1/package.provided
deleted file mode 100644
index abd40c8..0000000
--- a/profiles/prefix/bsd/freebsd/9.1/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/package.provided,v 1.2 2012/07/31 16:44:36 grobian Exp $
-
-sys-freebsd/libc-9.1
diff --git a/profiles/prefix/bsd/freebsd/9.1/parent b/profiles/prefix/bsd/freebsd/9.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/9.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults
deleted file mode 100644
index e7810b0..0000000
--- a/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults,v 1.2 2012/07/31 16:44:36 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="amd64-fbsd"
-CHOST="x86_64-pc-freebsd9.1"
-ACCEPT_KEYWORDS="~x64-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/parent b/profiles/prefix/bsd/freebsd/9.1/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/bsd/freebsd/9.1/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults
deleted file mode 100644
index 8954b89..0000000
--- a/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults,v 1.2 2012/07/31 16:44:36 grobian Exp $
-
-# retain backwards compatability for freebsd keywords/conditionals
-ARCH="x86-fbsd"
-CHOST="i686-pc-freebsd9.1"
-ACCEPT_KEYWORDS="~x86-freebsd"
-
diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/parent b/profiles/prefix/bsd/freebsd/9.1/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/bsd/freebsd/9.1/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask b/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask
deleted file mode 100644
index 9aa1de6..0000000
--- a/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $
-
-# All the FreeBSD profiles inherit from their matching arch profile here.
-
-
diff --git a/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask b/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask
deleted file mode 100644
index 0b71a0d..0000000
--- a/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the FreeBSD profiles inherit from their matching arch profile here.
-
-
diff --git a/profiles/prefix/bsd/freebsd/arch/x64/parent b/profiles/prefix/bsd/freebsd/arch/x64/parent
deleted file mode 100644
index e6e4a52..0000000
--- a/profiles/prefix/bsd/freebsd/arch/x64/parent
+++ /dev/null
@@ -1 +0,0 @@
-../x86
diff --git a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
deleted file mode 100644
index 8a26c66..0000000
--- a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:34 tetromino Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the FreeBSD profiles inherit from their matching arch profile here.
-
-
-# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
-# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
-# it's masked in base profile and unmasked here (bug #396313).
-net-libs/webkit-gtk -jit
diff --git a/profiles/prefix/bsd/freebsd/make.defaults b/profiles/prefix/bsd/freebsd/make.defaults
deleted file mode 100644
index 2c4fb0e..0000000
--- a/profiles/prefix/bsd/freebsd/make.defaults
+++ /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/prefix/bsd/freebsd/make.defaults,v 1.2 2009/06/30 16:34:59 darkside Exp $
-
-# System-wide defaults for all FreeBSD profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="FreeBSD"
-KERNEL="FreeBSD"
diff --git a/profiles/prefix/bsd/freebsd/parent b/profiles/prefix/bsd/freebsd/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/freebsd/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/freebsd/use.force b/profiles/prefix/bsd/freebsd/use.force
deleted file mode 100644
index 96f1c3f..0000000
--- a/profiles/prefix/bsd/freebsd/use.force
+++ /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/prefix/bsd/freebsd/use.force,v 1.1 2009/06/06 03:54:37 solar Exp $
-
-# Re-add FreeBSD OS
-kernel_FreeBSD
-elibc_FreeBSD
diff --git a/profiles/prefix/bsd/freebsd/use.mask b/profiles/prefix/bsd/freebsd/use.mask
deleted file mode 100644
index d11d12f..0000000
--- a/profiles/prefix/bsd/freebsd/use.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/prefix/bsd/freebsd/use.mask,v 1.1 2009/06/06 03:54:37 solar Exp $
-
-# Re-add FreeBSD libc
--elibc_FreeBSD
--kernel_FreeBSD
-
diff --git a/profiles/prefix/bsd/netbsd/4.0/package.provided b/profiles/prefix/bsd/netbsd/4.0/package.provided
deleted file mode 100644
index 2b0157f..0000000
--- a/profiles/prefix/bsd/netbsd/4.0/package.provided
+++ /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/prefix/bsd/netbsd/4.0/package.provided,v 1.1 2009/06/06 03:54:42 solar Exp $
-
-sys-netbsd/libc-4.0
diff --git a/profiles/prefix/bsd/netbsd/4.0/parent b/profiles/prefix/bsd/netbsd/4.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/netbsd/4.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults b/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults
deleted file mode 100644
index e566094..0000000
--- a/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults
+++ /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/prefix/bsd/netbsd/4.0/x86/make.defaults,v 1.1 2009/06/06 03:54:42 solar Exp $
-
-ARCH="x86-netbsd"
-# we use *-netbsdelf* to avoid the need to patch binutils, gcc and co
-CHOST="i686-pc-netbsdelf4.0"
-ACCEPT_KEYWORDS="~x86-netbsd"
diff --git a/profiles/prefix/bsd/netbsd/4.0/x86/parent b/profiles/prefix/bsd/netbsd/4.0/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/netbsd/4.0/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/netbsd/make.defaults b/profiles/prefix/bsd/netbsd/make.defaults
deleted file mode 100644
index 0bd0588..0000000
--- a/profiles/prefix/bsd/netbsd/make.defaults
+++ /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/prefix/bsd/netbsd/make.defaults,v 1.2 2009/06/30 16:34:59 darkside Exp $
-
-# System-wide defaults for all NetBSD profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="NetBSD"
-KERNEL="NetBSD"
diff --git a/profiles/prefix/bsd/netbsd/parent b/profiles/prefix/bsd/netbsd/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/netbsd/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/netbsd/use.force b/profiles/prefix/bsd/netbsd/use.force
deleted file mode 100644
index aa40905..0000000
--- a/profiles/prefix/bsd/netbsd/use.force
+++ /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/prefix/bsd/netbsd/use.force,v 1.1 2009/06/06 03:54:41 solar Exp $
-
-# Re-add NetBSD OS
-kernel_NetBSD
-elibc_NetBSD
diff --git a/profiles/prefix/bsd/netbsd/use.mask b/profiles/prefix/bsd/netbsd/use.mask
deleted file mode 100644
index 5a8b228..0000000
--- a/profiles/prefix/bsd/netbsd/use.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/prefix/bsd/netbsd/use.mask,v 1.1 2009/06/06 03:54:41 solar Exp $
-
-# Re-add NetBSD libc
--elibc_NetBSD
--kernel_NetBSD
-
diff --git a/profiles/prefix/bsd/openbsd/4.2/package.provided b/profiles/prefix/bsd/openbsd/4.2/package.provided
deleted file mode 100644
index 4ad8229..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/package.provided
+++ /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/prefix/bsd/openbsd/4.2/package.provided,v 1.1 2009/06/06 03:54:43 solar Exp $
-
-sys-openbsd/libc-4.2
diff --git a/profiles/prefix/bsd/openbsd/4.2/parent b/profiles/prefix/bsd/openbsd/4.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults b/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults
deleted file mode 100644
index fa5a1b1..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults
+++ /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/prefix/bsd/openbsd/4.2/ppc/make.defaults,v 1.1 2009/06/06 03:54:44 solar Exp $
-
-ARCH="ppc-openbsd"
-CHOST="powerpc-unknown-openbsd4.2"
-ACCEPT_KEYWORDS="~ppc-openbsd"
-
diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/parent b/profiles/prefix/bsd/openbsd/4.2/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults b/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults
deleted file mode 100644
index da44440..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults
+++ /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/prefix/bsd/openbsd/4.2/x64/make.defaults,v 1.1 2009/06/06 03:54:44 solar Exp $
-
-ARCH="x64-openbsd"
-CHOST="x86_64-pc-openbsd4.2"
-ACCEPT_KEYWORDS="~x64-openbsd"
-
diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/parent b/profiles/prefix/bsd/openbsd/4.2/x64/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/x64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults b/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults
deleted file mode 100644
index ab1f476..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults
+++ /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/prefix/bsd/openbsd/4.2/x86/make.defaults,v 1.1 2009/06/06 03:54:45 solar Exp $
-
-ARCH="x86-openbsd"
-CHOST="i686-pc-openbsd4.2"
-ACCEPT_KEYWORDS="~x86-openbsd"
-
diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/parent b/profiles/prefix/bsd/openbsd/4.2/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/openbsd/4.2/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/openbsd/make.defaults b/profiles/prefix/bsd/openbsd/make.defaults
deleted file mode 100644
index b692bde..0000000
--- a/profiles/prefix/bsd/openbsd/make.defaults
+++ /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/prefix/bsd/openbsd/make.defaults,v 1.2 2009/06/30 16:35:00 darkside Exp $
-
-# System-wide defaults for all OpenBSD profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="OpenBSD"
-KERNEL="OpenBSD"
diff --git a/profiles/prefix/bsd/openbsd/parent b/profiles/prefix/bsd/openbsd/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/bsd/openbsd/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/bsd/openbsd/use.force b/profiles/prefix/bsd/openbsd/use.force
deleted file mode 100644
index 2198030..0000000
--- a/profiles/prefix/bsd/openbsd/use.force
+++ /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/prefix/bsd/openbsd/use.force,v 1.1 2009/06/06 03:54:43 solar Exp $
-
-# Re-add OpenBSD OS
-kernel_OpenBSD
-elibc_OpenBSD
diff --git a/profiles/prefix/bsd/openbsd/use.mask b/profiles/prefix/bsd/openbsd/use.mask
deleted file mode 100644
index 5276a4d..0000000
--- a/profiles/prefix/bsd/openbsd/use.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/prefix/bsd/openbsd/use.mask,v 1.1 2009/06/06 03:54:43 solar Exp $
-
-# Re-add OpenBSD libc
--elibc_OpenBSD
--kernel_OpenBSD
-
diff --git a/profiles/prefix/bsd/package.use.mask b/profiles/prefix/bsd/package.use.mask
deleted file mode 100644
index fdb9082..0000000
--- a/profiles/prefix/bsd/package.use.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/prefix/bsd/package.use.mask,v 1.1 2009/09/30 10:19:53 haubi Exp $
-
-# Michael Haubenwallner <haubi@gentoo.org> (30 Sep 2009)
-# *bsd do have an uuid implementation in libc (#230981).
-x11-libs/libSM -uuid
diff --git a/profiles/prefix/bsd/packages b/profiles/prefix/bsd/packages
deleted file mode 100644
index bd1b8fc..0000000
--- a/profiles/prefix/bsd/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/packages,v 1.2 2009/06/21 13:21:07 grobian Exp $
-
-*sys-devel/binutils
-*sys-process/pidof-bsd
diff --git a/profiles/prefix/bsd/parent b/profiles/prefix/bsd/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/bsd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/bsd/use.mask b/profiles/prefix/bsd/use.mask
deleted file mode 100644
index b5f1000..0000000
--- a/profiles/prefix/bsd/use.mask
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/use.mask,v 1.5 2013/02/02 13:12:27 grobian Exp $
-
-# these will more than likely never work on bsd
-3dfx
-3dnow
-3dnowext
-acpi
-alsa
-apm
-cap
-caps
-cman
-clvm
-directfb
-divx4linux
-djbfft
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-gpm
-hardened
-icc
-icc-pgo
-mmx
-mmx2
-# the following USE flag requires device-mapper
-on-the-fly-crypt
-solid
-sse
-sse2
-svga
-sybase
-sybase-ct
-rtc
-uclibc
-voodoo3
-pvm
-v4l
diff --git a/profiles/prefix/darwin/macos/10.4/eapi b/profiles/prefix/darwin/macos/10.4/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/darwin/macos/10.4/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/darwin/macos/10.4/make.defaults b/profiles/prefix/darwin/macos/10.4/make.defaults
deleted file mode 100644
index c9438d7..0000000
--- a/profiles/prefix/darwin/macos/10.4/make.defaults
+++ /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/prefix/darwin/macos/10.4/make.defaults,v 1.1 2009/06/06 03:54:47 solar Exp $
-
-MACOSX_DEPLOYMENT_TARGET="10.4"
diff --git a/profiles/prefix/darwin/macos/10.4/package.provided b/profiles/prefix/darwin/macos/10.4/package.provided
deleted file mode 100644
index adf5b1e..0000000
--- a/profiles/prefix/darwin/macos/10.4/package.provided
+++ /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/prefix/darwin/macos/10.4/package.provided,v 1.1 2009/06/06 03:54:47 solar Exp $
-
-sys-darwin/libsystem-71
diff --git a/profiles/prefix/darwin/macos/10.4/package.use.mask b/profiles/prefix/darwin/macos/10.4/package.use.mask
deleted file mode 100644
index 5b704bb..0000000
--- a/profiles/prefix/darwin/macos/10.4/package.use.mask
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/package.use.mask,v 1.1 2011/12/30 15:49:34 grobian Exp $
-
-
-# Fabian Groffen <grobian@gentoo.org> (28 Apr 2008)
-# mach_override.h missing
-# http://www.erlang.org/pipermail/erlang-questions/2007-July/027870.html
-dev-lang/erlang hipe
-
-# Elias Pipping <pipping@gentoo.org> (25 Nov 2007)
-# there's no (official) java6 on macosx
-dev-util/checkstyle test
diff --git a/profiles/prefix/darwin/macos/10.4/parent b/profiles/prefix/darwin/macos/10.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/10.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/10.4/ppc/make.defaults b/profiles/prefix/darwin/macos/10.4/ppc/make.defaults
deleted file mode 100644
index f979451..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc/make.defaults
+++ /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/prefix/darwin/macos/10.4/ppc/make.defaults,v 1.1 2009/06/06 03:54:47 solar Exp $
-
-ARCH="ppc-macos"
-CHOST="powerpc-apple-darwin8"
-ACCEPT_KEYWORDS="~ppc-macos"
diff --git a/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask b/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask
deleted file mode 100644
index 2b8ffe1..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask,v 1.2 2011/12/30 15:49:34 grobian Exp $
-
diff --git a/profiles/prefix/darwin/macos/10.4/ppc/parent b/profiles/prefix/darwin/macos/10.4/ppc/parent
deleted file mode 100644
index 6cb6381..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/ppc
-..
diff --git a/profiles/prefix/darwin/macos/10.4/ppc/use.mask b/profiles/prefix/darwin/macos/10.4/ppc/use.mask
deleted file mode 100644
index cf12838..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc/use.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/prefix/darwin/macos/10.4/ppc/use.mask,v 1.1 2009/06/06 03:54:47 solar Exp $
-
--altivec
diff --git a/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults b/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults
deleted file mode 100644
index ed1c06b..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults
+++ /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/prefix/darwin/macos/10.4/ppc64/make.defaults,v 1.1 2009/06/06 03:54:48 solar Exp $
-
-ARCH="ppc64-macos"
-CHOST="powerpc64-apple-darwin8"
-ACCEPT_KEYWORDS="~ppc64-macos"
diff --git a/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask b/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask
deleted file mode 100644
index d0c06b6..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask,v 1.2 2011/12/30 15:49:34 grobian Exp $
-
diff --git a/profiles/prefix/darwin/macos/10.4/ppc64/parent b/profiles/prefix/darwin/macos/10.4/ppc64/parent
deleted file mode 100644
index 4d64089..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/ppc64
-..
diff --git a/profiles/prefix/darwin/macos/10.4/ppc64/use.mask b/profiles/prefix/darwin/macos/10.4/ppc64/use.mask
deleted file mode 100644
index 3dd174c..0000000
--- a/profiles/prefix/darwin/macos/10.4/ppc64/use.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/prefix/darwin/macos/10.4/ppc64/use.mask,v 1.1 2009/06/06 03:54:48 solar Exp $
-
--altivec
diff --git a/profiles/prefix/darwin/macos/10.4/profile.bashrc b/profiles/prefix/darwin/macos/10.4/profile.bashrc
deleted file mode 100644
index 254f794..0000000
--- a/profiles/prefix/darwin/macos/10.4/profile.bashrc
+++ /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/prefix/darwin/macos/10.4/profile.bashrc,v 1.1 2009/06/06 03:54:47 solar Exp $
-
-export MACOSX_DEPLOYMENT_TARGET=10.4
diff --git a/profiles/prefix/darwin/macos/10.4/x86/make.defaults b/profiles/prefix/darwin/macos/10.4/x86/make.defaults
deleted file mode 100644
index bba2e1d..0000000
--- a/profiles/prefix/darwin/macos/10.4/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $
-
-ARCH="x86-macos"
-CHOST="i686-apple-darwin8"
-ACCEPT_KEYWORDS="~x86-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to prescott for all MacTel users, as this enables SSE and MMX
-# support in GCC
-CFLAGS="-march=prescott"
diff --git a/profiles/prefix/darwin/macos/10.4/x86/package.unmask b/profiles/prefix/darwin/macos/10.4/x86/package.unmask
deleted file mode 100644
index c990fd0..0000000
--- a/profiles/prefix/darwin/macos/10.4/x86/package.unmask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.unmask,v 1.1 2012/09/29 11:15:45 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (29 Sep 2012)
-# This is the only way to get Java6 here
-dev-java/soylatte-jdk-bin
diff --git a/profiles/prefix/darwin/macos/10.4/x86/package.use.force b/profiles/prefix/darwin/macos/10.4/x86/package.use.force
deleted file mode 100644
index 0db9a43..0000000
--- a/profiles/prefix/darwin/macos/10.4/x86/package.use.force
+++ /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/prefix/darwin/macos/10.4/x86/package.use.force,v 1.1 2009/06/06 03:54:48 solar Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.4/x86/package.use.mask b/profiles/prefix/darwin/macos/10.4/x86/package.use.mask
deleted file mode 100644
index 8b5d9ac..0000000
--- a/profiles/prefix/darwin/macos/10.4/x86/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.mask,v 1.4 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.4/x86/parent b/profiles/prefix/darwin/macos/10.4/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/darwin/macos/10.4/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/darwin/macos/10.4/x86/use.mask b/profiles/prefix/darwin/macos/10.4/x86/use.mask
deleted file mode 100644
index aab08f7..0000000
--- a/profiles/prefix/darwin/macos/10.4/x86/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.5/eapi b/profiles/prefix/darwin/macos/10.5/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/darwin/macos/10.5/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/darwin/macos/10.5/make.defaults b/profiles/prefix/darwin/macos/10.5/make.defaults
deleted file mode 100644
index 250751e..0000000
--- a/profiles/prefix/darwin/macos/10.5/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/make.defaults,v 1.3 2013/02/26 21:23:59 grobian Exp $
-
-MACOSX_DEPLOYMENT_TARGET="10.5"
-
-# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-# but it generates problems, #456234
-#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.5/package.provided b/profiles/prefix/darwin/macos/10.5/package.provided
deleted file mode 100644
index 65cedd8..0000000
--- a/profiles/prefix/darwin/macos/10.5/package.provided
+++ /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/prefix/darwin/macos/10.5/package.provided,v 1.1 2009/06/06 03:54:49 solar Exp $
-
-sys-darwin/libsystem-71
diff --git a/profiles/prefix/darwin/macos/10.5/package.use.mask b/profiles/prefix/darwin/macos/10.5/package.use.mask
deleted file mode 100644
index 0528d36..0000000
--- a/profiles/prefix/darwin/macos/10.5/package.use.mask
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $
-
-
-# Fabian Groffen <grobian@gentoo.org> (28 Apr 2008)
-# mach_override.h missing
-# http://www.erlang.org/pipermail/erlang-questions/2007-July/027870.html
-dev-lang/erlang hipe
-
-# Elias Pipping <pipping@gentoo.org> (25 Nov 2007)
-# there's no (official) java6 on macosx
-dev-util/checkstyle test
diff --git a/profiles/prefix/darwin/macos/10.5/parent b/profiles/prefix/darwin/macos/10.5/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/10.5/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/make.defaults b/profiles/prefix/darwin/macos/10.5/ppc/make.defaults
deleted file mode 100644
index 09f0763..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc/make.defaults
+++ /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/prefix/darwin/macos/10.5/ppc/make.defaults,v 1.1 2009/06/06 03:54:49 solar Exp $
-
-ARCH="ppc-macos"
-CHOST="powerpc-apple-darwin9"
-ACCEPT_KEYWORDS="~ppc-macos"
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.unmask b/profiles/prefix/darwin/macos/10.5/ppc/package.unmask
deleted file mode 100644
index 4240d66..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc/package.unmask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.unmask,v 1.1 2012/10/30 20:28:53 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (30 Oct 2012)
-# This is the only way to get Java7 here (no Java6 possible)
-dev-java/soylatte-jdk-bin
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.use.force b/profiles/prefix/darwin/macos/10.5/ppc/package.use.force
deleted file mode 100644
index 93280a3..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc/package.use.force
+++ /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/prefix/darwin/macos/10.5/ppc/package.use.force,v 1.1 2009/06/06 03:54:49 solar Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask b/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask
deleted file mode 100644
index 8325924..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask,v 1.10 2013/06/13 18:24:25 ulm Exp $
-
-
-# flag returns compile errors
-media-video/mplayer livecd cpudetection
-# libs mising
-media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca cdparanoia samba xanim live openal
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/parent b/profiles/prefix/darwin/macos/10.5/ppc/parent
deleted file mode 100644
index 6cb6381..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/ppc
-..
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/use.mask b/profiles/prefix/darwin/macos/10.5/ppc/use.mask
deleted file mode 100644
index 2ed7290..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc/use.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/prefix/darwin/macos/10.5/ppc/use.mask,v 1.1 2009/06/06 03:54:49 solar Exp $
-
--altivec
diff --git a/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults b/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults
deleted file mode 100644
index ae52caf..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults,v 1.1 2011/01/05 12:30:31 grobian Exp $
-
-ARCH="ppc64-macos"
-CHOST="powerpc64-apple-darwin9"
-ACCEPT_KEYWORDS="~ppc64-macos"
diff --git a/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask b/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask
deleted file mode 100644
index aa759d6..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $
-
diff --git a/profiles/prefix/darwin/macos/10.5/ppc64/parent b/profiles/prefix/darwin/macos/10.5/ppc64/parent
deleted file mode 100644
index 4d64089..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/ppc64
-..
diff --git a/profiles/prefix/darwin/macos/10.5/ppc64/use.mask b/profiles/prefix/darwin/macos/10.5/ppc64/use.mask
deleted file mode 100644
index 088b115..0000000
--- a/profiles/prefix/darwin/macos/10.5/ppc64/use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/use.mask,v 1.1 2011/01/05 12:30:31 grobian Exp $
-
--altivec
diff --git a/profiles/prefix/darwin/macos/10.5/profile.bashrc b/profiles/prefix/darwin/macos/10.5/profile.bashrc
deleted file mode 100644
index 31ca603..0000000
--- a/profiles/prefix/darwin/macos/10.5/profile.bashrc
+++ /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/prefix/darwin/macos/10.5/profile.bashrc,v 1.1 2009/06/06 03:54:49 solar Exp $
-
-export MACOSX_DEPLOYMENT_TARGET=10.5
diff --git a/profiles/prefix/darwin/macos/10.5/x64/make.defaults b/profiles/prefix/darwin/macos/10.5/x64/make.defaults
deleted file mode 100644
index e79db9c..0000000
--- a/profiles/prefix/darwin/macos/10.5/x64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $
-
-ARCH="x64-macos"
-CHOST="x86_64-apple-darwin9"
-ACCEPT_KEYWORDS="~x64-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to nocona for all MacTel users, as this enables SSE and MMX
-# support in GCC, nocona = Core2Duo = 64-bits
-CFLAGS="-march=nocona"
diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.unmask b/profiles/prefix/darwin/macos/10.5/x64/package.unmask
deleted file mode 100644
index 8289f65..0000000
--- a/profiles/prefix/darwin/macos/10.5/x64/package.unmask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/package.unmask,v 1.2 2012/11/01 16:20:08 grobian Exp $
-
diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.use.force b/profiles/prefix/darwin/macos/10.5/x64/package.use.force
deleted file mode 100644
index fceff3b..0000000
--- a/profiles/prefix/darwin/macos/10.5/x64/package.use.force
+++ /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/prefix/darwin/macos/10.5/x64/package.use.force,v 1.1 2009/06/06 03:54:50 solar Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.use.mask b/profiles/prefix/darwin/macos/10.5/x64/package.use.mask
deleted file mode 100644
index 64b290d..0000000
--- a/profiles/prefix/darwin/macos/10.5/x64/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/package.use.mask,v 1.5 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.5/x64/parent b/profiles/prefix/darwin/macos/10.5/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/darwin/macos/10.5/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/darwin/macos/10.5/x64/use.mask b/profiles/prefix/darwin/macos/10.5/x64/use.mask
deleted file mode 100644
index 6ac7baa..0000000
--- a/profiles/prefix/darwin/macos/10.5/x64/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.5/x86/make.defaults b/profiles/prefix/darwin/macos/10.5/x86/make.defaults
deleted file mode 100644
index b4a9d97..0000000
--- a/profiles/prefix/darwin/macos/10.5/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $
-
-ARCH="x86-macos"
-CHOST="i686-apple-darwin9"
-ACCEPT_KEYWORDS="~x86-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to prescott for all MacTel users, as this enables SSE and MMX
-# support in GCC
-CFLAGS="-march=prescott"
diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.unmask b/profiles/prefix/darwin/macos/10.5/x86/package.unmask
deleted file mode 100644
index c3f7961..0000000
--- a/profiles/prefix/darwin/macos/10.5/x86/package.unmask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/package.unmask,v 1.2 2012/11/01 16:20:08 grobian Exp $
-
diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.use.force b/profiles/prefix/darwin/macos/10.5/x86/package.use.force
deleted file mode 100644
index c85dc84..0000000
--- a/profiles/prefix/darwin/macos/10.5/x86/package.use.force
+++ /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/prefix/darwin/macos/10.5/x86/package.use.force,v 1.1 2009/06/06 03:54:51 solar Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.use.mask b/profiles/prefix/darwin/macos/10.5/x86/package.use.mask
deleted file mode 100644
index 40b737e..0000000
--- a/profiles/prefix/darwin/macos/10.5/x86/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/package.use.mask,v 1.6 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.5/x86/parent b/profiles/prefix/darwin/macos/10.5/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/darwin/macos/10.5/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/darwin/macos/10.5/x86/use.mask b/profiles/prefix/darwin/macos/10.5/x86/use.mask
deleted file mode 100644
index fbcf9c9..0000000
--- a/profiles/prefix/darwin/macos/10.5/x86/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.6/eapi b/profiles/prefix/darwin/macos/10.6/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/darwin/macos/10.6/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/darwin/macos/10.6/make.defaults b/profiles/prefix/darwin/macos/10.6/make.defaults
deleted file mode 100644
index 9c86730..0000000
--- a/profiles/prefix/darwin/macos/10.6/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $
-
-MACOSX_DEPLOYMENT_TARGET="10.6"
-
-# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-# but it generates problems, #456234
-#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.6/package.provided b/profiles/prefix/darwin/macos/10.6/package.provided
deleted file mode 100644
index dcb0b79..0000000
--- a/profiles/prefix/darwin/macos/10.6/package.provided
+++ /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/prefix/darwin/macos/10.6/package.provided,v 1.1 2009/08/17 09:46:54 grobian Exp $
-
-sys-darwin/libsystem-71
diff --git a/profiles/prefix/darwin/macos/10.6/package.use.mask b/profiles/prefix/darwin/macos/10.6/package.use.mask
deleted file mode 100644
index aaf2b77..0000000
--- a/profiles/prefix/darwin/macos/10.6/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/package.use.mask,v 1.3 2011/12/30 15:49:35 grobian Exp $
-
-
-# Elias Pipping <pipping@gentoo.org> (25 Nov 2007)
-# there's no (official) java6 on macosx
-dev-util/checkstyle test
diff --git a/profiles/prefix/darwin/macos/10.6/parent b/profiles/prefix/darwin/macos/10.6/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/10.6/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/10.6/profile.bashrc b/profiles/prefix/darwin/macos/10.6/profile.bashrc
deleted file mode 100644
index 16471c0..0000000
--- a/profiles/prefix/darwin/macos/10.6/profile.bashrc
+++ /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/prefix/darwin/macos/10.6/profile.bashrc,v 1.1 2009/08/17 09:46:54 grobian Exp $
-
-export MACOSX_DEPLOYMENT_TARGET=10.6
diff --git a/profiles/prefix/darwin/macos/10.6/x64/make.defaults b/profiles/prefix/darwin/macos/10.6/x64/make.defaults
deleted file mode 100644
index df956e2..0000000
--- a/profiles/prefix/darwin/macos/10.6/x64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $
-
-ARCH="x64-macos"
-CHOST="x86_64-apple-darwin10"
-ACCEPT_KEYWORDS="~x64-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to nocona for all MacTel users, as this enables SSE and MMX
-# support in GCC, nocona = Core2Duo = 64-bits
-CFLAGS="-march=nocona"
diff --git a/profiles/prefix/darwin/macos/10.6/x64/package.use.force b/profiles/prefix/darwin/macos/10.6/x64/package.use.force
deleted file mode 100644
index cc8ce82..0000000
--- a/profiles/prefix/darwin/macos/10.6/x64/package.use.force
+++ /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/prefix/darwin/macos/10.6/x64/package.use.force,v 1.1 2009/08/17 09:46:55 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.6/x64/package.use.mask b/profiles/prefix/darwin/macos/10.6/x64/package.use.mask
deleted file mode 100644
index 191ff80..0000000
--- a/profiles/prefix/darwin/macos/10.6/x64/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.5 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.6/x64/parent b/profiles/prefix/darwin/macos/10.6/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/darwin/macos/10.6/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/darwin/macos/10.6/x64/use.mask b/profiles/prefix/darwin/macos/10.6/x64/use.mask
deleted file mode 100644
index 58c690a..0000000
--- a/profiles/prefix/darwin/macos/10.6/x64/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.6/x86/make.defaults b/profiles/prefix/darwin/macos/10.6/x86/make.defaults
deleted file mode 100644
index e1e9377..0000000
--- a/profiles/prefix/darwin/macos/10.6/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults,v 1.4 2011/02/13 16:53:40 arfrever Exp $
-
-ARCH="x86-macos"
-CHOST="i686-apple-darwin10"
-ACCEPT_KEYWORDS="~x86-macos"
-
-USE="mmx mmxext sse sse2"
-# normally we set arch to prescott for all MacTel users, as this enables
-# SSE and MMX support in GCC
-CFLAGS="-march=prescott"
diff --git a/profiles/prefix/darwin/macos/10.6/x86/package.use.force b/profiles/prefix/darwin/macos/10.6/x86/package.use.force
deleted file mode 100644
index 5ef8412..0000000
--- a/profiles/prefix/darwin/macos/10.6/x86/package.use.force
+++ /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/prefix/darwin/macos/10.6/x86/package.use.force,v 1.1 2009/09/07 18:48:35 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.6/x86/package.use.mask b/profiles/prefix/darwin/macos/10.6/x86/package.use.mask
deleted file mode 100644
index 067c294..0000000
--- a/profiles/prefix/darwin/macos/10.6/x86/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.mask,v 1.6 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.6/x86/parent b/profiles/prefix/darwin/macos/10.6/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/darwin/macos/10.6/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/darwin/macos/10.6/x86/use.mask b/profiles/prefix/darwin/macos/10.6/x86/use.mask
deleted file mode 100644
index bbcc342..0000000
--- a/profiles/prefix/darwin/macos/10.6/x86/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.7/eapi b/profiles/prefix/darwin/macos/10.7/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/darwin/macos/10.7/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/darwin/macos/10.7/make.defaults b/profiles/prefix/darwin/macos/10.7/make.defaults
deleted file mode 100644
index 3319821..0000000
--- a/profiles/prefix/darwin/macos/10.7/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $
-
-MACOSX_DEPLOYMENT_TARGET="10.7"
-
-# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-# but it generates problems, #456234
-#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.7/package.provided b/profiles/prefix/darwin/macos/10.7/package.provided
deleted file mode 100644
index 324f3f2..0000000
--- a/profiles/prefix/darwin/macos/10.7/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/package.provided,v 1.1 2011/07/04 08:27:53 grobian Exp $
-
-sys-darwin/libsystem-71
diff --git a/profiles/prefix/darwin/macos/10.7/package.use.mask b/profiles/prefix/darwin/macos/10.7/package.use.mask
deleted file mode 100644
index 6eca464..0000000
--- a/profiles/prefix/darwin/macos/10.7/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/package.use.mask,v 1.1 2011/07/04 08:27:53 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (10 Apr 2011)
-# as long as util-linux installs uuid.h which breaks the system headers
-# (hence we don't) we can't do uuid support here
-x11-libs/libSM -uuid
diff --git a/profiles/prefix/darwin/macos/10.7/parent b/profiles/prefix/darwin/macos/10.7/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/10.7/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/10.7/profile.bashrc b/profiles/prefix/darwin/macos/10.7/profile.bashrc
deleted file mode 100644
index 11409a5..0000000
--- a/profiles/prefix/darwin/macos/10.7/profile.bashrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/profile.bashrc,v 1.1 2011/07/04 08:27:53 grobian Exp $
-
-export MACOSX_DEPLOYMENT_TARGET=10.7
diff --git a/profiles/prefix/darwin/macos/10.7/x64/make.defaults b/profiles/prefix/darwin/macos/10.7/x64/make.defaults
deleted file mode 100644
index ad07c48..0000000
--- a/profiles/prefix/darwin/macos/10.7/x64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/make.defaults,v 1.1 2011/07/04 08:27:54 grobian Exp $
-
-ARCH="x64-macos"
-CHOST="x86_64-apple-darwin11"
-ACCEPT_KEYWORDS="~x64-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to nocona for all MacTel users, as this enables SSE and MMX
-# support in GCC, nocona = Core2Duo = 64-bits
-CFLAGS="-march=nocona"
diff --git a/profiles/prefix/darwin/macos/10.7/x64/package.use.force b/profiles/prefix/darwin/macos/10.7/x64/package.use.force
deleted file mode 100644
index 41dd387..0000000
--- a/profiles/prefix/darwin/macos/10.7/x64/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.use.force,v 1.1 2011/07/04 08:27:54 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.7/x64/package.use.mask b/profiles/prefix/darwin/macos/10.7/x64/package.use.mask
deleted file mode 100644
index ce97a81..0000000
--- a/profiles/prefix/darwin/macos/10.7/x64/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.7/x64/parent b/profiles/prefix/darwin/macos/10.7/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/darwin/macos/10.7/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/darwin/macos/10.7/x64/use.mask b/profiles/prefix/darwin/macos/10.7/x64/use.mask
deleted file mode 100644
index 595437d..0000000
--- a/profiles/prefix/darwin/macos/10.7/x64/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.7/x86/make.defaults b/profiles/prefix/darwin/macos/10.7/x86/make.defaults
deleted file mode 100644
index 1a5a73f..0000000
--- a/profiles/prefix/darwin/macos/10.7/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/make.defaults,v 1.1 2011/07/04 08:27:54 grobian Exp $
-
-ARCH="x86-macos"
-CHOST="i686-apple-darwin11"
-ACCEPT_KEYWORDS="~x86-macos"
-
-USE="mmx mmxext sse sse2"
-# normally we set arch to prescott for all MacTel users, as this enables
-# SSE and MMX support in GCC
-CFLAGS="-march=prescott"
diff --git a/profiles/prefix/darwin/macos/10.7/x86/package.use.force b/profiles/prefix/darwin/macos/10.7/x86/package.use.force
deleted file mode 100644
index abb6d05..0000000
--- a/profiles/prefix/darwin/macos/10.7/x86/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.use.force,v 1.1 2011/07/04 08:27:54 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.7/x86/package.use.mask b/profiles/prefix/darwin/macos/10.7/x86/package.use.mask
deleted file mode 100644
index 79f4e3d..0000000
--- a/profiles/prefix/darwin/macos/10.7/x86/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.7/x86/parent b/profiles/prefix/darwin/macos/10.7/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/darwin/macos/10.7/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/darwin/macos/10.7/x86/use.mask b/profiles/prefix/darwin/macos/10.7/x86/use.mask
deleted file mode 100644
index c56108e..0000000
--- a/profiles/prefix/darwin/macos/10.7/x86/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.8/eapi b/profiles/prefix/darwin/macos/10.8/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/darwin/macos/10.8/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/darwin/macos/10.8/make.defaults b/profiles/prefix/darwin/macos/10.8/make.defaults
deleted file mode 100644
index f6c0a34..0000000
--- a/profiles/prefix/darwin/macos/10.8/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.4 2013/02/26 21:24:00 grobian Exp $
-
-MACOSX_DEPLOYMENT_TARGET="10.8"
-
-# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-# but it generates problems, #456234
-#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.8/package.provided b/profiles/prefix/darwin/macos/10.8/package.provided
deleted file mode 100644
index fd89f53..0000000
--- a/profiles/prefix/darwin/macos/10.8/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/package.provided,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-sys-darwin/libsystem-71
diff --git a/profiles/prefix/darwin/macos/10.8/package.use.mask b/profiles/prefix/darwin/macos/10.8/package.use.mask
deleted file mode 100644
index ea62448..0000000
--- a/profiles/prefix/darwin/macos/10.8/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/package.use.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (10 Apr 2011)
-# as long as util-linux installs uuid.h which breaks the system headers
-# (hence we don't) we can't do uuid support here
-x11-libs/libSM -uuid
diff --git a/profiles/prefix/darwin/macos/10.8/parent b/profiles/prefix/darwin/macos/10.8/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/10.8/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/10.8/profile.bashrc b/profiles/prefix/darwin/macos/10.8/profile.bashrc
deleted file mode 100644
index e62efd3..0000000
--- a/profiles/prefix/darwin/macos/10.8/profile.bashrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/profile.bashrc,v 1.2 2012/07/31 16:25:04 grobian Exp $
-
-export MACOSX_DEPLOYMENT_TARGET=10.8
diff --git a/profiles/prefix/darwin/macos/10.8/x64/make.defaults b/profiles/prefix/darwin/macos/10.8/x64/make.defaults
deleted file mode 100644
index 5037e73..0000000
--- a/profiles/prefix/darwin/macos/10.8/x64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-ARCH="x64-macos"
-CHOST="x86_64-apple-darwin12"
-ACCEPT_KEYWORDS="~x64-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to nocona for all MacTel users, as this enables SSE and MMX
-# support in GCC, nocona = Core2Duo = 64-bits
-CFLAGS="-march=nocona"
diff --git a/profiles/prefix/darwin/macos/10.8/x64/package.use.force b/profiles/prefix/darwin/macos/10.8/x64/package.use.force
deleted file mode 100644
index 11326e9..0000000
--- a/profiles/prefix/darwin/macos/10.8/x64/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/package.use.force,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.8/x64/package.use.mask b/profiles/prefix/darwin/macos/10.8/x64/package.use.mask
deleted file mode 100644
index ea23901..0000000
--- a/profiles/prefix/darwin/macos/10.8/x64/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/package.use.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.8/x64/parent b/profiles/prefix/darwin/macos/10.8/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/darwin/macos/10.8/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/darwin/macos/10.8/x64/use.mask b/profiles/prefix/darwin/macos/10.8/x64/use.mask
deleted file mode 100644
index f324511..0000000
--- a/profiles/prefix/darwin/macos/10.8/x64/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.8/x86/make.defaults b/profiles/prefix/darwin/macos/10.8/x86/make.defaults
deleted file mode 100644
index b353315..0000000
--- a/profiles/prefix/darwin/macos/10.8/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/make.defaults,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-ARCH="x86-macos"
-CHOST="i686-apple-darwin12"
-ACCEPT_KEYWORDS="~x86-macos"
-
-USE="mmx mmxext sse sse2"
-# normally we set arch to prescott for all MacTel users, as this enables
-# SSE and MMX support in GCC
-CFLAGS="-march=prescott"
diff --git a/profiles/prefix/darwin/macos/10.8/x86/package.use.force b/profiles/prefix/darwin/macos/10.8/x86/package.use.force
deleted file mode 100644
index a5a837a..0000000
--- a/profiles/prefix/darwin/macos/10.8/x86/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/package.use.force,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.8/x86/package.use.mask b/profiles/prefix/darwin/macos/10.8/x86/package.use.mask
deleted file mode 100644
index dc8ee8d..0000000
--- a/profiles/prefix/darwin/macos/10.8/x86/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/package.use.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.8/x86/parent b/profiles/prefix/darwin/macos/10.8/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/darwin/macos/10.8/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/darwin/macos/10.8/x86/use.mask b/profiles/prefix/darwin/macos/10.8/x86/use.mask
deleted file mode 100644
index ea83f40..0000000
--- a/profiles/prefix/darwin/macos/10.8/x86/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.9/eapi b/profiles/prefix/darwin/macos/10.9/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/darwin/macos/10.9/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/darwin/macos/10.9/make.defaults b/profiles/prefix/darwin/macos/10.9/make.defaults
deleted file mode 100644
index f9ff91d..0000000
--- a/profiles/prefix/darwin/macos/10.9/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/make.defaults,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-MACOSX_DEPLOYMENT_TARGET="10.9"
-
-# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-# but it generates problems, #456234
-#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.9/package.provided b/profiles/prefix/darwin/macos/10.9/package.provided
deleted file mode 100644
index 588f719..0000000
--- a/profiles/prefix/darwin/macos/10.9/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/package.provided,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-sys-darwin/libsystem-71
diff --git a/profiles/prefix/darwin/macos/10.9/package.use.mask b/profiles/prefix/darwin/macos/10.9/package.use.mask
deleted file mode 100644
index 60887df..0000000
--- a/profiles/prefix/darwin/macos/10.9/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/package.use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (10 Apr 2011)
-# as long as util-linux installs uuid.h which breaks the system headers
-# (hence we don't) we can't do uuid support here
-x11-libs/libSM -uuid
diff --git a/profiles/prefix/darwin/macos/10.9/parent b/profiles/prefix/darwin/macos/10.9/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/10.9/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/10.9/profile.bashrc b/profiles/prefix/darwin/macos/10.9/profile.bashrc
deleted file mode 100644
index 75ad347..0000000
--- a/profiles/prefix/darwin/macos/10.9/profile.bashrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/profile.bashrc,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-export MACOSX_DEPLOYMENT_TARGET=10.9
diff --git a/profiles/prefix/darwin/macos/10.9/x64/make.defaults b/profiles/prefix/darwin/macos/10.9/x64/make.defaults
deleted file mode 100644
index ceedcfc..0000000
--- a/profiles/prefix/darwin/macos/10.9/x64/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/make.defaults,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-ARCH="x64-macos"
-CHOST="x86_64-apple-darwin13"
-ACCEPT_KEYWORDS="~x64-macos"
-
-USE="mmx mmxext sse sse2"
-# set arch to nocona for all MacTel users, as this enables SSE and MMX
-# support in GCC, nocona = Core2Duo = 64-bits
-CFLAGS="-march=nocona"
diff --git a/profiles/prefix/darwin/macos/10.9/x64/package.use.force b/profiles/prefix/darwin/macos/10.9/x64/package.use.force
deleted file mode 100644
index 0348b39..0000000
--- a/profiles/prefix/darwin/macos/10.9/x64/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.force,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.9/x64/package.use.mask b/profiles/prefix/darwin/macos/10.9/x64/package.use.mask
deleted file mode 100644
index 8598cc4..0000000
--- a/profiles/prefix/darwin/macos/10.9/x64/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.9/x64/parent b/profiles/prefix/darwin/macos/10.9/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/darwin/macos/10.9/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/darwin/macos/10.9/x64/use.mask b/profiles/prefix/darwin/macos/10.9/x64/use.mask
deleted file mode 100644
index 6c8b8ae..0000000
--- a/profiles/prefix/darwin/macos/10.9/x64/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/10.9/x86/make.defaults b/profiles/prefix/darwin/macos/10.9/x86/make.defaults
deleted file mode 100644
index 847d8d9..0000000
--- a/profiles/prefix/darwin/macos/10.9/x86/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/make.defaults,v 1.1 2013/10/31 18:02:30 grobian Exp $
-
-ARCH="x86-macos"
-CHOST="i686-apple-darwin13"
-ACCEPT_KEYWORDS="~x86-macos"
-
-USE="mmx mmxext sse sse2"
-# normally we set arch to prescott for all MacTel users, as this enables
-# SSE and MMX support in GCC
-CFLAGS="-march=prescott"
diff --git a/profiles/prefix/darwin/macos/10.9/x86/package.use.force b/profiles/prefix/darwin/macos/10.9/x86/package.use.force
deleted file mode 100644
index d8dee9b..0000000
--- a/profiles/prefix/darwin/macos/10.9/x86/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/package.use.force,v 1.1 2013/10/31 18:02:30 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
-# compiles with -aqua, doesn't work, though
-media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.9/x86/package.use.mask b/profiles/prefix/darwin/macos/10.9/x86/package.use.mask
deleted file mode 100644
index bc70099..0000000
--- a/profiles/prefix/darwin/macos/10.9/x86/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/package.use.mask,v 1.1 2013/10/31 18:02:30 grobian Exp $
-
-
diff --git a/profiles/prefix/darwin/macos/10.9/x86/parent b/profiles/prefix/darwin/macos/10.9/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/darwin/macos/10.9/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/darwin/macos/10.9/x86/use.mask b/profiles/prefix/darwin/macos/10.9/x86/use.mask
deleted file mode 100644
index 522886c..0000000
--- a/profiles/prefix/darwin/macos/10.9/x86/use.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/use.mask,v 1.1 2013/10/31 18:02:30 grobian Exp $
-
-# This file masks out USE flags that are simply NOT allowed in the default
-# x86 profile.  This works, for example, if another architecture's
-# profile have a USE flag associated with (such as altivec, mmx, etc).
-
-# Unmask x86 instruction sets
--icc
--icc-pgo
--ifc
--mmx
--mmxext
--sse
--sse2
--ssse3
--svga
--kqemu
-
-# Unmask nvidia XvMC support
--nvidia
-
-# Unmask dev-db/oracle-instantclient-basic support
--oci8-instant-client
-
-# Unmask osp, used by asterisk; bug 115798
--osp
-
-# Modular X: unmask for architectures on which they are available
--input_devices_synaptics
--input_devices_vmmouse
--input_devices_wacom
--video_cards_nvidia
--video_cards_fglrx
--video_cards_vmware
-
-# Modular X: mask for architectures on which they aren't available
-video_cards_newport
-
-#codec support
--x264
-
-# lvm2 cluster
--gulm
-
-# ibm is only used for ppc64 stuff
-ibm
-
-# psyco works on x86
--psyco
-
-# Adobe FDF toolkit is x86 only.
--fdftk
diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.use.mask b/profiles/prefix/darwin/macos/arch/ppc/package.use.mask
deleted file mode 100644
index 7e82fc2..0000000
--- a/profiles/prefix/darwin/macos/arch/ppc/package.use.mask
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.use.mask,v 1.2 2012/06/14 23:33:44 pesa Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Mac OS X profiles inherit from their matching arch profile here.
-
-
-# Elias Pipping <pipping@gentoo.org> (01 Sep 2007)
-# imlib2 does not compile with USE=mmx
-media-libs/imlib2 mmx
-
-# Elias Pipping <pipping@gentoo.org> (01 Sep 2007)
-# libpng does not compile with USE=mmx
-media-libs/libpng mmx
-
-# Elias Pipping <pipping@gentoo.org> (01 Sep 2007)
-# mpg123 does not compile with USE=mmx
-media-sound/mpg123 mmx
diff --git a/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask b/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask
deleted file mode 100644
index ac534b4..0000000
--- a/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Mac OS X profiles inherit from their matching arch profile here.
-
diff --git a/profiles/prefix/darwin/macos/arch/ppc64/parent b/profiles/prefix/darwin/macos/arch/ppc64/parent
deleted file mode 100644
index 3f4be82..0000000
--- a/profiles/prefix/darwin/macos/arch/ppc64/parent
+++ /dev/null
@@ -1 +0,0 @@
-../ppc
diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.mask b/profiles/prefix/darwin/macos/arch/x64/package.use.mask
deleted file mode 100644
index 52bab7b..0000000
--- a/profiles/prefix/darwin/macos/arch/x64/package.use.mask
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Mac OS X profiles inherit from their matching arch profile here.
-
-
-# Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010)
-# Relocation issues on 32-bit OSX only, bug #329859
-media-sound/mpg123 -mmx -sse
-
-# Fabian Groffen <grobian@gentoo.org> (01 Feb 2009)
-# Doesn't compile on 32-bits OSX only, bug #257225
-media-video/ffmpeg -mmx
diff --git a/profiles/prefix/darwin/macos/arch/x64/parent b/profiles/prefix/darwin/macos/arch/x64/parent
deleted file mode 100644
index e6e4a52..0000000
--- a/profiles/prefix/darwin/macos/arch/x64/parent
+++ /dev/null
@@ -1 +0,0 @@
-../x86
diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.force b/profiles/prefix/darwin/macos/arch/x86/package.use.force
deleted file mode 100644
index bb0be3d..0000000
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.force,v 1.1 2012/03/24 16:09:10 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (24 Mar 2012)
-# Non-threaded target doesn't exist for Mac OS X Intel
-media-gfx/tachyon threads opengl
diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
deleted file mode 100644
index d8f0028..0000000
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:35 tetromino Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Mac OS X profiles inherit from their matching arch profile here.
-
-
-# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
-# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
-# it's masked in base profile and unmasked here (bug #396313).
-net-libs/webkit-gtk -jit
-
-# Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010)
-# Relocation issues on 32-bit OSX, bug #329859
-media-sound/mpg123 mmx sse
-
-# Fabian Groffen <grobian@gentoo.org> (01 Feb 2009)
-# Doesn't compile, bug #257225
-media-video/ffmpeg mmx
diff --git a/profiles/prefix/darwin/macos/make.defaults b/profiles/prefix/darwin/macos/make.defaults
deleted file mode 100644
index 63a345c..0000000
--- a/profiles/prefix/darwin/macos/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/make.defaults,v 1.2 2012/09/09 10:23:33 grobian Exp $
-
-# on OSX one should have objc available
-USE="objc objc++"
-
-# we have OSX, so let's use it's virtues
-USE="${USE} aqua coreaudio ipv6"
diff --git a/profiles/prefix/darwin/macos/package.use.force b/profiles/prefix/darwin/macos/package.use.force
deleted file mode 100644
index 2d35c20..0000000
--- a/profiles/prefix/darwin/macos/package.use.force
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v 1.1 2009/06/06 03:54:46 solar Exp $
-
-# Elias Pipping <pipping@gentoo.org> (01 Jan 2008)
-# only GUI that works under macosx
-app-editor/gvim aqua
-
-# Elias Pipping <pipping@gentoo.org> (29 Nov 2007)
-# won't compile without
-media-libs/libsdl opengl
diff --git a/profiles/prefix/darwin/macos/package.use.mask b/profiles/prefix/darwin/macos/package.use.mask
deleted file mode 100644
index 32201e4..0000000
--- a/profiles/prefix/darwin/macos/package.use.mask
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask,v 1.13 2012/08/01 10:46:14 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (30 Oct 2009)
-# X and linux only
-media-video/mplayer xvmc xv dga X xinerama xscreensaver
-media-video/mplayer dvb lirc svga jack joystick matrox
-
-# Jeremy Olexa <darkside@gentoo.org> (12 Feb 2009)
-# Doesn't work with python support, bug 257572
-gnome-extra/libgsf python
-
-# Fabian Groffen <grobian@gentoo.org> (06 Aug 2008)
-# runtime loading is horribly broken (it uses fixed .so.0, but when
-# that's fixed it still doesn't work)
-dev-vcs/subversion dso
-
-# Elias Pipping <pipping@gentoo.org> (27 Aug 2007)
-# elinks does not compile with USE=perl (tested with 0.11.{2,3})
-www-client/elinks perl
diff --git a/profiles/prefix/darwin/macos/packages b/profiles/prefix/darwin/macos/packages
deleted file mode 100644
index 5e33465..0000000
--- a/profiles/prefix/darwin/macos/packages
+++ /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/prefix/darwin/macos/packages,v 1.1 2009/06/06 03:54:46 solar Exp $
-
-# Mac OS X is built with the Apple branch of the GCC compiler, using FSF
-# GCC results in broken packages in some cases (subversion) due to
-# alignment problems with the kernel.  Hence, we default to gcc-apple.
--*sys-devel/gcc
-*sys-devel/gcc-apple
diff --git a/profiles/prefix/darwin/macos/parent b/profiles/prefix/darwin/macos/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/darwin/macos/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/darwin/macos/use.mask b/profiles/prefix/darwin/macos/use.mask
deleted file mode 100644
index 8b13789..0000000
--- a/profiles/prefix/darwin/macos/use.mask
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/profiles/prefix/darwin/make.defaults b/profiles/prefix/darwin/make.defaults
deleted file mode 100644
index 78ef3b2..0000000
--- a/profiles/prefix/darwin/make.defaults
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/make.defaults,v 1.4 2013/05/30 11:20:45 mgorny Exp $
-
-# System-wide defaults for all Darwin profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="Darwin"
-KERNEL="Darwin"
-
-# strip isn't GNU
-FEATURES="nostrip"
-
-# ALSA + Darwin != working
-USE_EXPAND="-ALSA_CARDS"
-
-# This is the sort of equivalent of --as-needed
-LDFLAGS="-Wl,-dead_strip_dylibs"
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
deleted file mode 100644
index 081097f..0000000
--- a/profiles/prefix/darwin/package.use.mask
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v 1.12 2013/06/13 18:24:25 ulm Exp $
-
-
-# Christoph Junghans <ottxor@gentoo.org> (26 Aug 2012)
-# libutempter support does not work on Darwin (bug #388791)
-x11-terms/eterm utempter
-
-# Fabian Groffen <grobian@gentoo.org> (24 Mar 2012)
-# There's no upstream support for MPI on Darwin
-media-gfx/tachyon mpi
-
-# Fabian Groffen <grobian@gentoo.org> (01 Jan 2012)
-# gdb server is not supported on this platform
-sys-devel/gdb server
-
-# Fabian Groffen <grobian@gentoo.org> (16 Feb 2011)
-# De-mask of OSX-specific USE-flags that are useful for VLC
-media-video/vlc -audioqueue -ios-vout -macosx macosx-audio -macosx-dialog-provider -macosx-eyetv -macosx-quartztext -macosx-qtcapture -macosx-vout
-
-# Fabian Groffen <grobian@gentoo.org> (08 Jan 2011)
-# Darwin has libuuid from util-linux
-x11-libs/libSM -uuid
-
-# Fabian Groffen <grobian@gentoo.org> (30 Oct 2009)
-# linux only
-media-video/mplayer dvb lirc svga jack joystick matrox
-
-# Fabian Groffen <grobian@gentoo.org> (03 Apr 2009)
-# ld: unknown option: -R/Library/Gentoo/usr/lib
-~sys-devel/gcc-4.3.3 gcj
-
-# Elias Pipping <pipping@gentoo.org> (16 Nov 2007)
-# make fails
-sys-devel/gcc objc-gc
diff --git a/profiles/prefix/darwin/packages b/profiles/prefix/darwin/packages
deleted file mode 100644
index f43c7d9..0000000
--- a/profiles/prefix/darwin/packages
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/packages,v 1.4 2011/09/03 10:55:26 grobian Exp $
-
-*sys-apps/darwin-miscutils
-*sys-devel/binutils-apple
-*sys-libs/csu
-*sys-process/pidof-bsd
-*sys-process/pkill-darwin
diff --git a/profiles/prefix/darwin/parent b/profiles/prefix/darwin/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/darwin/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/darwin/use.force b/profiles/prefix/darwin/use.force
deleted file mode 100644
index c8b2007..0000000
--- a/profiles/prefix/darwin/use.force
+++ /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/prefix/darwin/use.force,v 1.1 2009/06/06 03:54:45 solar Exp $
-
-# Re-add Darwin OS
-kernel_Darwin
-elibc_Darwin
diff --git a/profiles/prefix/darwin/use.mask b/profiles/prefix/darwin/use.mask
deleted file mode 100644
index b6f7fa3..0000000
--- a/profiles/prefix/darwin/use.mask
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/use.mask,v 1.4 2013/02/02 13:12:28 grobian Exp $
-
-#Add USE flags that don't work on Darwin/OpenDarwin/OS X here
-
-# readd globally masked darwin-only flags
--coreaudio
--aqua
-
-# Re-add Darwin libc
--elibc_Darwin
--kernel_Darwin
-
-
-# these will more than likely never work on darwin
-3dfx
-acpi
-alsa
-apm
-cap
-caps
-cman
-clvm
-directfb
-djbfft
-emul-linux-x86
-fbcon
-fmod
-ggi
-gpm
-hardened
-
-# VV requires device-mapper 
-on-the-fly-crypt
-oss
-solid
-sybase
-sybase-ct
-rtc
-voodoo3
-pvm
-v4l
-
-# introspection is far from working on OSX
-introspection
diff --git a/profiles/prefix/eapi b/profiles/prefix/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults b/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults
deleted file mode 100644
index e844687..0000000
--- a/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults
+++ /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/prefix/hpux/B.11.11/hppa2.0/make.defaults,v 1.1 2009/07/27 09:53:49 haubi Exp $
-
-ARCH="hppa-hpux"
-# config.guess tells for hpux11 on hppa2.0 cpu:
-#   "hppa2.0n-hp-hpux11.11" for 32bit kernel
-#   "hppa2.0w-hp-hpux11.11" for 64bit kernel and 32bit default compiler output
-#   "hppa64-hp-hpux11.11"   for 64bit kernel and 64bit default compiler output
-# This is the 32bit profile, so we use "hppa2.0n"
-CHOST="hppa2.0n-hp-hpux11.11"
-ACCEPT_KEYWORDS="~hppa-hpux"
diff --git a/profiles/prefix/hpux/B.11.11/hppa2.0/parent b/profiles/prefix/hpux/B.11.11/hppa2.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.11/hppa2.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/B.11.11/package.provided b/profiles/prefix/hpux/B.11.11/package.provided
deleted file mode 100644
index a188246..0000000
--- a/profiles/prefix/hpux/B.11.11/package.provided
+++ /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/prefix/hpux/B.11.11/package.provided,v 1.1 2009/07/27 09:53:49 haubi Exp $
-
-sys-hpux/libc-11.11
diff --git a/profiles/prefix/hpux/B.11.11/package.use.mask b/profiles/prefix/hpux/B.11.11/package.use.mask
deleted file mode 100644
index a9692e2..0000000
--- a/profiles/prefix/hpux/B.11.11/package.use.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/prefix/hpux/B.11.11/package.use.mask,v 1.1 2009/07/28 13:50:24 haubi Exp $
-
-# Michael Haubenwallner <haubi@gentoo.org> (28 Jul 2009)
-# hpux11.11 has neither /dev/urandom nor /dev/random
-dev-libs/apr urandom
diff --git a/profiles/prefix/hpux/B.11.11/parent b/profiles/prefix/hpux/B.11.11/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.11/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/B.11.23/ia64/make.defaults b/profiles/prefix/hpux/B.11.23/ia64/make.defaults
deleted file mode 100644
index 980147a..0000000
--- a/profiles/prefix/hpux/B.11.23/ia64/make.defaults
+++ /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/prefix/hpux/B.11.23/ia64/make.defaults,v 1.1 2009/06/06 03:54:52 solar Exp $
-
-ARCH="ia64-hpux"
-CHOST="ia64-hp-hpux11.23"
-ACCEPT_KEYWORDS="~ia64-hpux"
diff --git a/profiles/prefix/hpux/B.11.23/ia64/parent b/profiles/prefix/hpux/B.11.23/ia64/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.23/ia64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/B.11.23/package.provided b/profiles/prefix/hpux/B.11.23/package.provided
deleted file mode 100644
index fa7d94d..0000000
--- a/profiles/prefix/hpux/B.11.23/package.provided
+++ /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/prefix/hpux/B.11.23/package.provided,v 1.1 2009/06/06 03:54:52 solar Exp $
-
-sys-hpux/libc-11.23
diff --git a/profiles/prefix/hpux/B.11.23/parent b/profiles/prefix/hpux/B.11.23/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.23/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults b/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults
deleted file mode 100644
index 1a5c172..0000000
--- a/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults
+++ /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/prefix/hpux/B.11.31/hppa2.0/make.defaults,v 1.2 2009/07/22 14:32:43 haubi Exp $
-
-ARCH="hppa-hpux"
-# config.guess tells for hpux11 on hppa2.0 cpu:
-#   "hppa2.0n-hp-hpux11.31" for 32bit kernel
-#   "hppa2.0w-hp-hpux11.31" for 64bit kernel and 32bit default compiler output
-#   "hppa64-hp-hpux11.31"   for 64bit kernel and 64bit default compiler output
-# This is the 32bit profile, so we use "hppa2.0n"
-CHOST="hppa2.0n-hp-hpux11.31"
-ACCEPT_KEYWORDS="~hppa-hpux"
diff --git a/profiles/prefix/hpux/B.11.31/hppa2.0/parent b/profiles/prefix/hpux/B.11.31/hppa2.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.31/hppa2.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/B.11.31/ia64/make.defaults b/profiles/prefix/hpux/B.11.31/ia64/make.defaults
deleted file mode 100644
index fdbb220..0000000
--- a/profiles/prefix/hpux/B.11.31/ia64/make.defaults
+++ /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/prefix/hpux/B.11.31/ia64/make.defaults,v 1.1 2009/06/06 03:54:53 solar Exp $
-
-ARCH="ia64-hpux"
-CHOST="ia64-hp-hpux11.31"
-ACCEPT_KEYWORDS="~ia64-hpux"
diff --git a/profiles/prefix/hpux/B.11.31/ia64/parent b/profiles/prefix/hpux/B.11.31/ia64/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.31/ia64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/B.11.31/package.provided b/profiles/prefix/hpux/B.11.31/package.provided
deleted file mode 100644
index bb20df1..0000000
--- a/profiles/prefix/hpux/B.11.31/package.provided
+++ /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/prefix/hpux/B.11.31/package.provided,v 1.1 2009/06/06 03:54:53 solar Exp $
-
-sys-hpux/libc-11.31
diff --git a/profiles/prefix/hpux/B.11.31/parent b/profiles/prefix/hpux/B.11.31/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/hpux/B.11.31/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/hpux/make.defaults b/profiles/prefix/hpux/make.defaults
deleted file mode 100644
index 3eb4230..0000000
--- a/profiles/prefix/hpux/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/make.defaults,v 1.2 2009/06/30 16:35:01 darkside Exp $
-
-# System-wide defaults for all HP-UX profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="HPUX"
-KERNEL="HPUX"
-
-# no scanelf
-FEATURES="nostrip"
diff --git a/profiles/prefix/hpux/packages b/profiles/prefix/hpux/packages
deleted file mode 100644
index 4938c0d..0000000
--- a/profiles/prefix/hpux/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/packages,v 1.1 2009/06/06 03:54:51 solar Exp $
-
-# need GNU as on HP-UX
-*sys-devel/binutils
diff --git a/profiles/prefix/hpux/parent b/profiles/prefix/hpux/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/hpux/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/hpux/profile.bashrc b/profiles/prefix/hpux/profile.bashrc
deleted file mode 100644
index 81a3e85..0000000
--- a/profiles/prefix/hpux/profile.bashrc
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/profile.bashrc,v 1.5 2010/12/23 15:15:34 haubi Exp $
-
-# /bin/sh is korn shell, incompatible with bash used by makefiles later.
-# This is a problem with recent libtool detecting non-bashism 'print' fex.
-export CONFIG_SHELL=${BASH}
-
-# On hpux, binary files (executables, shared libraries) in use
-# cannot be replaced during merge.
-# But it is possible to rename them and remove lateron when they are
-# not used any more by any running process.
-#
-# This is a workaround for portage bug#199868,
-# and should be dropped once portage does sth. like this itself.
-
-hpux-busytext-get-listfile() {
-	echo "${ROOT%%/}${EPREFIX}/var/lib/portage/files2bremoved"
-}
-
-hpux-busytext-cleanup() {
-	local removedlist=$(hpux-busytext-get-listfile)
-
-	rm -f "${removedlist}".new
-
-	if [[ -r ${removedlist} ]]; then
-		rm -f "${removedlist}".old
-	fi
-	# restore in case of system fault
-	if [[ -r ${removedlist}.old ]]; then
-		mv "${removedlist}"{.old,}
-	fi
-
-	touch "${removedlist}"{,.new} # ensure they exist
-
-	local rmstem f
-	while read rmstem
-	do
-		# try to remove previously recorded files
-		for f in $(ls "${ROOT}${rmstem}"*); do
-			echo "trying to remove old busy text file ${f}"
-			rm -f "${f}"
-		done
-		# but keep it in list if still exists
-		for f in $(ls "${ROOT}${rmstem}"*); do
-			echo "${rmstem}" >> "${removedlist}".new
-			break
-		done
-	done < "${removedlist}"
-
-	# update the list
-	mv "${removedlist}"{,.old}
-	mv "${removedlist}"{.new,}
-	rm "${removedlist}".old
-}
-
-hpux-busytext-backup() {
-	local removedlist=$(hpux-busytext-get-listfile)
-
-	# now go for current package
-	cd "${D}" || exit 1
-
-	/usr/bin/find ".${EPREFIX}" '!' -type d \
-	| while read f
-	  do
-		  f=${f#./}
-		  [[ ! -f ${ROOT}${f} || -h ${ROOT}${f} ]] && continue
-		  echo "${ROOT}${f}"
-	  done \
-	  | xargs -r /usr/bin/file \
-	  | /usr/bin/grep -E '(object file|shared library|executable)' \
-	  | while read f t
-		do
-			# file prints: "file-argument: type-of-file"
-			f=${f#${ROOT}}
-			f=${f%:}
-			test -r "${ROOT}${f}" || continue
-			rmstem="${f}.removedbyportage"
-			# keep list of old busy text files unique
-			/usr/bin/grep "^${rmstem/[/\\[}$" "${removedlist}" >/dev/null \
-			|| echo "${rmstem}" >> "${removedlist}"
-			n=0
-			while [[ ${n} -lt 100 && -f "${ROOT}${rmstem}${n}" ]]; do
-				n=$((n=n+1))
-			done
-
-			if [[ ${n} -ge 100 ]]; then
-				echo "too many (>=100) old text files busy of '${ROOT}${f}'" >&2
-				exit 1
-			fi
-			echo "backing up text file ${ROOT}${f} (${n})"
-			/usr/bin/mv -f "${ROOT}${f}" "${ROOT}${rmstem}${n}" || exit 1
-			/usr/bin/cp -f "${ROOT}${rmstem}${n}" "${ROOT}${f}" || exit 1
-		done || exit 1
-}
-
-prefix_hpux-post_pkg_preinst() {
-	hpux-busytext-cleanup
-	hpux-busytext-backup
-}
-
-prefix_hpux-pre_pkg_postinst() {
-	hpux-busytext-cleanup
-}
-
-# These are because of
-# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml
-# The profile-* ones are meant to be used in etc/portage/profile.bashrc by user
-# until there is the registration mechanism.
-profile-post_pkg_preinst() { prefix_hpux-post_pkg_preinst ; }
-        post_pkg_preinst() { prefix_hpux-post_pkg_preinst ; }
-
-profile-pre_pkg_postinst() { prefix_hpux-pre_pkg_postinst ; }
-        pre_pkg_postinst() { prefix_hpux-pre_pkg_postinst ; }
diff --git a/profiles/prefix/hpux/use.force b/profiles/prefix/hpux/use.force
deleted file mode 100644
index 8b98a44..0000000
--- a/profiles/prefix/hpux/use.force
+++ /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/prefix/hpux/use.force,v 1.1 2009/06/06 03:54:51 solar Exp $
-
-# Re-add HPUX OS
-kernel_HPUX
-elibc_HPUX
diff --git a/profiles/prefix/hpux/use.mask b/profiles/prefix/hpux/use.mask
deleted file mode 100644
index 74febca..0000000
--- a/profiles/prefix/hpux/use.mask
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/use.mask,v 1.4 2013/02/02 13:12:29 grobian Exp $
-
-# Re-add HPUX libc
--elibc_HPUX
--kernel_HPUX
-
-# these will more than likely never work on HPUX
-3dfx
-3dnow
-3dnowext
-acpi
-alsa
-apm
-cap
-caps
-cman
-clvm
-directfb
-divx4linux
-djbfft
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-gpm
-hardened
-icc
-icc-pgo
-mmx
-mmx2
-# the following USE flag requires device-mapper
-on-the-fly-crypt
-oss
-solid
-sse
-sse2
-svga
-sybase
-sybase-ct
-rtc
-uclibc
-voodoo3
-pvm
-v4l
diff --git a/profiles/prefix/linux/amd64/eapi b/profiles/prefix/linux/amd64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/prefix/linux/amd64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/prefix/linux/amd64/make.defaults b/profiles/prefix/linux/amd64/make.defaults
deleted file mode 100644
index 8f56a17..0000000
--- a/profiles/prefix/linux/amd64/make.defaults
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.3 2013/06/06 01:53:18 ottxor Exp $
-
-#Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
-
-ARCH="amd64"
-CHOST="x86_64-pc-linux-gnu"
-# The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
-ACCEPT_KEYWORDS="-amd64 ~amd64-linux"
-
-# We don't have lib64 in prefix so, remove it here.
-SYMLINK_LIB=""
-LIBDIR_amd64="lib"
diff --git a/profiles/prefix/linux/amd64/package.use.mask b/profiles/prefix/linux/amd64/package.use.mask
deleted file mode 100644
index c06fdde..0000000
--- a/profiles/prefix/linux/amd64/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/package.use.mask,v 1.1 2012/01/09 04:36:35 tetromino Exp $
-
-# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
-# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
-# it's masked in base profile and unmasked here (bug #396313).
-net-libs/webkit-gtk -jit
diff --git a/profiles/prefix/linux/amd64/parent b/profiles/prefix/linux/amd64/parent
deleted file mode 100644
index 16c974f..0000000
--- a/profiles/prefix/linux/amd64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../default/linux/amd64/13.0/no-multilib
-..
diff --git a/profiles/prefix/linux/arm/eapi b/profiles/prefix/linux/arm/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/prefix/linux/arm/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults
deleted file mode 100644
index 77d2ab2..0000000
--- a/profiles/prefix/linux/arm/make.defaults
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.6 2012/12/09 15:39:57 grobian Exp $
-
-ARCH="arm"
-# This is a pretty specific profile to the armv7 arch, we can change that later
-CHOST="armv7a-softfloat-linux-gnueabi"
diff --git a/profiles/prefix/linux/arm/parent b/profiles/prefix/linux/arm/parent
deleted file mode 100644
index c9cb641..0000000
--- a/profiles/prefix/linux/arm/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../default/linux/arm/13.0
-..
diff --git a/profiles/prefix/linux/ia64/eapi b/profiles/prefix/linux/ia64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/prefix/linux/ia64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/prefix/linux/ia64/make.defaults b/profiles/prefix/linux/ia64/make.defaults
deleted file mode 100644
index 112b22d..0000000
--- a/profiles/prefix/linux/ia64/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ia64/make.defaults,v 1.1 2009/06/06 03:54:56 solar Exp $
-
-# The base profile sets ACCEPT_KEYWORDS=ia64 and we don't have that in prefix.
-ACCEPT_KEYWORDS="-ia64 ~ia64-linux"
diff --git a/profiles/prefix/linux/ia64/parent b/profiles/prefix/linux/ia64/parent
deleted file mode 100644
index ead1e33..0000000
--- a/profiles/prefix/linux/ia64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../default/linux/ia64/13.0
-..
diff --git a/profiles/prefix/linux/make.defaults b/profiles/prefix/linux/make.defaults
deleted file mode 100644
index 363e22e..0000000
--- a/profiles/prefix/linux/make.defaults
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/make.defaults,v 1.6 2011/02/13 16:53:40 arfrever Exp $
-
-# 'Sane' defaults
-ELIBC="glibc"
-KERNEL="linux"
-
-# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
-# on glibc system you cannot turn it off
-USE="iconv"
-
-# build gcc with mudflap (pointer checking) and parallelization support
-USE="${USE} mudflap openmp"
-
-# Turn off acl to help with bootstrapping - it isn't as helpful for prefix as it
-# can be for a non-prefix install
-USE="${USE} -acl"
-
-# 2008/07/09 - Doug Goldstein <cardoe@gentoo.org>
-# Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default
-# after discussion on the gentoo-dev ML. As we bang out a clear
-# direction with how LDFLAGS will be set by default, this entry
-# may move.
-# 2010/08/12 - Fabian Groffen <grobian@gentoo.org>
-# Unlike default/linux, we do NOT have --as-needed here, as it seems to
-# break a random amount of packages, that don't break (or just not
-# enough) for non-Prefix installs.
-LDFLAGS="-Wl,-O1"
-
diff --git a/profiles/prefix/linux/package.provided b/profiles/prefix/linux/package.provided
deleted file mode 100644
index 3c23ae8..0000000
--- a/profiles/prefix/linux/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.provided,v 1.5 2013/02/03 11:48:34 heroxbd Exp $
-
-sys-linux/glibc-0
diff --git a/profiles/prefix/linux/package.use.mask b/profiles/prefix/linux/package.use.mask
deleted file mode 100644
index 7413044..0000000
--- a/profiles/prefix/linux/package.use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.use.mask,v 1.4 2011/12/01 22:50:18 darkside Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (23 Oct 2010)
-# IPC on Linux is well tested, since it's developed on that platform.
-sys-apps/portage -ipc
-
-# Michael Haubenwallner <haubi@gentoo.org> (30 Sep 2009)
-# linux can have an uuid implementation (#230981).
-x11-libs/libSM -uuid
diff --git a/profiles/prefix/linux/packages b/profiles/prefix/linux/packages
deleted file mode 100644
index f6aef1f..0000000
--- a/profiles/prefix/linux/packages
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/packages,v 1.2 2010/04/21 16:29:06 darkside Exp $
-
-# Add back what the parent removes.
-*sys-devel/binutils
-*sys-process/procps
-*sys-process/psmisc
-
-# Here we remove packages that default/linux/packages pulls in and have no
-# business being in Gentoo Prefix
--*sys-apps/busybox
--*sys-apps/util-linux
diff --git a/profiles/prefix/linux/parent b/profiles/prefix/linux/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/linux/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/linux/ppc64/eapi b/profiles/prefix/linux/ppc64/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/prefix/linux/ppc64/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/prefix/linux/ppc64/make.defaults b/profiles/prefix/linux/ppc64/make.defaults
deleted file mode 100644
index 6a5e63b..0000000
--- a/profiles/prefix/linux/ppc64/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ppc64/make.defaults,v 1.2 2012/03/09 13:29:05 darkside Exp $
-
-ARCH="ppc64"
-CHOST="powerpc64-pc-linux-gnu"
-# The base profile sets ACCEPT_KEYWORDS=ppc64 and we don't have that in prefix.
-# Eventually, ~* should be removed once someone is motivated for this arch
-ACCEPT_KEYWORDS="-ppc64 ~ppc64-linux ~*"
-
-# We don't have lib64 in prefix so, remove it here.
-SYMLINK_LIB=""
-LIBDIR_ppc64="lib"
diff --git a/profiles/prefix/linux/ppc64/packages b/profiles/prefix/linux/ppc64/packages
deleted file mode 100644
index 4e5a276..0000000
--- a/profiles/prefix/linux/ppc64/packages
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ppc64/packages,v 1.1 2012/03/06 23:38:09 darkside Exp $
-
-# Those are part of the base powerpc profile's @system set, but having them as
-# part of @system makes no sense for Gentoo Prefix.
--*sys-fs/hfsutils
--*sys-fs/hfsplusutils
diff --git a/profiles/prefix/linux/ppc64/parent b/profiles/prefix/linux/ppc64/parent
deleted file mode 100644
index 51fedc0..0000000
--- a/profiles/prefix/linux/ppc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../default/linux/powerpc/ppc64/13.0/64bit-userland
-..
diff --git a/profiles/prefix/linux/profile.bashrc b/profiles/prefix/linux/profile.bashrc
deleted file mode 100644
index 79aa797..0000000
--- a/profiles/prefix/linux/profile.bashrc
+++ /dev/null
@@ -1,17 +0,0 @@
-# This is a ugly issue, see bug 289757 for origins
-# This mimics the check in gcc ebuilds, bug 362315
-#
-# # Remember, bash treats floats like strings..
-
-if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == unpack ]]; then
-    # Since 2.3 > 2.12 in numerical terms, just compare 2.X to 2.Y, will break
-    # if >=3.0 is ever released
-    VERS=$(/usr/bin/ldd --version | head -n1 | grep -o ") [0-9]\.[0-9]\+" | cut -d. -f2 )
-    if [[ $VERS -lt 12 ]]; then # compare host glibc 2.x to 2.12
-        ewarn "Your host glibc is too old; disabling automatic fortify. bug 289757"
-        EPATCH_EXCLUDE+=" 10_all_gcc-default-fortify-source.patch" # <=gcc-4.5*
-        EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch" # >=gcc-4.6*
-    fi
-fi
-
-# vim: set syn=sh expandtab ts=4:
diff --git a/profiles/prefix/linux/use.force b/profiles/prefix/linux/use.force
deleted file mode 100644
index f5867fc..0000000
--- a/profiles/prefix/linux/use.force
+++ /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/prefix/linux/use.force,v 1.1 2009/06/06 03:54:55 solar Exp $
-
-# Re-add Linux OS
-kernel_linux
-elibc_glibc
diff --git a/profiles/prefix/linux/use.mask b/profiles/prefix/linux/use.mask
deleted file mode 100644
index cb05897..0000000
--- a/profiles/prefix/linux/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.mask,v 1.4 2011/03/29 01:58:48 flameeyes Exp $
-
-# Re-add linux stuff that is masked in base/
--elibc_glibc
--kernel_linux
-#
-
-# Re-add acl, as it does work in prefixed Linux (if the host kernel supports it)
--acl
diff --git a/profiles/prefix/linux/x86/eapi b/profiles/prefix/linux/x86/eapi
deleted file mode 100644
index 7ed6ff8..0000000
--- a/profiles/prefix/linux/x86/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/prefix/linux/x86/make.defaults b/profiles/prefix/linux/x86/make.defaults
deleted file mode 100644
index 8b8de84..0000000
--- a/profiles/prefix/linux/x86/make.defaults
+++ /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/prefix/linux/x86/make.defaults,v 1.3 2009/11/04 13:25:03 haubi Exp $
-
-ARCH="x86"
-CHOST="i686-pc-linux-gnu"
-# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
-ACCEPT_KEYWORDS="-x86 ~x86-linux"
-
-# in case we are bootstrapping with the host compiler on an amd64 linux host:
-CFLAGS="${CFLAGS} -m32"
-CXXFLAGS="${CXXFLAGS} -m32"
diff --git a/profiles/prefix/linux/x86/package.use.mask b/profiles/prefix/linux/x86/package.use.mask
deleted file mode 100644
index 9306922..0000000
--- a/profiles/prefix/linux/x86/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/package.use.mask,v 1.1 2012/01/09 04:36:35 tetromino Exp $
-
-# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
-# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
-# it's masked in base profile and unmasked here (bug #396313).
-net-libs/webkit-gtk -jit
diff --git a/profiles/prefix/linux/x86/parent b/profiles/prefix/linux/x86/parent
deleted file mode 100644
index 0fbf331..0000000
--- a/profiles/prefix/linux/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../../default/linux/x86/13.0
-..
diff --git a/profiles/prefix/linux/x86/profile.bashrc b/profiles/prefix/linux/x86/profile.bashrc
deleted file mode 100644
index 6f7360c..0000000
--- a/profiles/prefix/linux/x86/profile.bashrc
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Id: profile.bashrc,v 1.1 2011/03/29 20:19:15 haubi Exp $
-
-# When x86-linux runs on an amd64 host having /lib32,
-# we need to have binutils to search there too (#360197).
-# The patches to do so are applied upon SYMLINK_LIB=yes,
-# needed when /lib32 is (a symlink to) an existing directory.
-if [[ ${CATEGORY}/${PN} = sys-devel/binutils ]] \
-&& [[ ${EBUILD_PHASE} == setup ]] \
-&& [[ -d ${ROOT}lib32/. ]] \
-; then
-	export SYMLINK_LIB=yes
-fi
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
deleted file mode 100644
index 1825795..0000000
--- a/profiles/prefix/make.defaults
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/make.defaults,v 1.5 2013/04/20 14:46:13 grobian Exp $
-
-# Some USE-flags that only die-hards don't want:
-# readline:  to have some sane command line editing, e.g. in python
-# zlib:      for many things you just want gzip support
-# ncurses:   a nice working console drawing library
-# ssl:       encrypted connections are a nice feature
-USE="readline zlib ncurses ssl"
-
-FEATURES="collision-protect"
-
-# Jeremy Olexa <darkside@gentoo.org> (30 Jun 2009)
-# As of now, there does not exist a reliable working sandbox implementation on
-# any Gentoo Prefix platform. Lately, sandbox has caused *many* issues that
-# the Gentoo Prefix team has no time to fix and/or troubleshoot. see: bug 271424
-# see:
-# http://archives.gentoo.org/gentoo-alt/msg_3c355ca5e70e7975eae293823f1751f2.xml
-# see: bug 274239
-# and other issues, etc etc.
-#
-# If in the future, there does exist a working sandbox implementation then it
-# should be enabled on a per-profile basis only.
-FEATURES="${FEATURES} -sandbox"
-
-# this probably already is like this, but we assure that in prefix we
-# have a GNU userland
-USERLAND="GNU"
diff --git a/profiles/prefix/mint/m68k/make.defaults b/profiles/prefix/mint/m68k/make.defaults
deleted file mode 100644
index 1e296a2..0000000
--- a/profiles/prefix/mint/m68k/make.defaults
+++ /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/prefix/mint/m68k/make.defaults,v 1.1 2009/06/06 03:54:58 solar Exp $
-
-ARCH="m68k-mint"
-CHOST="m68k-atari-mint"
-ACCEPT_KEYWORDS="~m68k-mint"
diff --git a/profiles/prefix/mint/m68k/parent b/profiles/prefix/mint/m68k/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/mint/m68k/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/mint/m68k/use.mask b/profiles/prefix/mint/m68k/use.mask
deleted file mode 100644
index 0d39d95..0000000
--- a/profiles/prefix/mint/m68k/use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/m68k/use.mask,v 1.1 2009/06/06 03:54:58 solar Exp $
-
-# dlopen() doesn't work in MiNT
-dso
diff --git a/profiles/prefix/mint/make.defaults b/profiles/prefix/mint/make.defaults
deleted file mode 100644
index 6791a62..0000000
--- a/profiles/prefix/mint/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/make.defaults,v 1.5 2012/10/04 06:50:24 grobian Exp $
-
-# System-wide defaults for all MiNT profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="mintlib"
-KERNEL="freemint"
-
-USE="fortran mudflap static-libs"
diff --git a/profiles/prefix/mint/package.provided b/profiles/prefix/mint/package.provided
deleted file mode 100644
index 3abd79a..0000000
--- a/profiles/prefix/mint/package.provided
+++ /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/prefix/mint/package.provided,v 1.1 2009/06/06 03:54:57 solar Exp $
-
-sys-mint/mintlib-1
diff --git a/profiles/prefix/mint/package.use.force b/profiles/prefix/mint/package.use.force
deleted file mode 100644
index b41aec6..0000000
--- a/profiles/prefix/mint/package.use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/package.use.force,v 1.2 2011/05/29 18:02:46 grobian Exp $
-
-#364789
-app-arch/libarchive static static-libs
diff --git a/profiles/prefix/mint/package.use.mask b/profiles/prefix/mint/package.use.mask
deleted file mode 100644
index 65edc53..0000000
--- a/profiles/prefix/mint/package.use.mask
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/package.use.mask,v 1.5 2013/10/31 15:03:06 grobian Exp $
-
-
-# Alan Hourihane <alanh@fairlite.co.uk> (30 Dec 2011)
-# xz-utils plays havoc with GNU pth
-app-arch/xz-utils threads
-
-# Alan Hourihane <alanh@fairlite.co.uk> (15 Dec 2011)
-# MiNT doesn't have mmap, and jit requires it.
-dev-libs/libpcre jit
diff --git a/profiles/prefix/mint/packages b/profiles/prefix/mint/packages
deleted file mode 100644
index 37f9bee..0000000
--- a/profiles/prefix/mint/packages
+++ /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/prefix/mint/packages,v 1.1 2009/06/06 03:54:57 solar Exp $
-
-*sys-devel/binutils
diff --git a/profiles/prefix/mint/parent b/profiles/prefix/mint/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/mint/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/mint/use.mask b/profiles/prefix/mint/use.mask
deleted file mode 100644
index b78006c..0000000
--- a/profiles/prefix/mint/use.mask
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/use.mask,v 1.6 2013/02/02 13:12:29 grobian Exp $
-
-# Re-add MiNT libc
--elibc_mintlib
--kernel_freemint
-
-# these will more than likely never work on MiNT
-3dfx
-3dnow
-3dnowext
-acpi
-alsa
-apm
-cap
-caps
-cman
-clvm
-directfb
-divx4linux
-djbfft
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-gpm
-hardened
-icc
-icc-pgo
-ipv6
-mmx
-mmx2
-# the following USE flag requires device-mapper
-on-the-fly-crypt
-oss
-solid
-sse
-sse2
-svga
-sybase
-sybase-ct
-rtc
-uclibc
-voodoo3
-pvm
-v4l
-
-# git doesn't work at this time, bug #339031\
-git
diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask
deleted file mode 100644
index 59f5c18..0000000
--- a/profiles/prefix/package.use.mask
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.use.mask,v 1.18 2012/01/14 11:03:44 xarthisius Exp $
-
-# Kacper Kowalik <xarthisius@gentoo.org> (14 Jan 2012)
-# sci-libs/mkl don't have prefix keywords
-dev-python/numexpr mkl
-
-# Fabian Groffen <grobian@gentoo.org> (08 Dec 2011)
-# USE=vanilla produces a broken compiler for Prefix.  Only use this flag
-# when you're absolutely sure what you're doing.  Do NOT report bugs
-# about failing packages when using a vanilla compiler!
-sys-devel/gcc vanilla
-
-# Fabian Groffen <grobian@gentoo.org> (23 Oct 2010)
-# IPC relies on pipes, selects, polls, and more stuff that Python is
-# very bad with, that really causes way more issues than it is worth to
-# have some boundary bugs solved and more robust subshell die support
-sys-apps/portage ipc
-
-# Rafael Goncalves Martins <rafaelmartins@gentoo.org> (29 Sep 2010)
-# dev-libs/judy without prefix keywords
-# (amd64-linux and x86-linux)
-sci-electronics/gtkwave judy
-
-# Michael Haubenwallner <haubi@gentoo.org> (17 Sep 2010)
-# sys-apps/keyutils is a linux only package
-app-crypt/mit-krb5 keyutils
-
-# Jonathan Callen <abcd@gentoo.org> (22 Feb 2010)
-# ppp is not available in Prefix
-kde-base/kdenetwork-meta ppp
-
-# Christian Faulhammer <fauli@gentoo.org> (09 Jan 2010)
-# hesiod and m17n-lib are not available in Prefix
-app-editors/emacs-vcs hesiod m17n-lib
-app-editors/emacs hesiod m17n-lib
-
-# Michael Haubenwallner <haubi@gentoo.org> (30 Sep 2009)
-# Most prefix platforms do/can not have an uuid implementation (#230981).
-x11-libs/libSM uuid
-
-# Jeremy Olexa <darkside@gentoo.org> (30 Sep 2009)
-# berkdb has hardcoded paths all over, breaks on linux at least. Use flag
-# disappearing in next bump: prefix can be early and force it to be not used to
-# save headaches.
-# NOTE to prefix devs: if it needs to not be a global mask, talk to me because
-# it currently causes failures on linux. It can be made a "less global" mask.
-dev-lang/python berkdb
-
-# Jeremy Olexa <darkside@gentoo.org> (02 Sep 2009)
-# these don't work, because they rely on the host having sufficient xorg-server
-# version.
-xfce-base/xfce4-meta session
-
-# Jeremy Olexa <darkside@gentoo.org> (13 Feb 2009)
-# Can't make USE=ssl to work, bad build system. bug #256699
-dev-lang/pike ssl
-
-# Elias Pipping <pipping@gentoo.org> (18 Nov 2007)
-# feynmf fails to build documentation
-dev-tex/feynmf doc
-
-# Elias Pipping <pipping@gentoo.org> (15 Nov 2007)
-# pkg_postinst tries to create/delete a user, fails
-dev-libs/cyrus-sasl berkdb gdbm
diff --git a/profiles/prefix/packages b/profiles/prefix/packages
deleted file mode 100644
index 21c9494..0000000
--- a/profiles/prefix/packages
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/packages,v 1.8 2013/08/29 02:58:55 jcallen Exp $
-
-# Gentoo Base Prefix Profile
-
-# NOTE: THIS IS THE BASE PROFILE FOR *ANY* PREFIX BASED OPERATING SYSTEM.
-# NO MODIFICATIONS MAY BE MADE TO THIS FILE WITHOUT PRIOR DISCUSSION.  IF
-# YOU ARE CREATING A NEW PROFILE, YOU SIMPLY NEED TO INHERIT THIS BASE
-# PROFILE IN YOUR PROFILE DIRECTORY'S "parent" FILE.
-
-# Read the descriptions of ../base/packages for some explanation
-
-# This file removes everything from the base profile which is not
-# necessary/desired in a prefix environment.
-
--*>=sys-apps/baselayout-2
--*net-misc/iputils
--*sys-apps/kbd
--*sys-process/procps
--*sys-process/psmisc
--*sys-fs/e2fsprogs
--*virtual/dev-manager
--*virtual/modutils
--*virtual/shadow
-
-# add back prefix baselayout
-*sys-apps/baselayout-prefix
-
-# we don't want binutils everywhere, only in linux and solaris
--*sys-devel/binutils
-
-# we don't ever will install these, so no need to depend on them
--*virtual/libc
--*virtual/os-headers
-
-# we don't want this either (as baselayout-prefix provides the functions.sh
-# file that this was added to ../base/packages for)
--*sys-apps/openrc
diff --git a/profiles/prefix/profile.bashrc b/profiles/prefix/profile.bashrc
deleted file mode 100644
index a8e6802..0000000
--- a/profiles/prefix/profile.bashrc
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/profile.bashrc,v 1.5 2012/11/10 09:46:11 grobian Exp $
-
-# Hack to avoid every package that uses libiconv/gettext
-# install a charset.alias that will collide with libiconv's one
-# See bugs 169678, 195148 and 256129.
-# Also the discussion on
-# http://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml
-prefix-post_src_install() {
-	local f
-	if [[ ${PN} != "libiconv" && -n $(ls "${ED}"/usr/lib*/charset.alias 2>/dev/null) ]]; then
-		einfo "automatically removing charset.alias"
-		rm -f "${ED}"/usr/lib*/charset.alias
-	fi
-}
-
-# These are because of
-# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml
-# The profile-* ones are meant to be used in etc/portage/profile.bashrc by user
-# until there is the registration mechanism.
-profile-post_src_install() { prefix-post_src_install ; }
-        post_src_install() { prefix-post_src_install ; }
diff --git a/profiles/prefix/sunos/make.defaults b/profiles/prefix/sunos/make.defaults
deleted file mode 100644
index 6f90d93..0000000
--- a/profiles/prefix/sunos/make.defaults
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/make.defaults,v 1.2 2009/06/30 16:35:03 darkside Exp $
-
-# System-wide defaults for all SunOS profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="SunOS"
-KERNEL="SunOS"
-
-# stripping stuff works but makes
-# i.e. ldd output completely empty, which is sort of annoying
-FEATURES="nostrip"
diff --git a/profiles/prefix/sunos/packages b/profiles/prefix/sunos/packages
deleted file mode 100644
index ed469f1..0000000
--- a/profiles/prefix/sunos/packages
+++ /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/prefix/sunos/packages,v 1.1 2009/06/06 03:54:58 solar Exp $
-
-*sys-devel/binutils
diff --git a/profiles/prefix/sunos/parent b/profiles/prefix/sunos/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/sunos/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/sunos/solaris/5.10/package.provided b/profiles/prefix/sunos/solaris/5.10/package.provided
deleted file mode 100644
index 70aec53..0000000
--- a/profiles/prefix/sunos/solaris/5.10/package.provided
+++ /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/prefix/sunos/solaris/5.10/package.provided,v 1.1 2009/06/06 03:54:59 solar Exp $
-
-sys-sunos/libc-2.10
diff --git a/profiles/prefix/sunos/solaris/5.10/parent b/profiles/prefix/sunos/solaris/5.10/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/sunos/solaris/5.10/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults b/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults
deleted file mode 100644
index d4552bb..0000000
--- a/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults
+++ /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/prefix/sunos/solaris/5.10/sparc/make.defaults,v 1.1 2009/06/06 03:55:00 solar Exp $
-
-ARCH="sparc-solaris"
-CHOST="sparc-sun-solaris2.10"
-ACCEPT_KEYWORDS="~sparc-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask b/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask
deleted file mode 100644
index 50a4e6a..0000000
--- a/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask,v 1.2 2011/12/30 16:20:16 grobian Exp $
-
diff --git a/profiles/prefix/sunos/solaris/5.10/sparc/parent b/profiles/prefix/sunos/solaris/5.10/sparc/parent
deleted file mode 100644
index 133d186..0000000
--- a/profiles/prefix/sunos/solaris/5.10/sparc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc
-..
diff --git a/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults b/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults
deleted file mode 100644
index 998e138..0000000
--- a/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults
+++ /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/prefix/sunos/solaris/5.10/sparc64/make.defaults,v 1.1 2009/06/06 03:55:00 solar Exp $
-
-ARCH="sparc64-solaris"
-CHOST="sparcv9-sun-solaris2.10"
-ACCEPT_KEYWORDS="~sparc64-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask b/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask
deleted file mode 100644
index ba2a3f2..0000000
--- a/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask,v 1.3 2011/12/30 16:20:16 grobian Exp $
-
diff --git a/profiles/prefix/sunos/solaris/5.10/sparc64/parent b/profiles/prefix/sunos/solaris/5.10/sparc64/parent
deleted file mode 100644
index 9dbef0d..0000000
--- a/profiles/prefix/sunos/solaris/5.10/sparc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc64
-..
diff --git a/profiles/prefix/sunos/solaris/5.10/x64/make.defaults b/profiles/prefix/sunos/solaris/5.10/x64/make.defaults
deleted file mode 100644
index 975b96e..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x64/make.defaults
+++ /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/prefix/sunos/solaris/5.10/x64/make.defaults,v 1.1 2009/06/06 03:55:01 solar Exp $
-
-ARCH="x64-solaris"
-CHOST="x86_64-pc-solaris2.10"
-ACCEPT_KEYWORDS="~x64-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask b/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask
deleted file mode 100644
index dad3f41..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x64/package.use.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/prefix/sunos/solaris/5.10/x64/package.use.mask,v 1.1 2009/06/06 03:55:01 solar Exp $
-
-
diff --git a/profiles/prefix/sunos/solaris/5.10/x64/parent b/profiles/prefix/sunos/solaris/5.10/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/sunos/solaris/5.10/x86/eapi b/profiles/prefix/sunos/solaris/5.10/x86/eapi
deleted file mode 100644
index d00491f..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x86/eapi
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/profiles/prefix/sunos/solaris/5.10/x86/make.defaults b/profiles/prefix/sunos/solaris/5.10/x86/make.defaults
deleted file mode 100644
index 76d1789..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x86/make.defaults
+++ /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/prefix/sunos/solaris/5.10/x86/make.defaults,v 1.1 2009/06/06 03:55:01 solar Exp $
-
-ARCH="x86-solaris"
-CHOST="i386-pc-solaris2.10"
-ACCEPT_KEYWORDS="~x86-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask b/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask
deleted file mode 100644
index 8ece6c0..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask,v 1.3 2011/12/30 16:20:16 grobian Exp $
-
-
-# *** This configuration is not supported in the following
-# subdirectories:
-#    target-libada gnattools target-libmudflap target-libssp
-sys-devel/gcc:4.3 mudflap
diff --git a/profiles/prefix/sunos/solaris/5.10/x86/parent b/profiles/prefix/sunos/solaris/5.10/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/sunos/solaris/5.10/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/sunos/solaris/5.11/package.provided b/profiles/prefix/sunos/solaris/5.11/package.provided
deleted file mode 100644
index 5a748e1..0000000
--- a/profiles/prefix/sunos/solaris/5.11/package.provided
+++ /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/prefix/sunos/solaris/5.11/package.provided,v 1.1 2009/06/06 03:55:02 solar Exp $
-
-sys-sunos/libc-2.11
diff --git a/profiles/prefix/sunos/solaris/5.11/package.use.mask b/profiles/prefix/sunos/solaris/5.11/package.use.mask
deleted file mode 100644
index 18ef8b8..0000000
--- a/profiles/prefix/sunos/solaris/5.11/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/package.use.mask,v 1.1 2011/03/30 08:33:21 grobian Exp $
-
-
-# Fabian Groffen <grobian@gentoo.org> (30 Mar 2011)
-# git is broken with some repack failure (OpenSolaris only)
-sys-devel/gettext git
diff --git a/profiles/prefix/sunos/solaris/5.11/parent b/profiles/prefix/sunos/solaris/5.11/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/sunos/solaris/5.11/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults b/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults
deleted file mode 100644
index 24cba63..0000000
--- a/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults
+++ /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/prefix/sunos/solaris/5.11/sparc/make.defaults,v 1.1 2009/06/06 03:55:02 solar Exp $
-
-ARCH="sparc-solaris"
-CHOST="sparc-sun-solaris2.11"
-ACCEPT_KEYWORDS="~sparc-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask b/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask
deleted file mode 100644
index 18b2198..0000000
--- a/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask,v 1.2 2011/12/30 16:20:17 grobian Exp $
-
diff --git a/profiles/prefix/sunos/solaris/5.11/sparc/parent b/profiles/prefix/sunos/solaris/5.11/sparc/parent
deleted file mode 100644
index 133d186..0000000
--- a/profiles/prefix/sunos/solaris/5.11/sparc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc
-..
diff --git a/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults b/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults
deleted file mode 100644
index ddc439f..0000000
--- a/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults
+++ /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/prefix/sunos/solaris/5.11/sparc64/make.defaults,v 1.1 2009/06/06 03:55:03 solar Exp $
-
-ARCH="sparc64-solaris"
-CHOST="sparcv9-sun-solaris2.11"
-ACCEPT_KEYWORDS="~sparc64-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask b/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask
deleted file mode 100644
index b131ba7..0000000
--- a/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask,v 1.3 2011/12/30 16:20:17 grobian Exp $
-
diff --git a/profiles/prefix/sunos/solaris/5.11/sparc64/parent b/profiles/prefix/sunos/solaris/5.11/sparc64/parent
deleted file mode 100644
index 9dbef0d..0000000
--- a/profiles/prefix/sunos/solaris/5.11/sparc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc64
-..
diff --git a/profiles/prefix/sunos/solaris/5.11/x64/make.defaults b/profiles/prefix/sunos/solaris/5.11/x64/make.defaults
deleted file mode 100644
index e7b4a82..0000000
--- a/profiles/prefix/sunos/solaris/5.11/x64/make.defaults
+++ /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/prefix/sunos/solaris/5.11/x64/make.defaults,v 1.1 2009/06/06 03:55:03 solar Exp $
-
-ARCH="x64-solaris"
-CHOST="x86_64-pc-solaris2.11"
-ACCEPT_KEYWORDS="~x64-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask b/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask
deleted file mode 100644
index c36760d..0000000
--- a/profiles/prefix/sunos/solaris/5.11/x64/package.use.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/prefix/sunos/solaris/5.11/x64/package.use.mask,v 1.1 2009/06/06 03:55:03 solar Exp $
-
-
diff --git a/profiles/prefix/sunos/solaris/5.11/x64/parent b/profiles/prefix/sunos/solaris/5.11/x64/parent
deleted file mode 100644
index fc24616..0000000
--- a/profiles/prefix/sunos/solaris/5.11/x64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x64
-..
diff --git a/profiles/prefix/sunos/solaris/5.11/x86/make.defaults b/profiles/prefix/sunos/solaris/5.11/x86/make.defaults
deleted file mode 100644
index 25f0068..0000000
--- a/profiles/prefix/sunos/solaris/5.11/x86/make.defaults
+++ /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/prefix/sunos/solaris/5.11/x86/make.defaults,v 1.1 2009/06/06 03:55:04 solar Exp $
-
-ARCH="x86-solaris"
-CHOST="i386-pc-solaris2.11"
-ACCEPT_KEYWORDS="~x86-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask b/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask
deleted file mode 100644
index 0a8804d..0000000
--- a/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask,v 1.3 2011/12/30 16:20:17 grobian Exp $
-
diff --git a/profiles/prefix/sunos/solaris/5.11/x86/parent b/profiles/prefix/sunos/solaris/5.11/x86/parent
deleted file mode 100644
index 4a6aa36..0000000
--- a/profiles/prefix/sunos/solaris/5.11/x86/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/x86
-..
diff --git a/profiles/prefix/sunos/solaris/5.9/package.provided b/profiles/prefix/sunos/solaris/5.9/package.provided
deleted file mode 100644
index 01960d1..0000000
--- a/profiles/prefix/sunos/solaris/5.9/package.provided
+++ /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/prefix/sunos/solaris/5.9/package.provided,v 1.1 2009/06/06 03:55:04 solar Exp $
-
-sys-sunos/libc-2.9
diff --git a/profiles/prefix/sunos/solaris/5.9/package.use.force b/profiles/prefix/sunos/solaris/5.9/package.use.force
deleted file mode 100644
index 246ec0a..0000000
--- a/profiles/prefix/sunos/solaris/5.9/package.use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/package.use.force,v 1.1 2009/10/02 15:46:56 haubi Exp $
-
-# still need scandir() from gnulib on solaris2.9
-app-admin/eselect-python gnulib
diff --git a/profiles/prefix/sunos/solaris/5.9/package.use.mask b/profiles/prefix/sunos/solaris/5.9/package.use.mask
deleted file mode 100644
index a255076..0000000
--- a/profiles/prefix/sunos/solaris/5.9/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/package.use.mask,v 1.1 2011/11/16 15:44:41 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (16 Nov 2011)
-# jit not supported on sparc
-dev-libs/libpcre jit
-
diff --git a/profiles/prefix/sunos/solaris/5.9/parent b/profiles/prefix/sunos/solaris/5.9/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/sunos/solaris/5.9/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults b/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults
deleted file mode 100644
index 79144ae..0000000
--- a/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults
+++ /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/prefix/sunos/solaris/5.9/sparc/make.defaults,v 1.1 2009/06/06 03:55:05 solar Exp $
-
-ARCH="sparc-solaris"
-CHOST="sparc-sun-solaris2.9"
-ACCEPT_KEYWORDS="~sparc-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.9/sparc/parent b/profiles/prefix/sunos/solaris/5.9/sparc/parent
deleted file mode 100644
index 133d186..0000000
--- a/profiles/prefix/sunos/solaris/5.9/sparc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc
-..
diff --git a/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults b/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults
deleted file mode 100644
index 1cf4b34..0000000
--- a/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults
+++ /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/prefix/sunos/solaris/5.9/sparc64/make.defaults,v 1.1 2009/06/06 03:55:06 solar Exp $
-
-ARCH="sparc64-solaris"
-CHOST="sparcv9-sun-solaris2.9"
-ACCEPT_KEYWORDS="~sparc64-solaris"
-
diff --git a/profiles/prefix/sunos/solaris/5.9/sparc64/parent b/profiles/prefix/sunos/solaris/5.9/sparc64/parent
deleted file mode 100644
index 9dbef0d..0000000
--- a/profiles/prefix/sunos/solaris/5.9/sparc64/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../arch/sparc64
-..
diff --git a/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask b/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask
deleted file mode 100644
index 164c94a..0000000
--- a/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask,v 1.1 2011/12/30 16:20:17 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Solaris profiles inherit from their matching arch profile here.
-
-
-# Fabian Groffen <grobian@gentoo.org> (16 Nov 2011)
-# jit not supported on sparc
-dev-libs/libpcre jit
-
diff --git a/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask b/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask
deleted file mode 100644
index 3071cd1..0000000
--- a/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask,v 1.1 2011/12/30 16:20:17 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Solaris profiles inherit from their matching arch profile here.
-
-
diff --git a/profiles/prefix/sunos/solaris/arch/sparc64/parent b/profiles/prefix/sunos/solaris/arch/sparc64/parent
deleted file mode 100644
index 0d45c16..0000000
--- a/profiles/prefix/sunos/solaris/arch/sparc64/parent
+++ /dev/null
@@ -1 +0,0 @@
-../sparc
diff --git a/profiles/prefix/sunos/solaris/arch/x64/package.use.mask b/profiles/prefix/sunos/solaris/arch/x64/package.use.mask
deleted file mode 100644
index 4a53a68..0000000
--- a/profiles/prefix/sunos/solaris/arch/x64/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/package.use.mask,v 1.1 2011/12/30 16:20:18 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Solaris profiles inherit from their matching arch profile here.
-
-
diff --git a/profiles/prefix/sunos/solaris/arch/x64/parent b/profiles/prefix/sunos/solaris/arch/x64/parent
deleted file mode 100644
index e6e4a52..0000000
--- a/profiles/prefix/sunos/solaris/arch/x64/parent
+++ /dev/null
@@ -1 +0,0 @@
-../x86
diff --git a/profiles/prefix/sunos/solaris/arch/x86/package.use.mask b/profiles/prefix/sunos/solaris/arch/x86/package.use.mask
deleted file mode 100644
index 09f46a0..0000000
--- a/profiles/prefix/sunos/solaris/arch/x86/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/package.use.mask,v 1.1 2011/12/30 16:20:18 grobian Exp $
-
-# The 32-bits profile is inherited by the 64-bits one!
-# All the Solaris profiles inherit from their matching arch profile here.
-
-
diff --git a/profiles/prefix/sunos/solaris/make.defaults b/profiles/prefix/sunos/solaris/make.defaults
deleted file mode 100644
index cfb63f6..0000000
--- a/profiles/prefix/sunos/solaris/make.defaults
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/make.defaults,v 1.1 2012/09/09 10:23:33 grobian Exp $
-
-# Solaris comes with ipv6 support since Solaris 7, full ipv6 integration
-# since Solaris 8.  Let's enjoy that we have it.
-USE="ipv6"
diff --git a/profiles/prefix/sunos/solaris/package.use.force b/profiles/prefix/sunos/solaris/package.use.force
deleted file mode 100644
index 7d340ec..0000000
--- a/profiles/prefix/sunos/solaris/package.use.force
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.use.force,v 1.1 2011/12/08 08:11:38 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (08 Dec 2011)
-# Force libssp, Solaris' libc doesn't have stack protection symbols,
-# hence without this, -fstack-protector fails with linker unresolved
-# symbol errors.
-sys-devel/gcc libssp
-
diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask
deleted file mode 100644
index c85aeb2..0000000
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask,v 1.7 2011/12/30 16:20:16 grobian Exp $
-
-
-# Fabian Groffen <grobian@gentoo.org> (08 Dec 2011)
-# Unmask libssp, Solaris' libc doesn't have stack protection symbols
-sys-devel/gcc -libssp
-
-# Fabian Groffen <grobian@gentoo.org> (05 Sep 2011)
-# gir tries to link c++ code using gcc and obviously fails
-app-text/poppler introspection
-
-# Fabian Groffen <grobian@gentoo.org> (24 Apr 2011)
-# kms seems linux only, bug #319285
-x11-libs/libdrm libkms
-
-# Jeremy Olexa <darkside@gentoo.org> (03 Dec 2008)
-# Fails to compile on Solaris, bug #245659
-media-gfx/inkscape lcms
diff --git a/profiles/prefix/sunos/solaris/parent b/profiles/prefix/sunos/solaris/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/sunos/solaris/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/sunos/solaris/profile.bashrc b/profiles/prefix/sunos/solaris/profile.bashrc
deleted file mode 100644
index e73cb47..0000000
--- a/profiles/prefix/sunos/solaris/profile.bashrc
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/profile.bashrc,v 1.1 2012/11/10 09:46:11 grobian Exp $
-
-# Automatically determine whether or not gen_usr_ldscript should be
-# doing something or not.  This is necessary due to previous screwups,
-# which may have lead to people bootstrapping already without
-# gen_usr_ldscript being active, while existing installs should remain
-# untouched for now.
-if [[ -z ${PREFIX_DISABLE_GEN_USR_LDSCRIPT} ]] ; then
-	[[ ! -e ${EPREFIX}/lib/libz.so.1 ]] \
-		&& PREFIX_DISABLE_GEN_USR_LDSCRIPT=yes
-fi
diff --git a/profiles/prefix/sunos/use.force b/profiles/prefix/sunos/use.force
deleted file mode 100644
index b43713a..0000000
--- a/profiles/prefix/sunos/use.force
+++ /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/prefix/sunos/use.force,v 1.1 2009/06/06 03:54:58 solar Exp $
-
-# Re-add Solaris OS
-kernel_SunOS
-elibc_SunOS
diff --git a/profiles/prefix/sunos/use.mask b/profiles/prefix/sunos/use.mask
deleted file mode 100644
index bc066bf..0000000
--- a/profiles/prefix/sunos/use.mask
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/use.mask,v 1.4 2013/02/02 13:12:29 grobian Exp $
-
-# Re-add SunOS libc
--elibc_SunOS
--kernel_SunOS
-
-# these will more than likely never work on solaris
-3dfx
-3dnow
-3dnowext
-acpi
-alsa
-apm
-cap
-caps
-cman
-clvm
-directfb
-divx4linux
-djbfft
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-gpm
-hardened
-icc
-icc-pgo
-mmx
-mmx2
-# the following USE flag requires device-mapper
-on-the-fly-crypt
-oss
-solid
-sse
-sse2
-svga
-sybase
-sybase-ct
-rtc
-uclibc
-voodoo3
-pvm
-v4l
diff --git a/profiles/prefix/use.force b/profiles/prefix/use.force
deleted file mode 100644
index 1077439..0000000
--- a/profiles/prefix/use.force
+++ /dev/null
@@ -1,10 +0,0 @@
-# unforce the GNU/Linux ELIBC, KERNEL, and USERLAND
-# flags that come from the base profile
--elibc_glibc
--kernel_linux
-
-# force prefix flag to be set
-prefix
-
-# force GNU userland (even though base profile sets this too)
-userland_GNU
diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
deleted file mode 100644
index c88bbdb..0000000
--- a/profiles/prefix/use.mask
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.7 2012/12/26 11:46:02 heroxbd Exp $
-
-# multilib is never going to work as expected in Prefix
-multilib
-
-# Mask all glibc/linux combination, unmasked in the appropriate profiles
-elibc_glibc
-kernel_linux
-
-# re-add userland GNU
--userland_GNU
-
-# USE flags inherited by the base/use.defaults file that shouldn't be in Prefix
-cups
-gpm
-
-# prefix USE flag should always be unmasked in prefix profiles
--prefix
-
-# USE=acl will probably never work because of how it is related to the kernel
-# and Gentoo Prefix does not have access to that. Also, definately problems with
-# coreutils on darwin.
-acl
-
-# USE=pam just does not make sense in Gentoo Prefix. Should be using the host
-# auth system.
-pam
-
-# USE=udev just does not make sense in Gentoo Prefix. bug 293480
-udev
-
-# The JRuby stack adds *alot* of non-tested ebuilds. If someone has time and
-# motivation, please look into porting this to Gentoo Prefix. bug 302563
-ruby_targets_jruby
-
-# undo:
-# Mike Gilbert <floppym@gentoo.org> (08 Oct 2012)
-# Python 3.3 is masked for testing.
--python_targets_python3_3
--python_single_target_python3_3
-
-# suid requires root privilege, which is not support by prefix in general
-# one example: bug 447340.
-suid
diff --git a/profiles/prefix/windows/cygwin/1.7/package.provided b/profiles/prefix/windows/cygwin/1.7/package.provided
deleted file mode 100644
index 04ceaa8..0000000
--- a/profiles/prefix/windows/cygwin/1.7/package.provided
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/1.7/package.provided,v 1.1 2010/08/31 06:55:40 grobian Exp $
-
-sys-cygwin/libc-1.7
diff --git a/profiles/prefix/windows/cygwin/1.7/parent b/profiles/prefix/windows/cygwin/1.7/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/cygwin/1.7/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/cygwin/1.7/x86/make.defaults b/profiles/prefix/windows/cygwin/1.7/x86/make.defaults
deleted file mode 100644
index 1ca464c..0000000
--- a/profiles/prefix/windows/cygwin/1.7/x86/make.defaults
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/1.7/x86/make.defaults,v 1.1 2010/08/31 06:55:40 grobian Exp $
-
-ARCH="x86-cygwin"
-CHOST="i686-pc-cygwin1.7"
-ACCEPT_KEYWORDS="~x86-cygwin"
diff --git a/profiles/prefix/windows/cygwin/1.7/x86/parent b/profiles/prefix/windows/cygwin/1.7/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/cygwin/1.7/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/cygwin/make.defaults b/profiles/prefix/windows/cygwin/make.defaults
deleted file mode 100644
index ac24dae..0000000
--- a/profiles/prefix/windows/cygwin/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/make.defaults,v 1.1 2010/08/31 06:55:40 grobian Exp $
-
-# System-wide defaults for all Cygwin profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="Cygwin"
-KERNEL="Cygwin"
-
-# no scanelf
-FEATURES="nostrip"
diff --git a/profiles/prefix/windows/cygwin/parent b/profiles/prefix/windows/cygwin/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/cygwin/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/3.5/package.provided b/profiles/prefix/windows/interix/3.5/package.provided
deleted file mode 100644
index 46dd414..0000000
--- a/profiles/prefix/windows/interix/3.5/package.provided
+++ /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/prefix/windows/interix/3.5/package.provided,v 1.1 2009/06/06 03:55:07 solar Exp $
-
-sys-interix/libc-3.5
diff --git a/profiles/prefix/windows/interix/3.5/parent b/profiles/prefix/windows/interix/3.5/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/3.5/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/3.5/x86/make.defaults b/profiles/prefix/windows/interix/3.5/x86/make.defaults
deleted file mode 100644
index aca12b8..0000000
--- a/profiles/prefix/windows/interix/3.5/x86/make.defaults
+++ /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/prefix/windows/interix/3.5/x86/make.defaults,v 1.1 2009/06/06 03:55:08 solar Exp $
-
-ARCH="x86-interix"
-CHOST="i586-pc-interix3.5"
-ACCEPT_KEYWORDS="~x86-interix"
diff --git a/profiles/prefix/windows/interix/3.5/x86/parent b/profiles/prefix/windows/interix/3.5/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/3.5/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/5.2/package.provided b/profiles/prefix/windows/interix/5.2/package.provided
deleted file mode 100644
index 6bc9115..0000000
--- a/profiles/prefix/windows/interix/5.2/package.provided
+++ /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/prefix/windows/interix/5.2/package.provided,v 1.1 2009/06/06 03:55:08 solar Exp $
-
-sys-interix/libc-5.2
diff --git a/profiles/prefix/windows/interix/5.2/parent b/profiles/prefix/windows/interix/5.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/5.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/5.2/x86/make.defaults b/profiles/prefix/windows/interix/5.2/x86/make.defaults
deleted file mode 100644
index 7c793df..0000000
--- a/profiles/prefix/windows/interix/5.2/x86/make.defaults
+++ /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/prefix/windows/interix/5.2/x86/make.defaults,v 1.1 2009/06/06 03:55:09 solar Exp $
-
-ARCH="x86-interix"
-CHOST="i586-pc-interix5.2"
-ACCEPT_KEYWORDS="~x86-interix"
diff --git a/profiles/prefix/windows/interix/5.2/x86/parent b/profiles/prefix/windows/interix/5.2/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/5.2/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/6.0/package.provided b/profiles/prefix/windows/interix/6.0/package.provided
deleted file mode 100644
index 7eef109..0000000
--- a/profiles/prefix/windows/interix/6.0/package.provided
+++ /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/prefix/windows/interix/6.0/package.provided,v 1.1 2009/06/06 03:55:09 solar Exp $
-
-sys-interix/libc-6.0
diff --git a/profiles/prefix/windows/interix/6.0/parent b/profiles/prefix/windows/interix/6.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/6.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/6.0/use.mask b/profiles/prefix/windows/interix/6.0/use.mask
deleted file mode 100644
index 3accb43..0000000
--- a/profiles/prefix/windows/interix/6.0/use.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/prefix/windows/interix/6.0/use.mask,v 1.3 2009/08/14 15:31:30 mduft Exp $
-
-# Markus Duft <mduft@gentoo.org> (7 Jul 2009)
-# Unmask the globally masked i6fork USE flag to allow
-# interix 6 fork to be fixed by linking libi6fork.
--i6fork
diff --git a/profiles/prefix/windows/interix/6.0/x86/make.defaults b/profiles/prefix/windows/interix/6.0/x86/make.defaults
deleted file mode 100644
index 63c928a..0000000
--- a/profiles/prefix/windows/interix/6.0/x86/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.0/x86/make.defaults,v 1.3 2011/05/24 12:59:38 mduft Exp $
-
-# the CHOST version number is the version number of the host libc, not the version of the interix SDK package.
-
-ARCH="x86-interix"
-CHOST="i586-pc-interix6.0"
-ACCEPT_KEYWORDS="~x86-interix"
diff --git a/profiles/prefix/windows/interix/6.0/x86/parent b/profiles/prefix/windows/interix/6.0/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/6.0/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/6.1/package.provided b/profiles/prefix/windows/interix/6.1/package.provided
deleted file mode 100644
index af6198d..0000000
--- a/profiles/prefix/windows/interix/6.1/package.provided
+++ /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/prefix/windows/interix/6.1/package.provided,v 1.1 2010/03/04 12:45:46 mduft Exp $
-
-sys-interix/libc-6.1
diff --git a/profiles/prefix/windows/interix/6.1/parent b/profiles/prefix/windows/interix/6.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/6.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/6.1/use.mask b/profiles/prefix/windows/interix/6.1/use.mask
deleted file mode 100644
index d6905bf..0000000
--- a/profiles/prefix/windows/interix/6.1/use.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/prefix/windows/interix/6.1/use.mask,v 1.1 2010/03/04 12:45:46 mduft Exp $
-
-# Markus Duft <mduft@gentoo.org> (7 Jul 2009)
-# Unmask the globally masked i6fork USE flag to allow
-# interix 6 fork to be fixed by linking libi6fork.
--i6fork
diff --git a/profiles/prefix/windows/interix/6.1/x86/make.defaults b/profiles/prefix/windows/interix/6.1/x86/make.defaults
deleted file mode 100644
index 1d09699..0000000
--- a/profiles/prefix/windows/interix/6.1/x86/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.1/x86/make.defaults,v 1.5 2011/05/24 12:59:38 mduft Exp $
-
-# the CHOST version number is the version number of the host libc, not the version of the interix SDK package.
-
-ARCH="x86-interix"
-CHOST="i586-pc-interix6.1"
-ACCEPT_KEYWORDS="~x86-interix"
diff --git a/profiles/prefix/windows/interix/6.1/x86/parent b/profiles/prefix/windows/interix/6.1/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/6.1/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/make.defaults b/profiles/prefix/windows/interix/make.defaults
deleted file mode 100644
index 1105eec..0000000
--- a/profiles/prefix/windows/interix/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/make.defaults,v 1.2 2009/06/30 16:35:03 darkside Exp $
-
-# System-wide defaults for all Interix profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="Interix"
-KERNEL="Interix"
-
-# no scanelf
-FEATURES="nostrip"
diff --git a/profiles/prefix/windows/interix/package.use.force b/profiles/prefix/windows/interix/package.use.force
deleted file mode 100644
index a12ca5f..0000000
--- a/profiles/prefix/windows/interix/package.use.force
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/package.use.force,v 1.2 2010/11/16 08:16:36 mduft Exp $
-
-# Markus Duft <mduft@gentoo.org> (28 Oct 2010)
-# really need them statically, as long as portage uses coreutils
-# during merge. if re-merging suacomp, utilities don't work otherwise.
-sys-apps/coreutils static
-
-sys-devel/binutils-config extwrapper
diff --git a/profiles/prefix/windows/interix/package.use.mask b/profiles/prefix/windows/interix/package.use.mask
deleted file mode 100644
index cb99456..0000000
--- a/profiles/prefix/windows/interix/package.use.mask
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/package.use.mask,v 1.3 2011/08/09 12:36:57 mduft Exp $
-
-# Markus Duft <mduft@gentoo.org> (9 Aug 2011)
-# mask uuid flag on apr, which would tear in util-linux, which is
-# far from building on interix.
-dev-libs/apr uuid
-
-# Markus Duft <mduft@gentoo.org> (9 Aug 2011)
-# mask git flag from gettext, as gettext's build tries to munge
-# some archives with 'root' group, which doesn't exist on interix
-# (not even with user/group mapping through suacomp).
-sys-devel/gettext git
-
-# Markus Duft <mduft@gentoo.org> (28 Oct 2010)
-# mask optimization flags from eix, as they cause build troubles
-# wrt visibility flags - seems gcc 4.2.4 on interix needs another
-# patch (it already has one to disable -fvisibility=, but that
-# seems to miss -fvisibility-inlines-hidden, etc.)
-app-portage/eix optimization strong-optimization
-
-dev-scheme/guile threads
-x11-wm/fluxbox nls
-net-libs/libsoup ssl
-app-arch/pdv X
-
diff --git a/profiles/prefix/windows/interix/packages b/profiles/prefix/windows/interix/packages
deleted file mode 100644
index c455db7..0000000
--- a/profiles/prefix/windows/interix/packages
+++ /dev/null
@@ -1,3 +0,0 @@
-# suacomp library is required on interix now! this is a crucial part of the system.
-# without it, there is only a broken poll, no multi-cpu/core support, etc...
-*sys-libs/suacomp
diff --git a/profiles/prefix/windows/interix/parent b/profiles/prefix/windows/interix/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/interix/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/interix/profile.bashrc b/profiles/prefix/windows/interix/profile.bashrc
deleted file mode 100644
index 3a32d78..0000000
--- a/profiles/prefix/windows/interix/profile.bashrc
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/profile.bashrc,v 1.5 2010/10/22 07:30:09 mduft Exp $
-
-# use bash as config shell. this avoids _big_ problems with new libtool (>=2.2.10),
-# as wrong asumptions about the shell arise when checking against /bin/sh.
-export CONFIG_SHELL=${BASH}
-
-# On interix, binary files (executables, shared libraries) in use
-# cannot be replaced during merge.
-# But it is possible to rename them and remove lateron when they are
-# not used any more by any running program.
-#
-# This is a workaround for portage bug#199868,
-# and should be dropped once portage does sth. like this itself.
-
-interix_cleanup_removed_files() {
-	local removedlist=$1
-	rm -f "${removedlist}".new
-
-	if [[ -r ${removedlist} ]]; then
-		rm -f "${removedlist}".old
-	fi
-	# restore in case of system fault
-	if [[ -r ${removedlist}.old ]]; then
-		mv "${removedlist}"{.old,}
-	fi
-
-	touch "${removedlist}"{,.new} # ensure they exist
-
-	while read rmstem; do
-		# try to remove previously recorded files
-		for f in "${ROOT}${rmstem}"*; do
-			ebegin "trying to remove ${f}"
-			rm -f "${f}" > /dev/null 2>&1
-			eend $?
-		done
-		# but keep it in list if still exists
-		for f in "${ROOT}${rmstem}"*; do
-			[[ -f ${f} ]] && echo "${rmstem}" >> "${removedlist}".new
-			break
-		done
-	done < "${removedlist}"
-
-	# update the list
-	mv "${removedlist}"{,.old}
-	mv "${removedlist}"{.new,}
-	rm "${removedlist}".old
-}
-
-interix_find_removed_slot() {
-	local f=$1
-	local n=0
-	while [[ ${n} -lt 100 && -f "${f}${n}" ]]; do
-		n=$((n=n+1))
-	done
-
-	if [[ ${n} -ge 100 ]]; then
-		echo "too many (>=100) old text files busy of '${f}'" >&2
-		exit 1
-	fi
-
-	echo $n
-}
-
-interix_prepare_file() {
-	local failed=0
-	if [[ ${PN} == libiconv ]]; then
-		# when moving around libiconv, the prefix' coreutils will
-		# be damaged, so we really need to use the systems ones.
-		/bin/cp -p "${1}" "${1}.new" || failed=1
-		/bin/mv "${1}" "${2}" || failed=1
-		/bin/mv "${1}.new" "${1}" || failed=1
-	else
-		my_mv=mv
-
-		[[ "${1}" == */mv ]] && my_mv="${1}.new"
-		[[ -f "${1}.new" ]] && rm -f "${1}.new"
-
-		cp -p "${1}" "${1}.new" || failed=1
-		${my_mv} "${1}" "${2}" || failed=1
-		${my_mv} "${1}.new" "${1}" || failed=1
-	fi
-
-	echo $failed
-}
-
-post_pkg_preinst() {
-	local removedlist="${EROOT}var/lib/portage/files2bremoved"
-	interix_cleanup_removed_files $removedlist
-	
-	# now go for current package
-	cd "${D}"
-	find ".${EROOT}" -type f | while read f;
-	do
-		/usr/bin/file "${f}" | grep ' PE ' > /dev/null || continue
-
-		f=${f#./} # find prints: "./path/to/file"
-		f=${f%:} # file prints: "file-argument: type-of-file"
-		test -r "${ROOT}${f}" || continue
-		rmstem="${f}.removedbyportage"
-		# keep list of old busy text files unique
-		grep -Fx "${rmstem}" "${removedlist}" >/dev/null \
-			|| echo "${rmstem}" >> "${removedlist}"
-
-		local n=$(interix_find_removed_slot ${ROOT}${rmstem})
-		ebegin "preparing ${ROOT}${f} for merge (${n})"
-		eend $(interix_prepare_file "${ROOT}${f}" "${ROOT}${rmstem}${n}")
-	done
-}
-
-post_pkg_prerm() {
-	local removedlist="${EROOT}var/lib/portage/files2bremoved"
-	save_IFS=$IFS
-	IFS='
-';
-	local MY_PR=${PR}
-	[[ ${MY_PR} == r0 ]] && MY_PR=
-	local -a contents=($(<"${EROOT}var/db/pkg/${CATEGORY}/${P}${MY_PR:+-}${MY_PR}/CONTENTS"));
-	IFS=$save_IFS
-	local -a cont
-	for content in "${contents[@]}"; do
-		cont=($content)
-		f=${cont[1]}
-		f=${f#/}
-
-		test -r "${ROOT}${f}" || continue
-
-		if /usr/bin/file "${ROOT}${f}" | grep ' PE ' > /dev/null; then
-			# $f should be an absolute path to the installed file
-			rmstem="${f}.removedbyportage"
-
-			grep "^${rmstem}$" "${removedlist}" > /dev/null \
-				|| echo "${rmstem}" >> "${removedlist}"
-
-			local n=$(interix_find_removed_slot ${ROOT}${rmstem})
-			ebegin "preparing ${ROOT}${f} for unmerge ($n)"
-			eend $(interix_prepare_file "${ROOT}${f}" "${ROOT}${rmstem}${n}")
-		fi
-	done
-}
-
-pre_pkg_postrm() {
-	local removedlist="${EROOT}var/lib/portage/files2bremoved"
-	interix_cleanup_removed_files $removedlist
-}
diff --git a/profiles/prefix/windows/interix/use.force b/profiles/prefix/windows/interix/use.force
deleted file mode 100644
index 19428a0..0000000
--- a/profiles/prefix/windows/interix/use.force
+++ /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/prefix/windows/interix/use.force,v 1.1 2009/06/06 03:55:07 solar Exp $
-
-# Re-add Interix on Windows OS
-kernel_Interix
-elibc_Interix
diff --git a/profiles/prefix/windows/interix/use.mask b/profiles/prefix/windows/interix/use.mask
deleted file mode 100644
index 7b2ef4e..0000000
--- a/profiles/prefix/windows/interix/use.mask
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/use.mask,v 1.11 2011/11/01 00:56:22 ssuominen Exp $
-
-# Re-add Interix libc
--elibc_Interix
--kernel_Interix
-
-# these will more than likely never work on Interix
-3dfx
-acpi
-alsa
-altivec
-apm
-bluetooth
-cap
-caps
-cdr
-coreaudio
-dga
-directfb
-divx4linux
-djbfft
-dri
-dvdr
-# missing implementation for unexec()
-emacs
-xemacs
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-glut
-gpm
-gps
-hardened
-hddtemp
-ibm
-icc
-icc-pgo
-ieee1394
-ifc
-ipod
-ipv6
-java
-lm_sensors
-matrox
-netboot
-old-linux
-# requires device-mapper
-on-the-fly-crypt
-opengl
-oss
-pam
-pcmcia
-pda
-rtc
-selinux
-scanner
-smartcard
-svga
-uclibc
-#  totally b0rked on interix
-unicode
-usb
-voodoo3
-pvm
-v4l
-wifi
-
-# these are USE flags that don't _currently_ work, but may will in the future.
-ffmpeg
-fftw
-flac
-jack
-joystick
-kerberos
-ladspa
-libedit
-# bug #310007
-multitarget
-# not working yet on interix
-openmp
-portaudio
-pulseaudio
-qt4
-# libtiff only static, so avoid this!
-tiff
-timidity
diff --git a/profiles/prefix/windows/parent b/profiles/prefix/windows/parent
deleted file mode 100644
index cd11492..0000000
--- a/profiles/prefix/windows/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../../base
-..
diff --git a/profiles/prefix/windows/winnt/3.5/package.provided b/profiles/prefix/windows/winnt/3.5/package.provided
deleted file mode 100644
index 86c3f75..0000000
--- a/profiles/prefix/windows/winnt/3.5/package.provided
+++ /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/prefix/windows/winnt/3.5/package.provided,v 1.1 2009/06/06 03:55:11 solar Exp $
-
-sys-winnt/libc-3.5
diff --git a/profiles/prefix/windows/winnt/3.5/parent b/profiles/prefix/windows/winnt/3.5/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/3.5/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/3.5/x86/make.defaults b/profiles/prefix/windows/winnt/3.5/x86/make.defaults
deleted file mode 100644
index 867e076..0000000
--- a/profiles/prefix/windows/winnt/3.5/x86/make.defaults
+++ /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/prefix/windows/winnt/3.5/x86/make.defaults,v 1.1 2009/06/06 03:55:11 solar Exp $
-
-ARCH="x86-winnt"
-CHOST="i586-pc-winnt3.5"
-ACCEPT_KEYWORDS="~x86-winnt"
diff --git a/profiles/prefix/windows/winnt/3.5/x86/parent b/profiles/prefix/windows/winnt/3.5/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/3.5/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/5.2/package.provided b/profiles/prefix/windows/winnt/5.2/package.provided
deleted file mode 100644
index 99d7293..0000000
--- a/profiles/prefix/windows/winnt/5.2/package.provided
+++ /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/prefix/windows/winnt/5.2/package.provided,v 1.1 2009/06/06 03:55:12 solar Exp $
-
-sys-winnt/libc-5.2
diff --git a/profiles/prefix/windows/winnt/5.2/parent b/profiles/prefix/windows/winnt/5.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/5.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/5.2/x86/make.defaults b/profiles/prefix/windows/winnt/5.2/x86/make.defaults
deleted file mode 100644
index f606bd9..0000000
--- a/profiles/prefix/windows/winnt/5.2/x86/make.defaults
+++ /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/prefix/windows/winnt/5.2/x86/make.defaults,v 1.1 2009/06/06 03:55:12 solar Exp $
-
-ARCH="x86-winnt"
-CHOST="i586-pc-winnt5.2"
-ACCEPT_KEYWORDS="~x86-winnt"
diff --git a/profiles/prefix/windows/winnt/5.2/x86/parent b/profiles/prefix/windows/winnt/5.2/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/5.2/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/6.0/package.provided b/profiles/prefix/windows/winnt/6.0/package.provided
deleted file mode 100644
index 579e488..0000000
--- a/profiles/prefix/windows/winnt/6.0/package.provided
+++ /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/prefix/windows/winnt/6.0/package.provided,v 1.1 2009/06/06 03:55:13 solar Exp $
-
-sys-winnt/libc-6.0
diff --git a/profiles/prefix/windows/winnt/6.0/parent b/profiles/prefix/windows/winnt/6.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/6.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/6.0/x86/make.defaults b/profiles/prefix/windows/winnt/6.0/x86/make.defaults
deleted file mode 100644
index 2af65d8..0000000
--- a/profiles/prefix/windows/winnt/6.0/x86/make.defaults
+++ /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/prefix/windows/winnt/6.0/x86/make.defaults,v 1.1 2009/06/06 03:55:13 solar Exp $
-
-ARCH="x86-winnt"
-CHOST="i586-pc-winnt6.0"
-ACCEPT_KEYWORDS="~x86-winnt"
diff --git a/profiles/prefix/windows/winnt/6.0/x86/parent b/profiles/prefix/windows/winnt/6.0/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/6.0/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/6.1/package.provided b/profiles/prefix/windows/winnt/6.1/package.provided
deleted file mode 100644
index 9cd529d..0000000
--- a/profiles/prefix/windows/winnt/6.1/package.provided
+++ /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/prefix/windows/winnt/6.1/package.provided,v 1.1 2010/03/04 12:45:49 mduft Exp $
-
-sys-winnt/libc-6.1
diff --git a/profiles/prefix/windows/winnt/6.1/parent b/profiles/prefix/windows/winnt/6.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/6.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/6.1/x86/make.defaults b/profiles/prefix/windows/winnt/6.1/x86/make.defaults
deleted file mode 100644
index 10bb24b..0000000
--- a/profiles/prefix/windows/winnt/6.1/x86/make.defaults
+++ /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/prefix/windows/winnt/6.1/x86/make.defaults,v 1.1 2010/03/04 12:45:50 mduft Exp $
-
-ARCH="x86-winnt"
-CHOST="i586-pc-winnt6.1"
-ACCEPT_KEYWORDS="~x86-winnt"
diff --git a/profiles/prefix/windows/winnt/6.1/x86/parent b/profiles/prefix/windows/winnt/6.1/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/6.1/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/make.defaults b/profiles/prefix/windows/winnt/make.defaults
deleted file mode 100644
index b574c3b..0000000
--- a/profiles/prefix/windows/winnt/make.defaults
+++ /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/prefix/windows/winnt/make.defaults,v 1.2 2009/06/30 16:35:04 darkside Exp $
-
-# System-wide defaults for all Windows profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="Winnt"
-KERNEL="Winnt"
-
-FEATURES="nostrip"
diff --git a/profiles/prefix/windows/winnt/packages b/profiles/prefix/windows/winnt/packages
deleted file mode 100644
index 37e9a49..0000000
--- a/profiles/prefix/windows/winnt/packages
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/packages,v 1.7 2011/12/06 16:03:10 vapier Exp $
-
-# those are packages not available/required on winnt, since
-# winnt can be a child EPREFIX only, which tears it's DEPENDS
-# from a parent (e.g. x86-interix) prefix.
-
--*sys-apps/grep
--*app-arch/gzip
--*sys-devel/libtool
--*virtual/man
--*sys-devel/patch
--*sys-devel/flex
--*sys-apps/gawk
--*app-arch/tar
--*sys-apps/sed
--*sys-devel/bison
--*sys-apps/texinfo
--*sys-apps/file
--*app-arch/bzip2
--*net-misc/rsync
--*sys-devel/automake
--*virtual/editor
--*sys-apps/coreutils
--*sys-devel/make
--*sys-apps/findutils
--*sys-devel/m4
--*net-misc/wget
--*sys-apps/which
--*virtual/pager
--*sys-apps/diffutils
--*sys-apps/baselayout-prefix
--*app-shells/bash
--*virtual/package-manager
--*virtual/ssh
--*sys-devel/autoconf
--*sys-devel/gnuconfig
--*sys-devel/gcc
diff --git a/profiles/prefix/windows/winnt/parent b/profiles/prefix/windows/winnt/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/prefix/windows/winnt/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/prefix/windows/winnt/profile.bashrc b/profiles/prefix/windows/winnt/profile.bashrc
deleted file mode 100644
index dfa1244..0000000
--- a/profiles/prefix/windows/winnt/profile.bashrc
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/profile.bashrc,v 1.1 2009/06/06 03:55:10 solar Exp $
-
-# On windows, binary files (executables, shared libraries) in use
-# cannot be replaced during merge.
-# But it is possible to rename them and remove lateron when they are
-# not used any more by any running program.
-#
-# This is a workaround for portage bug#199868,
-# and should be dropped once portage does sth. like this itself.
-#
-
-# Need to explicitly set PKG_CONFIG_PATH for cross EPREFIX.
-export PKG_CONFIG_PATH="${EPREFIX}/lib/pkgconfig:${EPREFIX}/usr/lib/pkgconfig"
-
-windows_cleanup_removed_files() {
-	local removedlist=$1
-	rm -f "${removedlist}".new
-
-	if [[ -r ${removedlist} ]]; then
-		rm -f "${removedlist}".old
-	fi
-	# restore in case of system fault
-	if [[ -r ${removedlist}.old ]]; then
-		mv "${removedlist}"{.old,}
-	fi
-
-	touch "${removedlist}"{,.new} # ensure they exist
-
-	while read rmstem; do
-		# try to remove previously recorded files
-		for f in "${ROOT}${rmstem}"*; do
-			ebegin "trying to remove ${f}"
-			rm -f "${f}" > /dev/null 2>&1
-			eend $?
-		done
-		# but keep it in list if still exists
-		for f in "${ROOT}${rmstem}"*; do
-			[[ -f ${f} ]] && echo "${rmstem}" >> "${removedlist}".new
-			break
-		done
-	done < "${removedlist}"
-
-	# update the list
-	mv "${removedlist}"{,.old}
-	mv "${removedlist}"{.new,}
-	rm "${removedlist}".old
-}
-
-windows_find_removed_slot() {
-	local f=$1
-	local n=0
-	while [[ ${n} -lt 100 && -f "${f}${n}" ]]; do
-		n=$((n=n+1))
-	done
-
-	if [[ ${n} -ge 100 ]]; then
-		echo "too many (>=100) old text files busy of '${f}'" >&2
-		exit 1
-	fi
-
-	echo $n
-}
-
-windows_prepare_file() {
-	local failed=0
-	my_mv=mv
-
-	[[ "${1}" == */mv ]] && my_mv="${1}.new"
-	[[ -f "${1}.new" ]] && rm -f "${1}.new"
-
-	cp -p "${1}" "${1}.new" || failed=1
-	${my_mv} "${1}" "${2}" || failed=1
-	${my_mv} "${1}.new" "${1}" || failed=1
-
-	echo $failed
-}
-
-post_src_install() {
-	cd "${ED}"
-	find . -name '*.exe' | while read f; do
-		if file "${f}" | grep "GUI" > /dev/null 2>&1; then
-			if test ! -f "${f%.exe}"; then
-				einfo "Windows GUI Executable $f will have no symlink."
-			fi
-		else
-			if test ! -f "${f%.exe}"; then
-				ebegin "creating ${f%.exe} -> ${f} for console accessibility."
-				eend $(ln -sf "$(basename "${f}")" "${f%.exe}" && echo 0 || echo 1)
-			fi
-		fi
-	done
-}
-
-post_pkg_preinst() {
-	local removedlist="${EROOT}var/lib/portage/files2bremoved"
-	windows_cleanup_removed_files $removedlist
-	
-	# now go for current package
-	cd "${D}"
-	find ".${EROOT}" -type f | xargs -r /usr/bin/file | grep ' PE ' | while read f t
-	do
-		f=${f#./} # find prints: "./path/to/file"
-		f=${f%:} # file prints: "file-argument: type-of-file"
-		test -r "${ROOT}${f}" || continue
-		rmstem="${f}.removedbyportage"
-		# keep list of old busy text files unique
-		grep "^${rmstem}$" "${removedlist}" >/dev/null \
-			|| echo "${rmstem}" >> "${removedlist}"
-
-		local n=$(windows_find_removed_slot ${ROOT}${rmstem})
-		ebegin "backing up text file ${ROOT}${f} (${n})"
-		eend $(windows_prepare_file "${ROOT}${f}" "${ROOT}${rmstem}${n}")
-	done
-}
-
-post_pkg_prerm() {
-	local removedlist="${EROOT}var/lib/portage/files2bremoved"
-	save_IFS=$IFS
-	IFS='
-';
-	local MY_PR=${PR}
-	[[ ${MY_PR} == r0 ]] && MY_PR=
-	local -a contents=($(<"${EROOT}var/db/pkg/${CATEGORY}/${P}${MY_PR:+-}${MY_PR}/CONTENTS"));
-	IFS=$save_IFS
-	local -a cont
-	for content in "${contents[@]}"; do
-		cont=($content)
-		f=${cont[1]}
-		f=${f#/}
-
-		test -r "${ROOT}${f}" || continue
-
-		if /usr/bin/file "${ROOT}${f}" | grep ' PE ' > /dev/null; then
-			# $f should be an absolute path to the installed file
-			rmstem="${f}.removedbyportage"
-
-			grep "^${rmstem}$" "${removedlist}" > /dev/null \
-				|| echo "${rmstem}" >> "${removedlist}"
-
-			local n=$(windows_find_removed_slot ${ROOT}${rmstem})
-			ebegin "preparing ${ROOT}${f} for unmerge ($n)"
-			eend $(windows_prepare_file "${ROOT}${f}" "${ROOT}${rmstem}${n}")
-		fi
-	done
-}
-
-pre_pkg_postrm() {
-	local removedlist="${EROOT}var/lib/portage/files2bremoved"
-	windows_cleanup_removed_files $removedlist
-}
diff --git a/profiles/prefix/windows/winnt/use.mask b/profiles/prefix/windows/winnt/use.mask
deleted file mode 100644
index e8ec66d..0000000
--- a/profiles/prefix/windows/winnt/use.mask
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/use.mask,v 1.8 2011/11/01 00:56:22 ssuominen Exp $
-
-# Re-add Interix libc
--elibc_Winnt
--kernel_Winnt
-
-# these need a review, since they are just copied from interix
-# these will more than likely never work on Windows
-3dfx
-acpi
-alsa
-altivec
-apm
-bluetooth
-cap
-caps
-cdr
-coreaudio
-dga
-directfb
-divx4linux
-djbfft
-dri
-dvdr
-# emacs USE flag is masked because of missing implementation for unexec()
-emacs
-emul-linux-x86
-fbcon
-fdftk
-fmod
-ggi
-glut
-gpm
-gps
-hardened
-hddtemp
-ibm
-icc
-icc-pgo
-ieee1394
-ifc
-ipod
-ipv6
-lm_sensors
-matrox
-ncurses
-netboot
-old-linux
-# the following USE flag requires device-mapper
-on-the-fly-crypt
-opengl
-oss
-pcmcia
-pda
-rtc
-selinux
-scanner
-smartcard
-svga
-uclibc
-# unicode is totally b0rked on interix
-unicode
-usb
-voodoo3
-pvm
-v4l
-wifi
-
-# these are USE flags that don't _currently_ work, but may will in the future.
-ffmpeg
-fftw
-flac
-jack
-joystick
-ladspa
-# opennmp is not working yet on interix
-openmp
-portaudio
-pulseaudio
-qt4
-readline
-# libtiff only static, so avoid the tiff USE flag!
-tiff
-timidity
diff --git a/profiles/releases/10.0/eapi b/profiles/releases/10.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/releases/10.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/releases/10.0/make.defaults b/profiles/releases/10.0/make.defaults
deleted file mode 100644
index 57d6166..0000000
--- a/profiles/releases/10.0/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/10.0/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $
-
-# Adding this one, since it makes sense.
-USE="bzip2"
diff --git a/profiles/releases/10.0/parent b/profiles/releases/10.0/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/releases/10.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/releases/13.0/eapi b/profiles/releases/13.0/eapi
deleted file mode 100644
index 0cfbf08..0000000
--- a/profiles/releases/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/profiles/releases/13.0/make.defaults b/profiles/releases/13.0/make.defaults
deleted file mode 100644
index 1468b20..0000000
--- a/profiles/releases/13.0/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/13.0/make.defaults,v 1.1 2013/01/14 21:02:57 dilfridge Exp $
-
-# Adding this one, since it makes sense.
-USE="bzip2"
diff --git a/profiles/releases/13.0/parent b/profiles/releases/13.0/parent
deleted file mode 100644
index 4e3b1cc..0000000
--- a/profiles/releases/13.0/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../eapi-5-files
diff --git a/profiles/releases/freebsd-8.2/package.use.mask b/profiles/releases/freebsd-8.2/package.use.mask
deleted file mode 100644
index f2b7c14..0000000
--- a/profiles/releases/freebsd-8.2/package.use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-8.2/package.use.mask,v 1.1 2012/07/06 23:11:51 naota Exp $
-
-# Not built due to lacking of O_CLOEXEC, bug #390387
-media-libs/mesa egl
diff --git a/profiles/releases/freebsd-8.2/packages b/profiles/releases/freebsd-8.2/packages
deleted file mode 100644
index 7eeb4ea..0000000
--- a/profiles/releases/freebsd-8.2/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-8.2/packages,v 1.1 2011/07/06 05:50:23 aballier Exp $
-
-*>=sys-apps/baselayout-2.0.0
-*>=sys-apps/openrc-0.2.5
diff --git a/profiles/releases/freebsd-8.2/parent b/profiles/releases/freebsd-8.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/releases/freebsd-8.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/releases/freebsd-9.1/packages b/profiles/releases/freebsd-9.1/packages
deleted file mode 100644
index 5306051..0000000
--- a/profiles/releases/freebsd-9.1/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.1/packages,v 1.1 2012/08/07 20:46:10 aballier Exp $
-
-*>=sys-apps/baselayout-2.0.0
-*>=sys-apps/openrc-0.2.5
diff --git a/profiles/releases/freebsd-9.1/parent b/profiles/releases/freebsd-9.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/releases/freebsd-9.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/releases/freebsd-9.2/packages b/profiles/releases/freebsd-9.2/packages
deleted file mode 100644
index b4adfee..0000000
--- a/profiles/releases/freebsd-9.2/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.2/packages,v 1.1 2013/08/09 14:09:22 aballier Exp $
-
-*>=sys-apps/baselayout-2.0.0
-*>=sys-apps/openrc-0.2.5
diff --git a/profiles/releases/freebsd-9.2/parent b/profiles/releases/freebsd-9.2/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/releases/freebsd-9.2/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/releases/make.defaults b/profiles/releases/make.defaults
deleted file mode 100644
index 110c540..0000000
--- a/profiles/releases/make.defaults
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.5 2013/07/30 00:31:00 mattst88 Exp $
-
-# These USE flags are what is common between the various sub-profiles. Stages 2
-# and 3 are built against these, so be careful what you add.
-USE="acl gdbm nptl unicode"
diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults
deleted file mode 100644
index 39db2da..0000000
--- a/profiles/targets/desktop/gnome/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/make.defaults,v 1.8 2013/07/11 20:45:39 pacho Exp $
-
-USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus pulseaudio socialweb"
diff --git a/profiles/targets/desktop/gnome/package.use b/profiles/targets/desktop/gnome/package.use
deleted file mode 100644
index 2566368..0000000
--- a/profiles/targets/desktop/gnome/package.use
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v 1.19 2013/06/06 05:34:50 tetromino Exp $
-
-# Required for cheese in gnome3
->=media-libs/gst-plugins-base-1.0 theora
-
-# Required for gnome-base/gnome-2.32 to be merged directly, for
-# gnome-extra/hamster-applet-2.32 and x11-misc/alacarte-0.13
-dev-lang/python sqlite
-gnome-base/gnome-menus python
-
-# REQUIRED_USE="?? ( pulseaudio gstreamer )", and we want pulse in gnome
-net-misc/spice-gtk -gstreamer
-
-# Required by app-accessibility/orca-3
-app-accessibility/speech-dispatcher python
-
-# gtk3 input method plugins required for gnome3; gnome-shell wants ibus[dconf]
-app-i18n/ibus dconf gtk3
-app-i18n/uim gtk3
-
-# incompatible with >=evolution-data-server-3.6, bug #449138
-dev-vcs/giggle -eds
-
-# Required for webkit-gtk-2
-media-libs/harfbuzz icu
-
-# Pulled in by net-im/telepathy-connection-managers[msn] (via dev-python/papyon
-# and net-voip/telepathy-butterfly)
-net-libs/farsight2 python
-net-libs/libproxy python
-
-# Required by net-misc/vinagre-3
-net-libs/gtk-vnc gtk3
-
-# Required by dev-libs/folks[libsocialweb]
-net-libs/libsocialweb vala
-
-# The following are required by ekiga-3
-net-libs/opal sip
-net-libs/ptlib wav
-
-# For net-misc/vinagre-3.4 and gnome-boxes
-net-misc/spice-gtk gtk3
-
-# liboauth (required by evolution-data-server[gnome-online-accounts] and
-# gnome-documents in gnome-3.2) has +nss in IUSE, pulls in curl[-gnutls,nss]
-# In >=curl-7.25.0-r1, need CURL_SSL="-gnutls nss -openssl"
-net-misc/curl -curl_ssl_gnutls curl_ssl_nss -curl_ssl_openssl -gnutls nss
-dev-python/pycurl -curl_ssl_gnutls curl_ssl_nss -curl_ssl_openssl
-
-# Required by app-admin/sabayon
-x11-base/xorg-server kdrive
diff --git a/profiles/targets/desktop/gnome/parent b/profiles/targets/desktop/gnome/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/targets/desktop/gnome/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/targets/desktop/kde/make.defaults b/profiles/targets/desktop/kde/make.defaults
deleted file mode 100644
index 74cb1a3..0000000
--- a/profiles/targets/desktop/kde/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/make.defaults,v 1.4 2011/06/06 20:11:28 dilfridge Exp $
-
-USE="consolekit declarative dri kde kipi phonon plasma policykit semantic-desktop xcomposite xinerama xscreensaver"
diff --git a/profiles/targets/desktop/kde/package.use b/profiles/targets/desktop/kde/package.use
deleted file mode 100644
index 08125c4..0000000
--- a/profiles/targets/desktop/kde/package.use
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.use,v 1.6 2013/09/21 17:00:56 kensington Exp $
-
-# Required by kde-base/pykde4
-dev-python/PyQt4 script sql webkit
-
-# Required by app-office/akonadi-server
-dev-qt/qtsql mysql
-
-# Required by media-gfx/graphviz which is required by kde-base/kcachegrind
-media-libs/gd fontconfig
-
-# Required by dev-db/virtuoso-server
-sys-libs/zlib minizip
-
-# Not required, but makes life easier with Qt; bug 457934
-app-arch/unzip natspec
-
-# Required by kde-base/libkexiv2
-media-gfx/exiv2 xmp
diff --git a/profiles/targets/desktop/kde/package.use.force b/profiles/targets/desktop/kde/package.use.force
deleted file mode 100644
index dc59eff..0000000
--- a/profiles/targets/desktop/kde/package.use.force
+++ /dev/null
@@ -1,5 +0,0 @@
-# Michael Palimaka <kensington@gentoo.org> (21 Aug 2013)
-# Don't force consolekit on newer KDE versions.
-# It still defaults on in the ebuild, but forcing it can
-# conflict with systemd. See bug #468500.
-<kde-base/kdm-4.11.0 consolekit
diff --git a/profiles/targets/desktop/kde/parent b/profiles/targets/desktop/kde/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/targets/desktop/kde/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/targets/desktop/kde/use.force b/profiles/targets/desktop/kde/use.force
deleted file mode 100644
index 5a52ef0..0000000
--- a/profiles/targets/desktop/kde/use.force
+++ /dev/null
@@ -1,4 +0,0 @@
-# Force policykit on, other configurations are *maybe* possible but 
-# not supported. If you know how to disable this mask, you also know enough to 
-# handle the consequences.
-policykit
diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults
deleted file mode 100644
index 5c13f82..0000000
--- a/profiles/targets/desktop/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.26 2013/01/20 13:43:03 dilfridge Exp $
-
-USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam firefox flac gif gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt3support qt4 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid"
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
deleted file mode 100644
index 53b75e6..0000000
--- a/profiles/targets/desktop/package.use
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.30 2013/04/17 10:48:30 mgorny Exp $
-
-# Samuli Suominen <ssuominen@gentoo.org> (15 May 2012)
-# Replaced by USE="udisks" in make.defaults for -r1 and higher
-<gnome-base/gvfs-1.14 gdu -udisks
-
-# Jeremy Olexa <darkside@gentoo.org> (07 Oct 2011)
-# Required by mesa, ultimately by xorg-server (every desktop) bug 385843
-dev-libs/libxml2 python
-
-# Samuli Suominen <ssuominen@gentoo.org> (27 Sep 2011)
-# Required by mozilla browsers wrt #372419
-media-libs/libpng apng
-
-# Samuli Suominen <ssuominen@gentoo.org> (19 Dec 2010)
-# Required by udev helpers like udisks and upower
-sys-apps/systemd gudev introspection keymap
-sys-fs/eudev gudev hwdb introspection keymap
->=sys-fs/udev-171 gudev hwdb introspection keymap
->=virtual/udev-171 gudev hwdb introspection keymap
-
-# Samuli Suominen <ssuominen@gentoo.org> (19 Dec 2010)
-# Support for desktop file icons
-xfce-base/xfdesktop thunar
-
-# Chris Gianelloni <wolf31o2@gentoo.org> (26 Mar 2008)
-# While we may need LDAP client support, who needs the server on a desktop?
-# Did I mention that this also fixes the horrible perl dependency hell, too?
-net-nds/openldap minimal
diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
deleted file mode 100644
index 271cf5e..0000000
--- a/profiles/targets/developer/make.defaults
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.12 2012/08/12 08:35:59 ssuominen Exp $
-
-# Remove "multilib-strict" for now wrt #424423
-FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
-
-# Disable branding (from desktop)
-USE="-branding"
-
-# As much as it pains me, we hope that developers know what they're doing.
-I_KNOW_WHAT_I_AM_DOING="yes"
-
-# Log eqawarn messages
-PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
diff --git a/profiles/targets/developer/parent b/profiles/targets/developer/parent
deleted file mode 100644
index 70b69b1..0000000
--- a/profiles/targets/developer/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../server
-../desktop
diff --git a/profiles/targets/server/make.defaults b/profiles/targets/server/make.defaults
deleted file mode 100644
index 2ab279f..0000000
--- a/profiles/targets/server/make.defaults
+++ /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/targets/server/make.defaults,v 1.3 2010/11/14 11:03:00 hwoarang Exp $
-
-USE="-perl -python snmp truetype xml"
diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults
deleted file mode 100644
index d729c26..0000000
--- a/profiles/targets/systemd/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/make.defaults,v 1.1 2013/10/09 18:07:18 pacho Exp $
-
-USE="systemd"
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask
deleted file mode 100644
index e1a96b1..0000000
--- a/profiles/targets/systemd/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.1 2013/10/09 18:07:18 pacho Exp $
-
-# 'static-libs' support on sys-apps/systemd is not provided
-virtual/udev static-libs
-sys-fs/cryptsetup static static-libs
-sys-fs/lvm2 static static-libs
diff --git a/profiles/targets/systemd/use.mask b/profiles/targets/systemd/use.mask
deleted file mode 100644
index 1a827f8..0000000
--- a/profiles/targets/systemd/use.mask
+++ /dev/null
@@ -1,2 +0,0 @@
-# People running systemd must use logind instead, bug #478258
-consolekit
diff --git a/profiles/uclibc/amd64/make.defaults b/profiles/uclibc/amd64/make.defaults
deleted file mode 100644
index 44f6695..0000000
--- a/profiles/uclibc/amd64/make.defaults
+++ /dev/null
@@ -1,4 +0,0 @@
-ARCH="amd64"
-ACCEPT_KEYWORDS="amd64"
-
-CHOST="x86_64-gentoo-linux-uclibc"
diff --git a/profiles/uclibc/amd64/parent b/profiles/uclibc/amd64/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/amd64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/arm/2.4/parent b/profiles/uclibc/arm/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/arm/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/arm/armeb/2.4/deprecated b/profiles/uclibc/arm/armeb/2.4/deprecated
deleted file mode 100644
index d6b062e..0000000
--- a/profiles/uclibc/arm/armeb/2.4/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-uclibc/arm/2.4
diff --git a/profiles/uclibc/arm/armeb/2.4/parent b/profiles/uclibc/arm/armeb/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/arm/armeb/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/arm/armeb/deprecated b/profiles/uclibc/arm/armeb/deprecated
deleted file mode 100644
index 6f0cf29..0000000
--- a/profiles/uclibc/arm/armeb/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-uclibc/arm
diff --git a/profiles/uclibc/arm/armeb/make.defaults b/profiles/uclibc/arm/armeb/make.defaults
deleted file mode 100644
index 46ce233..0000000
--- a/profiles/uclibc/arm/armeb/make.defaults
+++ /dev/null
@@ -1 +0,0 @@
-CHOST="armeb-gentoo-linux-uclibc"
diff --git a/profiles/uclibc/arm/armeb/parent b/profiles/uclibc/arm/armeb/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/arm/armeb/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults
deleted file mode 100644
index 417e228..0000000
--- a/profiles/uclibc/arm/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-ARCH="arm"
-ACCEPT_KEYWORDS="arm"
-
-CHOST="set-CHOST-in-your-/etc/make.conf"
-
-UCLIBC_CPU_DEFAULT="GENERIC_ARM"
diff --git a/profiles/uclibc/arm/parent b/profiles/uclibc/arm/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/arm/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults
deleted file mode 100644
index d891f0b..0000000
--- a/profiles/uclibc/make.defaults
+++ /dev/null
@@ -1,13 +0,0 @@
-GRP_STAGE23_USE="ncurses readline zlib uclibc"
-USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd"
-CFLAGS="-Os"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-PORTAGE_LIBC="uClibc"
-ELIBC=uclibc
-FEATURES="sandbox sfperms strict nodoc noinfo noman"
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc"
diff --git a/profiles/uclibc/mips/hardened/make.defaults b/profiles/uclibc/mips/hardened/make.defaults
deleted file mode 100644
index 41e2d41..0000000
--- a/profiles/uclibc/mips/hardened/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic"
-USE="ncurses readline zlib uclibc hardened pic"
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"
diff --git a/profiles/uclibc/mips/hardened/package.use.mask b/profiles/uclibc/mips/hardened/package.use.mask
deleted file mode 100644
index 2b8a41a..0000000
--- a/profiles/uclibc/mips/hardened/package.use.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/uclibc/mips/hardened/package.use.mask,v 1.3 2009/07/31 09:56:43 ssuominen Exp $
-
-sys-devel/gcc -hardened
diff --git a/profiles/uclibc/mips/hardened/parent b/profiles/uclibc/mips/hardened/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/mips/hardened/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults
deleted file mode 100644
index 2a17bbe..0000000
--- a/profiles/uclibc/mips/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-ARCH="mips"
-ACCEPT_KEYWORDS="mips"
-
-CHOST="set-CHOST-in-your-/etc/make.conf"
-
-FEATURES="-sandbox"
-
-UCLIBC_CPU_DEFAULT="MIPS_ISA_1"
diff --git a/profiles/uclibc/mips/mipsel/deprecated b/profiles/uclibc/mips/mipsel/deprecated
deleted file mode 100644
index d1d399b..0000000
--- a/profiles/uclibc/mips/mipsel/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-uclibc/mips
diff --git a/profiles/uclibc/mips/mipsel/hardened/deprecated b/profiles/uclibc/mips/mipsel/hardened/deprecated
deleted file mode 100644
index 1027bb2..0000000
--- a/profiles/uclibc/mips/mipsel/hardened/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-uclibc/mips/hardened
diff --git a/profiles/uclibc/mips/mipsel/hardened/make.defaults b/profiles/uclibc/mips/mipsel/hardened/make.defaults
deleted file mode 100644
index 41e2d41..0000000
--- a/profiles/uclibc/mips/mipsel/hardened/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic"
-USE="ncurses readline zlib uclibc hardened pic"
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"
diff --git a/profiles/uclibc/mips/mipsel/hardened/parent b/profiles/uclibc/mips/mipsel/hardened/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/mips/mipsel/hardened/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/mips/mipsel/make.defaults b/profiles/uclibc/mips/mipsel/make.defaults
deleted file mode 100644
index 80b7029..0000000
--- a/profiles/uclibc/mips/mipsel/make.defaults
+++ /dev/null
@@ -1 +0,0 @@
-CHOST="mipsel-gentoo-linux-uclibc"
diff --git a/profiles/uclibc/mips/mipsel/parent b/profiles/uclibc/mips/mipsel/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/mips/mipsel/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/mips/parent b/profiles/uclibc/mips/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/mips/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/mips/use.mask b/profiles/uclibc/mips/use.mask
deleted file mode 100644
index eddef80..0000000
--- a/profiles/uclibc/mips/use.mask
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/mips/use.mask,v 1.7 2009/03/03 12:49:06 pva Exp $
-
-# Henrik Brix Andersen <brix@gentoo.org>
-# According to the mips herd, we currently have no way of testing
-# pcmcia on mips, bug #90359
-pcmcia
-
-# Luca Longinotti <chtekk@gentoo.org>
-# Mask php USE on MIPS profiles
-php
-
-# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006)
-# Unmask specific MIPS ALSA drivers
--alsa_cards_au1x00
-
-# Daniel Black <dragonheart@gentoo.org> (28 Feb 2007)
-# Use mask l7-filter for iptables dependency - bug #150343 until mips tested
-l7filter
-
-# Peter Volkov <pva@gentoo.org> MPI was never tested on mips, but
-# some programs with this useflag are useful, e.g #227631
-mpi
diff --git a/profiles/uclibc/package.use b/profiles/uclibc/package.use
deleted file mode 100644
index eebbed2..0000000
--- a/profiles/uclibc/package.use
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/package.use,v 1.1 2011/04/16 19:38:23 ulm Exp $
-
-virtual/ssh minimal
diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages
deleted file mode 100644
index 569e5b5..0000000
--- a/profiles/uclibc/packages
+++ /dev/null
@@ -1,12 +0,0 @@
-app-misc/pax-utils
-
-# remove stuff not needed on uclibc
--*net-misc/iputils
-# man pages disabled (noman)
--*sys-apps/man
--*virtual/man
--*sys-apps/man-pages
-# this will be added by nls
--*sys-devel/gettext
-
--*sys-apps/hdparm
diff --git a/profiles/uclibc/packages.build b/profiles/uclibc/packages.build
deleted file mode 100644
index 579dfcb..0000000
--- a/profiles/uclibc/packages.build
+++ /dev/null
@@ -1,4 +0,0 @@
-# this should be added by nls only
--sys-devel/gettext
-
-virtual/shadow
diff --git a/profiles/uclibc/parent b/profiles/uclibc/parent
deleted file mode 100644
index 6f0b2fa..0000000
--- a/profiles/uclibc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-../base
-../default/linux
diff --git a/profiles/uclibc/ppc/2.4/parent b/profiles/uclibc/ppc/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/ppc/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/ppc/hardened/2.4/parent b/profiles/uclibc/ppc/hardened/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/ppc/hardened/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/ppc/hardened/make.defaults b/profiles/uclibc/ppc/hardened/make.defaults
deleted file mode 100644
index 41e2d41..0000000
--- a/profiles/uclibc/ppc/hardened/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic"
-USE="ncurses readline zlib uclibc hardened pic"
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"
diff --git a/profiles/uclibc/ppc/hardened/package.use.mask b/profiles/uclibc/ppc/hardened/package.use.mask
deleted file mode 100644
index b702dae..0000000
--- a/profiles/uclibc/ppc/hardened/package.use.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/uclibc/ppc/hardened/package.use.mask,v 1.3 2009/07/31 09:57:12 ssuominen Exp $
-
-sys-devel/gcc -hardened
diff --git a/profiles/uclibc/ppc/hardened/parent b/profiles/uclibc/ppc/hardened/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/ppc/hardened/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults
deleted file mode 100644
index 0514ca7..0000000
--- a/profiles/uclibc/ppc/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-ARCH="ppc"
-ACCEPT_KEYWORDS="ppc"
-
-CHOST="powerpc-gentoo-linux-uclibc"
-
-UCLIBC_CPU_DEFAULT=""
diff --git a/profiles/uclibc/ppc/package.use.mask b/profiles/uclibc/ppc/package.use.mask
deleted file mode 100644
index 83f4d9a..0000000
--- a/profiles/uclibc/ppc/package.use.mask
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/ppc/package.use.mask,v 1.3 2009/07/31 09:58:03 ssuominen Exp $
-
-# This file requires >=portage-2.1.1
-
-=dev-java/ibm-jdk-bin-1.5* -nsplugin 
-=dev-java/ibm-jre-bin-1.5* -nsplugin
-
-# Joseph Jezak <josejx@gentoo.org> (28 Jun 2007)
-# Masked Parallel LCD devices for bug #180683
-
-# app-misc/lcd4linux
-app-misc/lcd4linux lcd_devices_hd44780
diff --git a/profiles/uclibc/ppc/parent b/profiles/uclibc/ppc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/ppc/use.mask b/profiles/uclibc/ppc/use.mask
deleted file mode 100644
index 7d21bb6..0000000
--- a/profiles/uclibc/ppc/use.mask
+++ /dev/null
@@ -1,62 +0,0 @@
--altivec
-
-# 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
-
-# Joseph Jezak <josejx@gentoo.org> (28 Jun 2007)
-# Masked Parallel LCD devices for bug #180683
-
-# app-misc/lcd4linux
-lcd_devices_lph7508
-lcd_devices_m50530
-lcd_devices_noritake
-lcd_devices_routerboard
-
-# app-misc/lcdproc
-lcd_devices_sed1330
-lcd_devices_sed1520
-lcd_devices_stv5730
-
-# Both
-lcd_devices_t6963
diff --git a/profiles/uclibc/sh/2.4/parent b/profiles/uclibc/sh/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/sh/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/sh/make.defaults b/profiles/uclibc/sh/make.defaults
deleted file mode 100644
index 217d967..0000000
--- a/profiles/uclibc/sh/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-ARCH="sh"
-ACCEPT_KEYWORDS="sh"
-
-CHOST="sh4-gentoo-linux-uclibc"
-
-UCLIBC_CPU_DEFAULT="SH4"
diff --git a/profiles/uclibc/sh/parent b/profiles/uclibc/sh/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/sh/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/use.force b/profiles/uclibc/use.force
deleted file mode 100644
index 3904f12..0000000
--- a/profiles/uclibc/use.force
+++ /dev/null
@@ -1 +0,0 @@
-elibc_uclibc
diff --git a/profiles/uclibc/use.mask b/profiles/uclibc/use.mask
deleted file mode 100644
index 33a34e4..0000000
--- a/profiles/uclibc/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-iconv
-nls
-nis
-
-emul-linux-x86
--uclibc
-
--elibc_uclibc
-elibc_glibc
-
--hardened
diff --git a/profiles/uclibc/x86/2.4/parent b/profiles/uclibc/x86/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/2005.1/2.4/parent b/profiles/uclibc/x86/2005.1/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/2005.1/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/2005.1/parent b/profiles/uclibc/x86/2005.1/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/2005.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/hardened/2.4/parent b/profiles/uclibc/x86/hardened/2.4/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/hardened/2.4/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/hardened/make.defaults b/profiles/uclibc/x86/hardened/make.defaults
deleted file mode 100644
index 41e2d41..0000000
--- a/profiles/uclibc/x86/hardened/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic"
-USE="ncurses readline zlib uclibc hardened pic"
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"
diff --git a/profiles/uclibc/x86/hardened/package.use.mask b/profiles/uclibc/x86/hardened/package.use.mask
deleted file mode 100644
index 885a95c..0000000
--- a/profiles/uclibc/x86/hardened/package.use.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/uclibc/x86/hardened/package.use.mask,v 1.3 2009/07/31 09:54:38 ssuominen Exp $
-
-sys-devel/gcc -hardened
diff --git a/profiles/uclibc/x86/hardened/parent b/profiles/uclibc/x86/hardened/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/hardened/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/linux24/deprecated b/profiles/uclibc/x86/linux24/deprecated
deleted file mode 100644
index 4545334..0000000
--- a/profiles/uclibc/x86/linux24/deprecated
+++ /dev/null
@@ -1,4 +0,0 @@
-uclibc/x86/2.4
-# cd /etc/
-# rm make.profile
-# ln -s ../usr/portage/profiles/uclibc/x86/2.4 make.profile
diff --git a/profiles/uclibc/x86/linux24/parent b/profiles/uclibc/x86/linux24/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/linux24/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/linux26/deprecated b/profiles/uclibc/x86/linux26/deprecated
deleted file mode 100644
index 45729f9..0000000
--- a/profiles/uclibc/x86/linux26/deprecated
+++ /dev/null
@@ -1,4 +0,0 @@
-uclibc/x86
-# cd /etc/
-# rm make.profile
-# ln -s ../usr/portage/profiles/uclibc/x86 make.profile
diff --git a/profiles/uclibc/x86/linux26/parent b/profiles/uclibc/x86/linux26/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/linux26/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults
deleted file mode 100644
index 0b41209..0000000
--- a/profiles/uclibc/x86/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-ARCH="x86"
-ACCEPT_KEYWORDS="x86"
-
-CHOST="i386-gentoo-linux-uclibc"
-
-UCLIBC_CPU_DEFAULT="GENERIC_386"
diff --git a/profiles/uclibc/x86/package.use.mask b/profiles/uclibc/x86/package.use.mask
deleted file mode 100644
index f51f310..0000000
--- a/profiles/uclibc/x86/package.use.mask
+++ /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/uclibc/x86/package.use.mask,v 1.4 2010/03/31 16:07:57 caster Exp $
-
-# This file requires >=portage-2.1.1
-
->=dev-java/sun-jdk-1.6 -nsplugin
->=dev-java/sun-jre-bin-1.6 -nsplugin
->=dev-java/ibm-jdk-bin-1.5 -nsplugin 
->=dev-java/ibm-jre-bin-1.5 -nsplugin
diff --git a/profiles/uclibc/x86/parent b/profiles/uclibc/x86/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/uclibc/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/uclibc/x86/use.mask b/profiles/uclibc/x86/use.mask
deleted file mode 100644
index aee15e6..0000000
--- a/profiles/uclibc/x86/use.mask
+++ /dev/null
@@ -1,7 +0,0 @@
--3dnow
--3dnowext
--mmx
--mmxext
--sse
--sse2
--kqemu