From 9f4e16b62191a3dd6ea5862a3d91bf15a91880a8 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 13 Sep 2013 14:09:14 -0400 Subject: [PATCH] clean(profiles): Remove unused x86/arm profiles. These profiles are not in regular use, drop them to minimize the number of profiles to rebase onto upstream Gentoo portage profiles. --- .../profiles/arch/arm/make.defaults | 13 -- .../profiles/arch/arm/package.use.mask | 30 ---- .../coreos-overlay/profiles/arch/arm/packages | 7 - .../coreos-overlay/profiles/arch/arm/parent | 1 - .../profiles/arch/arm/use.force | 2 - .../coreos-overlay/profiles/arch/arm/use.mask | 156 ------------------ .../profiles/arch/x86/make.defaults | 21 --- .../profiles/arch/x86/package.mask | 7 - .../profiles/arch/x86/package.use | 2 - .../profiles/arch/x86/package.use.mask | 41 ----- .../coreos-overlay/profiles/arch/x86/packages | 14 -- .../coreos-overlay/profiles/arch/x86/parent | 1 - .../profiles/arch/x86/profile.bashrc | 50 ------ .../profiles/arch/x86/use.force | 2 - .../coreos-overlay/profiles/arch/x86/use.mask | 105 ------------ .../default/linux/arm/10.0/desktop/parent | 2 - .../default/linux/arm/10.0/developer/parent | 2 - .../profiles/default/linux/arm/10.0/eapi | 1 - .../profiles/default/linux/arm/10.0/parent | 2 - .../default/linux/arm/10.0/server/parent | 2 - .../profiles/default/linux/arm/parent | 3 - .../default/linux/x86/10.0/coreos/parent | 2 - .../default/linux/x86/10.0/desktop/parent | 2 - .../default/linux/x86/10.0/developer/parent | 2 - .../profiles/default/linux/x86/10.0/eapi | 1 - .../profiles/default/linux/x86/10.0/parent | 2 - .../default/linux/x86/10.0/server/parent | 2 - .../linux/x86/10.0/server/profile.bashrc | 21 --- .../profiles/default/linux/x86/parent | 3 - 29 files changed, 499 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/make.defaults delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/package.use.mask delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/packages delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.force delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.mask delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/make.defaults delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.mask delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use.mask delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/packages delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/profile.bashrc delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.force delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.mask delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/desktop/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/developer/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/eapi delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/server/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/coreos/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/desktop/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/developer/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/eapi delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/parent delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/profile.bashrc delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/parent diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/make.defaults deleted file mode 100644 index b255fabac0..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/make.defaults +++ /dev/null @@ -1,13 +0,0 @@ -# Main ARM profile - -ARCH="arm" -ACCEPT_KEYWORDS="arm" - -CHOST="arm-unknown-linux-gnu" -CFLAGS="-O2" -CXXFLAGS="${CFLAGS}" - -# 2006/08/18 - Donnie Berkholz -# Defaults for video drivers -VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage sis tdfx trident \ - vga voodoo" diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/package.use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/package.use.mask deleted file mode 100644 index e7accf95ba..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/package.use.mask +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.12 2009/09/27 13:26:40 maekke Exp $ - -# Markus Meier (27 Sep 2009) -# mask media-gfx/imagemagick[autotrace] as autotrace is not keyworded -media-gfx/imagemagick autotrace - -# Jim Ramsay (5 Nov 2008) -# app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded -app-admin/gkrellm ntlm - -# Gilles Dartiguelongue (19 Oct 2007) -# gdm depends on zenity which is not keyworded ->=gnome-base/gdm-2.20 remote - -# Gilles Dartiguelongue (23 Oct 2007) -# gdm depends on zenity which is not keyworded ->=media-video/totem-2.20 galago - -# Masking this so repoman shuts up about paludis -sys-apps/paludis ruby-bindings - -# missing keywords -media-sound/sox amrnb amrwb ladspa -media-plugins/gst-plugins-meta lame taglib - -# David Hendricks (10 Oct 2011) -# libpci will cause program to exit(1) during init if PCI not present in system -sys-apps/flashrom atahpt drkaiser gfxnvidia nic3com nicintel nicintel_spi nicnatsemi nicrealtek ogp_spi rayer_spi satasii satamv diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/packages b/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/packages deleted file mode 100644 index 177ffcff16..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/packages +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2001-2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/packages,v 1.1 2008/04/01 17:39:55 wolf31o2 Exp $ - ->=sys-devel/binutils-2.13.90.0.4 ->=sys-devel/gcc-3.2 ->=sys-libs/glibc-2.2.5 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/parent b/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/parent deleted file mode 100644 index eb001c6e8a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/parent +++ /dev/null @@ -1 +0,0 @@ -../base diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.force b/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.force deleted file mode 100644 index 7116ac8c89..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.force +++ /dev/null @@ -1,2 +0,0 @@ -# Force the flag which corresponds to ARCH. -arm diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.mask deleted file mode 100644 index b147ef4e05..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/arm/use.mask +++ /dev/null @@ -1,156 +0,0 @@ -# Unmask the flag which corresponds to ARCH. --arm - -# Raúl Porcel -# I've been told xfs is broken on ARM -xfs - -# Mart Raudsepp -# net-misc/networkmanager not keyworded -networkmanager - -# Raúl Porcel -# Fails to build/work -openexr - -# Samuli Suominen -# media-libs/amrnb and media-libs/amrwb not tested. -amr - -# Samuli Suominen -# sci-visualization/grace not tested. -grace - -# Samuli Suominen -# media-gfx/gimp not tested. -gimp - -# Saleem Abdulrasool -# With vapier's permission masking this. -mozilla - -hardened - -# Krzysiek Pawlik -# With vapier's permission masking aoss: -aoss - -# Paul de Vrieze -# There is no java in this profile (if there is it must be available). Without -# this repoman will fail on apps like sys-libs/db -java -java-internal -java-external - -# Stuff that doesn't make sense on this arch -3dfx -cpufreq -dell -laptop -dmi - -# Stuff we don't want -chicken -clisp -fuse -R -octave -tracker -xindy -lyx -mpi -lasi -fusion - -# havent tested yet -cupsddk -gphoto2 -mythtv -dvb -qt3 -arts -kde -afs -mono -pike -lirc -lm_sensors -netjack -beagle -nvtv -mzscheme -xemacs -scanner -madwifi -libupnp -zvbi -dvd -fluidsynth -gnomecd -lapack -cblas -webkit -prolog -sid -libmms -mtp -ieee1394 - -# 2006/02/05 - Donnie Berkholz -# Modular X: mask for architectures on which they aren't available -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_ati -video_cards_cirrus -video_cards_chips -video_cards_cyrix -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_imstt -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_newport -video_cards_nsc -video_cards_nv -video_cards_r128 -video_cards_radeon -video_cards_radeonhd -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_vesa -video_cards_via -video_cards_voodoo - -# 2006/03/07 - Donnie Berkholz -# Modular X: mask for architectures lacking direct rendering -dri - -# Diego Pettenò (6 Dec 2006) -# Unmask the ARM-specific ALSA 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 - -# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. -# Bug #184563, 18 Sep 2007 -# Robin H. Johnson -audit diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/make.defaults deleted file mode 100644 index d0ba728016..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/make.defaults +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.4 2009/08/16 22:07:20 remi Exp $ - -# All extra USE/etc should be specified in sub-profiles. -# DO NOT POLLUTE USE ON THIS PROFILE. - -ARCH="x86" -ACCEPT_KEYWORDS="x86" - -CHOST="i686-pc-linux-gnu" -CFLAGS="-O2 -march=i686 -pipe" -CXXFLAGS="${CFLAGS}" - -# 2006/08/18 - Donnie Berkholz -# Defaults for video drivers -VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" - -# 2006/12/21 - Andrej Kacian -# 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/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.mask deleted file mode 100644 index 78f60fe90c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.mask,v 1.16 2009/09/05 22:14:54 jmbsvicetto Exp $ - -# Christian Faulhammer (05 Dec 2006) -# this version is badly broken on x86, see bug #153280 -~app-arch/rpm-4.4.7 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use deleted file mode 100644 index a8797f7205..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use +++ /dev/null @@ -1,2 +0,0 @@ -# These USE flags are needed so that glmark2 can run on 32/32 machines. -media-libs/mesa egl gbm shared-glapi diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use.mask deleted file mode 100644 index da595a20ba..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/package.use.mask +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.20 2009/09/23 10:42:11 elvanor Exp $ - -# This file requires >=portage-2.1.1 - -# Jean-Noël Rivasseau (23 Sep 2009) -# X use flag only for amd64/x86, bug 285951. -media-gfx/iscan -X - -# Tomáš Chvátal (10 Sep 2009) -# quakeforge has video_cards_voodoo enabled only for x86 -games-fps/quakeforge -video_cards_tdfx - -# Raúl Porcel (02 Dec 2008) -media-libs/realcodecs win32codecs - -# Tomas Chvatal (24 Nov 2008) -# masked in base, unmaks for x86/amd64 -sci-misc/boinc -cuda - -# Robert Buchholz (16 Aug 2008) -# masked in base, unmask for x86/amd64 -dev-python/kaa-base -tls - -# Serkan Kaba (20 Jul 2008) -app-text/enchant -zemberek - ->=dev-java/sun-jdk-1.5 -nsplugin ->=dev-java/sun-jre-bin-1.5 -nsplugin ->=dev-java/ibm-jdk-bin-1.5 -nsplugin ->=dev-java/ibm-jre-bin-1.5 -nsplugin -x11-terms/eterm sse2 - -# Christian Faulhammer (14 Jan 2008) -# only works on x86 -dev-java/ibm-jdk-bin -alsa -dev-java/ibm-jre-bin -alsa - -# Steve Dibb (29 Sept 2008) -media-video/mplayer -cpudetection -custom-cpuopts -win32codecs -bindist -vdpau diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/packages b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/packages deleted file mode 100644 index b70fdd1582..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/packages +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2001-2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/packages,v 1.1 2008/04/01 17:40:04 wolf31o2 Exp $ - -# For instructions on how this file works (as an inclusion mask, primarily), -# please refer to ${PORTDIR}/profiles/base/packages - -# Use this file to lock down specific versions of packages ONLY TO THIS -# SPECIFIC ARCHITECTURE!! - -# You can also add files to the base system itself if you prefix them with a -# * - ->=sys-devel/binutils-2.13.90.0.4 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/parent b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/parent deleted file mode 100644 index eb001c6e8a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/parent +++ /dev/null @@ -1 +0,0 @@ -../base diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/profile.bashrc b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/profile.bashrc deleted file mode 100644 index 4cbf3f3307..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/profile.bashrc +++ /dev/null @@ -1,50 +0,0 @@ -function print_ld_paths() { - # Default library directories - local paths="$SYSROOT/usr/lib:$SYSROOT/lib" - - # Only split on newlines - local IFS=" -" - - for line in $(cat "$SYSROOT"/etc/ld.so.conf - "$SYSROOT"/etc/ld.so.conf.d/* 2>/dev/null); do - if [[ "${line:0:1}" != "/" ]]; then - continue - fi - if [[ "${line:0:${#SYSROOT}}" == "$SYSROOT" ]]; then - paths="$paths:$line" - else - paths="$paths:$SYSROOT$line" - fi - done - echo "$paths" -} - -# Given the path to ld-linux.so.2, determine it's version. -function libc_version() { - local ld_path=$1 - echo $(readlink -f $1/ld-linux.so.2 | sed 's/.*ld-\(.*\).so/\1/g') -} - -function cros_pre_src_test_ldpaths() { - # HACK(raymes): If host/target libc versions are different, - # prepend host library path to work around - # http://code.google.com/p/chromium-os/issues/detail?id=19936 - local host_library_path="" - local host_libc=$(libc_version /lib32) - local target_libc=$(libc_version "$SYSROOT/lib") - if [[ "$host_libc" != "$target_libc" ]]; then - host_library_path=/lib32 - ewarn "Host/target libc mismatch. Using host libs for src_test!" - fi - - # Set LD_LIBRARY_PATH to point to libraries in $SYSROOT, so that tests - # will load libraries from there first - if [[ -n "$SYSROOT" ]] && [[ "$SYSROOT" != "/" ]]; then - if [[ -n "$LD_LIBRARY_PATH" ]]; then - export LD_LIBRARY_PATH="$host_library_path:$(print_ld_paths):$LD_LIBRARY_PATH" - else - export LD_LIBRARY_PATH="$host_library_path:$(print_ld_paths)" - fi - fi -} diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.force b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.force deleted file mode 100644 index 049e7af154..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.force +++ /dev/null @@ -1,2 +0,0 @@ -# Force the flag which corresponds to ARCH. -x86 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.mask deleted file mode 100644 index ce43c919dd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/arch/x86/use.mask +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.11 2009/07/31 21:47:28 ssuominen Exp $ - -# Unmask the flag which corresponds to ARCH. --x86 - -# 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). - -# pbbuttonsd and macbook for KDE and pbuttonsd it -#-pbbuttonsd --macbook - -# Unmask x86 instruction sets --3dnow --3dnowext --lilo --mmx --mmxext --sse --sse2 --ssse3 --svga --kqemu --nvram - -# Unmask nvidia XvMC support --nvidia - -# Unmask dev-db/oracle-instantclient-basic support --oci8-instant-client - -# Unmask osp, used by asterisk; bug 115798 --osp - -# Unmask yellownet, used by aqbanking (bug 149970) --yellownet - -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_virtualbox --input_devices_vmmouse --input_devices_wacom --video_cards_nvidia --video_cards_fglrx --video_cards_vmware --video_cards_geode --video_cards_vermilion --video_cards_via --video_cards_virtualbox --video_cards_xgi - -# Modular X: mask for architectures on which they aren't available -video_cards_newport - -#codec support --win32codecs --x264 - -# lvm2 cluster --clvm --gulm - -# psyco works on x86 --psyco - -# Diego Pettenò (4 Jan 2007) -# Unmask the flags for PHP that are available only on x86 --fdftk --sybase-ct --ingres --birdstep --adabas --filepro --pfpro --informix --empress --empress-bcs --sybase --frontbase --dbmaker --esoob --solid -# Shared with amd64 --oci8 --oracle7 --firebird --db2 - -# Robert Buchholz (03 Jun 2007) -# Unmask as it works on x86 --lcd_devices_svga --lcd_devices_luise - -# George Shapovalov (8 Apr 2007) -# supported on x86 --ada - -# tcc is x86 only --tcc - -# RealMagic Hollywood+/Creative DXR3 support --dxr3 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/desktop/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/desktop/parent deleted file mode 100644 index ad6c5e126f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/desktop diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/developer/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/developer/parent deleted file mode 100644 index 4c893748ce..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/developer/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/developer diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/eapi b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/eapi deleted file mode 100644 index 0cfbf08886..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/eapi +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/parent deleted file mode 100644 index 605d0438e4..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../releases/10.0 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/server/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/server/parent deleted file mode 100644 index c39901657c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/10.0/server/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/server diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/parent deleted file mode 100644 index cf8b79e1e2..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/arm/parent +++ /dev/null @@ -1,3 +0,0 @@ -../../../base -.. -../../../arch/arm diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/coreos/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/coreos/parent deleted file mode 100644 index dc4def6e30..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/coreos/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/coreos diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/desktop/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/desktop/parent deleted file mode 100644 index ad6c5e126f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/desktop diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/developer/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/developer/parent deleted file mode 100644 index 4c893748ce..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/developer/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/developer diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/eapi b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/eapi deleted file mode 100644 index 0cfbf08886..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/eapi +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/parent deleted file mode 100644 index 605d0438e4..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../releases/10.0 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/parent deleted file mode 100644 index c39901657c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/server diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/profile.bashrc b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/10.0/server/profile.bashrc deleted file mode 100644 index f9d490896d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/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/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/parent deleted file mode 100644 index 03cb31cedb..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/x86/parent +++ /dev/null @@ -1,3 +0,0 @@ -../../../base -.. -../../../arch/x86