diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-11-18 20:25:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-11-18 20:25:36 +0000 |
commit | b3b01fc899ad359d329342c0b70cd7c9b527a459 (patch) | |
tree | f0fd87c5b622719b3370bff12f3ac4118f8d4227 /profiles/hardened | |
parent | Adding missing ChangeLog entry as repoman commit failed to add it again. (diff) | |
download | gentoo-2-b3b01fc899ad359d329342c0b70cd7c9b527a459.tar.gz gentoo-2-b3b01fc899ad359d329342c0b70cd7c9b527a459.tar.bz2 gentoo-2-b3b01fc899ad359d329342c0b70cd7c9b527a459.zip |
Removed deprecated hardened/arches profiles in favor of hardened/linux/arches
Diffstat (limited to 'profiles/hardened')
58 files changed, 0 insertions, 1121 deletions
diff --git a/profiles/hardened/amd64/deprecated b/profiles/hardened/amd64/deprecated deleted file mode 100644 index 401f688eb4d6..000000000000 --- a/profiles/hardened/amd64/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/amd64/no-multilib -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/amd64/no-multilib profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/amd64/make.defaults b/profiles/hardened/amd64/make.defaults deleted file mode 100644 index 301220d59f37..000000000000 --- a/profiles/hardened/amd64/make.defaults +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.21 2011/03/18 22:09:09 vapier Exp $ - -ARCH="amd64" -ACCEPT_KEYWORDS="${ARCH}" -USE="${ARCH} berkdb crypt hardened justify nls nptl nptlonly pam pic readline ssl tcpd zlib" -MULTILIB_ABIS="amd64" -DEFAULT_ABI="amd64" -ABI="amd64" - -# amd64 -CHOST="x86_64-pc-linux-gnu" -CFLAGS="-O2 -pipe" -CXXFLAGS="${CFLAGS}" - -CFLAGS_amd64="" -LDFLAGS_amd64="-m elf_x86_64" -CHOST_amd64="x86_64-pc-linux-gnu" -LIBDIR_amd64="lib64" - -SYMLINK_LIB="yes" - -# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> -# Defaults for video drivers -VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 intel mach64 \ - mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \ - sisusb tdfx tga trident tseng v4l vesa via vmware voodoo" - -# 2006/12/22 - Danny van Dyk <kugelfang@gentoo.org> -# Default for ALSA_CARDS USE_EXPAND variable. -ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \ - ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \ - trident usb-audio via82xx via82xx-modem ymfpci" diff --git a/profiles/hardened/amd64/multilib/deprecated b/profiles/hardened/amd64/multilib/deprecated deleted file mode 100644 index 233357615b28..000000000000 --- a/profiles/hardened/amd64/multilib/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/amd64 -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/amd64 profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/amd64/multilib/make.defaults b/profiles/hardened/amd64/multilib/make.defaults deleted file mode 100644 index adbb28e3393b..000000000000 --- a/profiles/hardened/amd64/multilib/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/hardened/amd64/multilib/make.defaults,v 1.8 2011/03/18 22:09:09 vapier Exp $ - -FEATURES="sandbox" -USE="multilib" -MULTILIB_ABIS="x86 amd64" -DEFAULT_ABI="amd64" -ABI=${DEFAULT_ABI} - -#CFLAGS_amd64="-m64" -#LDFLAGS_amd64="-m elf_x86_64" -CHOST_amd64="x86_64-pc-linux-gnu" -LIBDIR_amd64="lib64" - -# Added -L/emul* workaround to aid compilation of 32bit packages -# See bug #88725 for more info - Herbie Hopkins <herbs@gentoo.org> 2005/04/19 -CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" -LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" -CHOST_x86="i686-pc-linux-gnu" -LIBDIR_x86="lib32" - -# In case someone wants to help out by setting FEATURES="multilib-strict" -MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" -MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" - -# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib -SYMLINK_LIB="yes" -PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/amd64/multilib/" diff --git a/profiles/hardened/amd64/multilib/package.mask b/profiles/hardened/amd64/multilib/package.mask deleted file mode 100644 index 52ace2210cb2..000000000000 --- a/profiles/hardened/amd64/multilib/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/package.mask,v 1.3 2009/07/31 11:11:54 ssuominen Exp $ - -# Andrew Ross <aross@gentoo.org> -# grub needs a multilib profile to compile on amd64 - use sys-boot/grub-static --sys-boot/grub diff --git a/profiles/hardened/amd64/multilib/parent b/profiles/hardened/amd64/multilib/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/amd64/multilib/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/amd64/multilib/use.mask b/profiles/hardened/amd64/multilib/use.mask deleted file mode 100644 index ce8149f9055e..000000000000 --- a/profiles/hardened/amd64/multilib/use.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/use.mask,v 1.2 2007/08/24 23:18:52 marineam Exp $ - --multilib - -# 2007/08/24 Michael Marineau <marineam@gentoo.org> -# Xen HVM support, masked on no-multilib but ok here --hvm diff --git a/profiles/hardened/amd64/package.mask b/profiles/hardened/amd64/package.mask deleted file mode 100644 index 72152004344c..000000000000 --- a/profiles/hardened/amd64/package.mask +++ /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/hardened/amd64/package.mask,v 1.6 2011/08/09 04:29:55 zmedico Exp $ - -# Zac Medico <zmedico@gentoo.org> (09 Aug 2011) -# Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and -# future versions of sys-apps/portage. -<sys-devel/binutils-2.13.90.0.4 -<x11-base/xorg-x11-6.8.0-r4 - -# Andrew Ross <aross@gentoo.org> -# grub needs a multilib profile to compile on amd64 - use sys-boot/grub-static -sys-boot/grub diff --git a/profiles/hardened/amd64/package.use.mask b/profiles/hardened/amd64/package.use.mask deleted file mode 100644 index 0fbc8e26bb80..000000000000 --- a/profiles/hardened/amd64/package.use.mask +++ /dev/null @@ -1,81 +0,0 @@ -# Kacper Kowalik <xarthisius@gentoo.org> (29 Jul 2011) -# mask assembler as it currently doesn't work -dev-lang/path64 assembler - -# Bernard Cafarelli <voyageur@gentoo.org> (20 Mar 2009) -# Depends on packages not yet keyworded for amd64, cf bug #22042 -app-backup/backup-manager s3 - -# Thomas Sachau <tommy@gentoo.org> (09 Mar 2009) -# copy mask from arch/amd64 -# Mask dbus, nas and scanner USE flags; -# Bug 203680 -# Mask GnuTLS (not available as 32-bit library) -app-emulation/wine dbus ldap nas scanner gnutls gphoto2 - -# 2008/08/01 Jean-Noël Rivasseau <elvanor@gentoo.org> -# Disabling gcj flag, no gcc-4.3.1 yet -dev-java/eclipse-ecj gcj - -# missing the necessary linux-headers dep ->=net-fs/netatalk-2.0.3-r3 xfs - -# 20 Mar 2008: Petteri Räty <betelgeuse@gentoo.org> -# jamvm needs ffi on amd64 -# https://bugs.gentoo.org/show_bug.cgi?id=213882 -dev-java/jamvm libffi - -# Following is taken from arch/amd64/package.use.mask - -# Vlastimil Babka <caster@gentoo.org> (12 Dec 2008) -# finally a 64bit java plugin ->=dev-java/sun-jdk-1.6.0.12_beta2 -nsplugin - -# Serkan Kaba <serkan@gentoo.org> (5 Feb 2009) -# finally a 64bit java plugin ->=dev-java/sun-jre-bin-1.6.0.12 -nsplugin - -# Following is x86-32-only SIMD, etc. (some taken from arch/amd64/package.use.mask) - -# Oct 23th 2006; blubb@gentoo.org -# upstream forces sse2 for amd64; mmx flag does nothing -app-crypt/johntheripper mmx - -# Oct 23th 2006; blubb@gentoo.org -# the asm is 64bit save, but it doesn't compile anyway -games-emulation/visualboyadvance mmx - -# Jeremy Olexa <darkside@gentoo.org> (07 Feb 2009) -# USE=mmx on imlib2 causes issues with other apps. See bug 218382 (comments 11-12) -media-libs/imlib2 mmx - -# Apr 25th 2007: Alexis Ballier <aballier@gentoo.org> -# Mask mmx for media-libs/mlt -# assembler is not 64bits compliant (yet) -media-libs/mlt mmx - -# 8 Aug 2008: Alexis Ballier <aballier@gentoo.org> -# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that -# saves people from needlessly installing nasm -# Refs bug #93279 -media-sound/lame mmx - -# 12 Sep 2008; Gordon Malm <gengor@gentoo.org> -# x86-specific SIMD/asm, bugs #193022 and #207685 -media-sound/mpg123 mmx 3dnow 3dnowext - -# Oct 23th 2006; blubb@gentoo.org -# x86 asm only: -games-emulation/xmame mmx -games-emulation/xmess mmx -media-gfx/inkscape mmx -media-libs/allegro mmx sse -media-libs/libfame mmx -media-libs/sdl-gfx mmx -media-libs/smpeg mmx -media-video/mjpegtools mmx -net-irc/xchat mmx -net-irc/xchat-gnome mmx -net-misc/asterisk mmx -x11-terms/eterm mmx -media-tv/xawtv mmx diff --git a/profiles/hardened/amd64/packages b/profiles/hardened/amd64/packages deleted file mode 100644 index 8e349d27bd7d..000000000000 --- a/profiles/hardened/amd64/packages +++ /dev/null @@ -1,4 +0,0 @@ -*>=sys-devel/binutils-2.13.90.0.4 - -*sys-devel/libtool -*virtual/dev-manager diff --git a/profiles/hardened/amd64/parent b/profiles/hardened/amd64/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/amd64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/amd64/profile.bashrc b/profiles/hardened/amd64/profile.bashrc deleted file mode 100644 index a23dacf85363..000000000000 --- a/profiles/hardened/amd64/profile.bashrc +++ /dev/null @@ -1,5 +0,0 @@ -# fix for bug 60147, "configure causes sandbox violations when lib64 -# is a directory". currently only works with cvs portage. -#SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf" -addwrite /usr/lib64/conftest -addwrite /usr/lib64/cf diff --git a/profiles/hardened/amd64/use.mask b/profiles/hardened/amd64/use.mask deleted file mode 100644 index 23e2c002f603..000000000000 --- a/profiles/hardened/amd64/use.mask +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 2006-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.34 2010/01/23 16:53:28 ssuominen Exp $ - -multilib - -# SIMD --3dnow --3dnowext --mmx --mmxext --sse --sse2 --sse3 --ssse3 - -# UNKNOWN - SECTION -afs -drac - -# UNMASK - SECTION - -# media-libs/libemf only works by luck (see bug #127328) -# this flag makes media-gfx/inkscape dep on media-gfx/pstoedit -# which deps on libemf -plugin - -# 2005/12/01 - Daniel Gryniewicz <dang@gentoo.org> -# There is now a kqemu that works and is stable on amd64 --kqemu - -# 2006/03/03 - Luca Barbato <lu_zero@gentoo.org> -# codec support x264 --x264 - -# 2006/02/05 - Donnie Berkholz <dberkholz@gentoo.org> -# Modular X: mask for architectures on which they aren't available -video_cards_i740 -video_cards_newport -video_cards_nsc - -# 2006/01/28 - Donnie Berkholz <dberkholz@gentoo.org> -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_vmmouse --input_devices_wacom --video_cards_fglrx --video_cards_vmware - -# WON'T WORK - SECTION - -# 2007/04/07 - Petteri Räty <betelgeuse@gentoo.org> -# libemf does not build on amd64 -emf - -asm - -# WON'T BUILD - SECTION - -# 2007/08/24 Michael Marineau <marineam@gentoo.org> -# Xen HVM support requires building 32-bit binaries. -hvm - -# 2007/01/18 - Jeffrey Gardner <je_fro@gentoo.org> -# Mask gamess support temporarily. -gamess - -# 2006/12/21 - Diego Pettenò <flameeyes@gentoo.org> -# Mask some ALSA cards that are known broken in AMD64 -alsa_cards_cs5535audio - -# 2005/09/19 - Olivier Fisette <ribosome@gentoo.org> -# cmucl is not available on amd64. Masking to keep "sci-mathematics/maxima" -# happy. -cmucl - -# 2004/11/13 - Tom Martin <slarti@gentoo.org> -# dev-libs/mzscheme won't build, #65216 -mzscheme - -# 2004/10/06 - Jeremy Huddleston <eradicator@gentoo.org> -# sys-cluster/pvm won't build -pvm - -# 2004/06/22 - Taken from 2004.0 profile -# Firebird doesnt build on amd64 - -# 2004/06/22 - Taken from 2004.0 profile -# masked -3dfx - -# NOT NECESSARY - SECTION - -# Unmask emul-linux-x86 --emul-linux-x86 - -# Vidix support doesn't work on amd64 for now. -vidix - -# Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007) -# Unmask the flags for PHP that are available only on x86/amd64 --oci8 --oracle7 -#-firebird - commented since firebird has been pushed back to ~amd64 --db2 diff --git a/profiles/hardened/ia64/deprecated b/profiles/hardened/ia64/deprecated deleted file mode 100644 index 336eef15029c..000000000000 --- a/profiles/hardened/ia64/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/ia64 -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/ia64 profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/ia64/make.defaults b/profiles/hardened/ia64/make.defaults deleted file mode 100644 index 5399e99c8ce9..000000000000 --- a/profiles/hardened/ia64/make.defaults +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.8 2009/12/13 21:45:32 remi Exp $ - -ARCH="ia64" -ACCEPT_KEYWORDS="ia64" - -CHOST="ia64-unknown-linux-gnu" -CFLAGS="-O2 -pipe" -CXXFLAGS="${CFLAGS}" - -FEATURES="sandbox sfperms" - -USE="berkdb crypt hardened pam pic readline ssl tcpd zlib" - -# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> -# Defaults for video drivers -VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 \ - intel mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage \ - siliconmotion sis sisusb tdfx tga v4l vesa via voodoo" - -# 2006/12/23 - Diego Pettenò <flameeyes@gentoo.org> -# Defaults for audio drivers - Took from x86 profile -ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \ - ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \ - trident usb-audio via82xx via82xx-modem ymfpci" - -PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/ia64/" diff --git a/profiles/hardened/ia64/package.mask b/profiles/hardened/ia64/package.mask deleted file mode 100644 index d5ec283aa037..000000000000 --- a/profiles/hardened/ia64/package.mask +++ /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/hardened/ia64/package.mask,v 1.3 2011/08/09 04:29:55 zmedico Exp $ - -# Zac Medico <zmedico@gentoo.org> (09 Aug 2011) -# Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and -# future versions of sys-apps/portage. -<sys-devel/binutils-2.13.90.0.4 -<x11-base/xorg-x11-6.8.0-r4 - -<sys-kernel/linux-headers-2.5 diff --git a/profiles/hardened/ia64/package.use.mask b/profiles/hardened/ia64/package.use.mask deleted file mode 100644 index 3355773e4e21..000000000000 --- a/profiles/hardened/ia64/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# This file requires >=portage-2.1.1 - -# bug #147908 - unmask these on x86 profiles ->=dev-java/sun-jdk-1.5 -nsplugin ->=dev-java/sun-jre-bin-1.5 -nsplugin ->=dev-java/ibm-jdk-bin-1.5 -nsplugin ->=dev-java/ibm-jre-bin-1.5 -nsplugin diff --git a/profiles/hardened/ia64/packages b/profiles/hardened/ia64/packages deleted file mode 100644 index 0e1923baafc8..000000000000 --- a/profiles/hardened/ia64/packages +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/packages,v 1.4 2011/08/09 04:29:55 zmedico Exp $ - -*>=sys-devel/binutils-2.13.90.0.4 - -*sys-devel/libtool -*virtual/dev-manager diff --git a/profiles/hardened/ia64/parent b/profiles/hardened/ia64/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/ia64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/ia64/use.mask b/profiles/hardened/ia64/use.mask deleted file mode 100644 index 08d217c95c33..000000000000 --- a/profiles/hardened/ia64/use.mask +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/use.mask,v 1.4 2009/08/01 16:48:43 ssuominen Exp $ - --3dnow --3dnowext --mmx --mmxext --sse --sse2 --win32codecs --kqemu --x264 - -# Copied from default-linux/x86 2006-04-02; bug #128490 -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_vmmouse --video_cards_vmware - -# Modular X: mask for architectures on which they aren't available -video_cards_newport diff --git a/profiles/hardened/make.defaults b/profiles/hardened/make.defaults deleted file mode 100644 index 0898755f53a5..000000000000 --- a/profiles/hardened/make.defaults +++ /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/hardened/make.defaults,v 1.20 2011/11/17 01:14:26 jmbsvicetto Exp $ - -USE="sysfs urandom xorg" -INPUT_DEVICES="mouse keyboard evdev" - -# 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. -LDFLAGS="-Wl,-O1" - -# 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/hardened/package.mask b/profiles/hardened/package.mask deleted file mode 100644 index fb6401bed384..000000000000 --- a/profiles/hardened/package.mask +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.73 2011/08/14 19:47:46 swift Exp $ - -############################################## -# IMPORTANT: READ THIS -# You probably mean to add the entry to hardened/linux/package.mask as this is -# not inherited from the newer profiles -############################################## - -# Hardened versions of gcc-4.0* through gcc-4.2* are not available. -=sys-devel/gcc-4.0* -=sys-devel/gcc-4.1* -=sys-devel/gcc-4.2* - -# Hardened >=sys-devel/gcc-4.4.3-r3 >=gcc-4.4.4-r1 -available. -=sys-devel/gcc-4.4.2* - -# >=sci-libs/acml-3.6 requires gcc-4.2. ->=sci-libs/acml-3.6 - -# =sys-devel/gdb-7.0 is not hardened-ready according to xake & Zorry. -# gdb-7.1 works fine. -=sys-devel/gdb-7.0* diff --git a/profiles/hardened/package.use b/profiles/hardened/package.use deleted file mode 100644 index ce723aed3ba9..000000000000 --- a/profiles/hardened/package.use +++ /dev/null @@ -1,6 +0,0 @@ -# This file requires >=portage-2.1.1 - -# 26 Mar 2009: Gordon Malm <gengor@gentoo.org> -# Build gcc with mudflap ability if supported gcc version -sys-devel/gcc mudflap - diff --git a/profiles/hardened/package.use.mask b/profiles/hardened/package.use.mask deleted file mode 100644 index 78fdd5307279..000000000000 --- a/profiles/hardened/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/package.use.mask,v 1.24 2011/03/26 19:52:55 jlec Exp $ - -# Justin Lecher <jlec@gentoo.org> (26 Mar 2011) -# Fails, see #335144 -app-arch/p7zip pch - -sys-devel/gcc -hardened -sys-libs/glibc -hardened - -# Fails with gcc-3.4.x SSP, bug #230415. -app-cdr/cdrdao gcdmaster - -www-apps/mediawiki math diff --git a/profiles/hardened/packages b/profiles/hardened/packages deleted file mode 100644 index e680fcd40b96..000000000000 --- a/profiles/hardened/packages +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/packages,v 1.12 2011/11/14 17:12:55 vapier Exp $ - -# This file extends the base packages file for the hardened profile. - -*sys-apps/busybox -*sys-apps/man-pages -*sys-apps/net-tools -*sys-apps/util-linux diff --git a/profiles/hardened/packages.build b/profiles/hardened/packages.build deleted file mode 100644 index ae77d0ab83b4..000000000000 --- a/profiles/hardened/packages.build +++ /dev/null @@ -1,41 +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/packages.build,v 1.6 2011/06/28 01:49:11 jmbsvicetto Exp $ - -app-arch/bzip2 -app-arch/gzip -app-arch/tar -app-shells/bash -net-misc/rsync -net-misc/wget -sys-apps/baselayout -sys-apps/makedev -sys-devel/autoconf -sys-devel/automake -sys-devel/libtool -sys-apps/coreutils -sys-apps/debianutils -sys-apps/diffutils -sys-apps/file -sys-apps/findutils -sys-apps/gawk -sys-apps/grep -sys-apps/less -sys-apps/net-tools -sys-apps/portage -sys-apps/sed -sys-apps/texinfo -sys-devel/binutils -sys-devel/bison -sys-devel/flex -sys-devel/gcc -sys-devel/gettext -sys-devel/gnuconfig -sys-devel/make -sys-devel/patch -dev-lang/perl -dev-lang/python -virtual/editor -virtual/libc -virtual/os-headers -sys-fs/udev diff --git a/profiles/hardened/parent b/profiles/hardened/parent deleted file mode 100644 index eb001c6e8ab8..000000000000 --- a/profiles/hardened/parent +++ /dev/null @@ -1 +0,0 @@ -../base diff --git a/profiles/hardened/ppc/README b/profiles/hardened/ppc/README deleted file mode 100644 index 75da7811fc43..000000000000 --- a/profiles/hardened/ppc/README +++ /dev/null @@ -1,2 +0,0 @@ -This profile is in testing only and results may very. -Please send feedback and patches to solar. diff --git a/profiles/hardened/ppc/deprecated b/profiles/hardened/ppc/deprecated deleted file mode 100644 index 5f30e79cc8e5..000000000000 --- a/profiles/hardened/ppc/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/powerpc/ppc32 -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/powerpc/ppc32 profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/ppc/make.defaults b/profiles/hardened/ppc/make.defaults deleted file mode 100644 index 164a7ecbe514..000000000000 --- a/profiles/hardened/ppc/make.defaults +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2005 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.8 2009/03/27 22:33:47 solar Exp $ - -ARCH="ppc" -ACCEPT_KEYWORDS="${ARCH}" -USE="${ARCH} berkdb crypt hardened nls pam pic readline ssl tcpd zlib" - -# ppc -CHOST="powerpc-unknown-linux-gnu" -CFLAGS="-O2 -pipe" -CXXFLAGS="${CFLAGS}" -FEATURES="-sandbox" - -PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/ppc/" diff --git a/profiles/hardened/ppc/package.mask b/profiles/hardened/ppc/package.mask deleted file mode 100644 index 65d29b7f3186..000000000000 --- a/profiles/hardened/ppc/package.mask +++ /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/hardened/ppc/package.mask,v 1.21 2009/12/02 18:25:42 nixnut Exp $ - -# needs >=sys-devel/gcc-4.2 -sys-libs/libfreevec - -# Wulf C. Krueger <philantrop@gentoo.org> (22 Sep 2007) -# Needs OOo. -app-text/bibus - diff --git a/profiles/hardened/ppc/package.use.mask b/profiles/hardened/ppc/package.use.mask deleted file mode 100644 index a2d470d03cd7..000000000000 --- a/profiles/hardened/ppc/package.use.mask +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/package.use.mask,v 1.24 2011/09/18 09:12:27 ssuominen Exp $ - -# This file requires >=portage-2.1.1 - -# Joseph Jezak <josejx@gentoo.org> (Mar 20 2009) -# Mask Ruby -> Oracle bindings -dev-ruby/ruby-dbi oracle - -# Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008) -# Disabling gcj flag, no gcc-4.3.1 yet -dev-java/eclipse-ecj gcj - -# Mart Raudsepp <leio@gentoo.org> (02 Apr 2008) -# media-plugins/gst-plugins-{mythtv,dvb,fluendo-mpegdemux} not keyworded -# Joseph Jezak <josejx@gentoo.org> (27 Feb 2009) -# Marked ~ppc, but masking current versions because of stable keyword -<=media-plugins/gst-plugins-meta-0.10-r2 dvb mythtv - -# nixnut <nixnut@gentoo.org> (5 feb 2008) -# Masking hb and hb2 USE flags as no suitable solution for evms exists -sys-fs/evms hb hb2 - -# Piotr Jaroszyński <peper@gentoo.org> (19 Nov 2007) -# Mask python flag until ppc keyword is added to dev-python/pygments, bug #198989. -sys-apps/paludis python - -=dev-java/ibm-jdk-bin-1.5* -nsplugin -=dev-java/ibm-jre-bin-1.5* -nsplugin - -# Diego Pettenò <flameeyes@gentoo.org> (10 Nov 2007) -# Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4 ->=sys-libs/pam-0.99.8 test - -# Samuli Suominen <drac@gentoo.org> (30 Nov 2007) -# media-libs/aften broken, and not keyworded. -media-video/avidemux aften - -# app-misc/tomboy is missing ppc support -gnome-base/gnome mono - -# Joseph Jezak <josejx@gentoo.org> (12 November 2008) -# Mask the JIT for pearpc, it's x86 only -app-emulation/pearpc jit diff --git a/profiles/hardened/ppc/packages b/profiles/hardened/ppc/packages deleted file mode 100644 index 19cc5b3105bb..000000000000 --- a/profiles/hardened/ppc/packages +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2005 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/packages,v 1.1 2005/01/06 21:32:00 solar Exp $ - -*sys-fs/hfsutils -*sys-fs/hfsplusutils diff --git a/profiles/hardened/ppc/parent b/profiles/hardened/ppc/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/ppc/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/ppc/use.mask b/profiles/hardened/ppc/use.mask deleted file mode 100644 index 3550b042d139..000000000000 --- a/profiles/hardened/ppc/use.mask +++ /dev/null @@ -1,104 +0,0 @@ -# Dell does not ship or sell PPC systems -dell - -mmx -3dfx -acpi -afs -avi -cg -cmucl -dmi -fmod -fusion -hdf -i8x0 -interbase -ip28 -lm_sensors -mbrola -nvtv -rar -uml -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_cyrix -video_cards_i128 -video_cards_i740 -video_cards_intel -video_cards_neomagic -video_cards_nsc -video_cards_rendition -video_cards_siliconmotion -video_cards_tga -video_cards_tseng -video_cards_vesa -video_cards_via -xvmc --altivec --pbbuttonsd --ppcsha1 --x264 - -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_wacom - -graphlcd -lcd_devices_graphlcd - -# Masked p2p for bug #155302 <josejx@gentoo.org> -p2p - -# cardoe@gentoo.org -# masking on ppc since the associated driver is not stable -# newer versions have possible endian issues -ivtv - -# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006) -# Unmask the Apple drivers --alsa_cards_aoa --alsa_cards_aoa-fabric-layout --alsa_cards_aoa-onyx --alsa_cards_aoa-soundbus --alsa_cards_aoa-soundbus-i2s --alsa_cards_aoa-tas --alsa_cards_aoa-toonie --alsa_cards_powermac -# Mask ALSA drivers for ISA cards -alsa_cards_cs4232 -alsa_cards_msnd-pinnacle -alsa_cards_cs4231-lib -alsa_cards_adlib -alsa_cards_ad1816a -alsa_cards_ad1848 -alsa_cards_als100 -alsa_cards_azt2320 -alsa_cards_cmi8330 -alsa_cards_cs4231 -alsa_cards_cs4236 -alsa_cards_dt019x -alsa_cards_es968 -alsa_cards_es1688 -alsa_cards_es18xx -alsa_cards_gusclassic -alsa_cards_gusextreme -alsa_cards_gusmax -alsa_cards_interwave -alsa_cards_interwave-stb -alsa_cards_opl3sa2 -alsa_cards_opti92x-ad1848 -alsa_cards_opti92x-cs4231 -alsa_cards_opti93x -alsa_cards_miro -alsa_cards_sb8 -alsa_cards_sb16 -alsa_cards_sbawe -alsa_cards_sb16_csp -alsa_cards_sgalaxy -alsa_cards_sscape -alsa_cards_wavefront - -# net-libs/libssh2 currently missing keywords (dragonheart 20080402) -libssh2 diff --git a/profiles/hardened/ppc64/README b/profiles/hardened/ppc64/README deleted file mode 100644 index 75da7811fc43..000000000000 --- a/profiles/hardened/ppc64/README +++ /dev/null @@ -1,2 +0,0 @@ -This profile is in testing only and results may very. -Please send feedback and patches to solar. diff --git a/profiles/hardened/ppc64/deprecated b/profiles/hardened/ppc64/deprecated deleted file mode 100644 index dc0e177ecc70..000000000000 --- a/profiles/hardened/ppc64/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/powerpc/ppc64/64bit-userland -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/powerpc/ppc64/64bit-userland profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/ppc64/make.defaults b/profiles/hardened/ppc64/make.defaults deleted file mode 100644 index 56404a1b9e08..000000000000 --- a/profiles/hardened/ppc64/make.defaults +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2005 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.9 2009/07/09 00:47:50 gengor Exp $ - -ARCH="ppc64" -ACCEPT_KEYWORDS="${ARCH}" -USE="${ARCH} berkdb crypt hardened pam pic readline ssl zlib" - -# ppc64 -CHOST="powerpc64-unknown-linux-gnu" -CFLAGS="-O2 -pipe" -CXXFLAGS="${CFLAGS}" -FEATURES="-sandbox" diff --git a/profiles/hardened/ppc64/package.mask b/profiles/hardened/ppc64/package.mask deleted file mode 100644 index 539b66f46f15..000000000000 --- a/profiles/hardened/ppc64/package.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/package.mask,v 1.12 2009/12/02 18:25:42 nixnut Exp $ - diff --git a/profiles/hardened/ppc64/package.use.mask b/profiles/hardened/ppc64/package.use.mask deleted file mode 100644 index f02d5abd561f..000000000000 --- a/profiles/hardened/ppc64/package.use.mask +++ /dev/null @@ -1,22 +0,0 @@ -# Joseph Jezak <josejx@gentoo.org> (Mar 20 2009) -# Mask Ruby -> Oracle bindings -dev-ruby/ruby-dbi oracle - -# Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008) -# Disabling gcj flag, no gcc-4.3.1 yet -dev-java/eclipse-ecj gcj - -# Diego Pettenò <flameeyes@gentoo.org> (10 Nov 2007) -# Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4 ->=sys-libs/pam-0.99.8 test -#Brent Baude <ranger@gentoo.org> (1 Feb 2008) -# Masking hb and hb2 USE flags as no suitable solution for evms exists -sys-fs/evms hb hb2 - -# Mart Raudsepp <leio@gentoo.org> (02 Apr 2008) -# media-plugins/gst-plugins-mythtv not keyworded -media-plugins/gst-plugins-meta mythtv - -# Brent Baude <ranger@gentoo.org> (11 June 2008) -# Masking out passwdqc from pambase since passwdqc -sys-auth/pambase passwdqc diff --git a/profiles/hardened/ppc64/packages b/profiles/hardened/ppc64/packages deleted file mode 100644 index 1cadcaa545cf..000000000000 --- a/profiles/hardened/ppc64/packages +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2005 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/packages,v 1.2 2005/11/05 03:44:22 dostrow Exp $ - -*>=sys-devel/binutils-2.15 -*>=sys-devel/gcc-3.4.0-r6 -*>=sys-libs/glibc-2.3.3_pre20040529 diff --git a/profiles/hardened/ppc64/parent b/profiles/hardened/ppc64/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/ppc64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/ppc64/use.mask b/profiles/hardened/ppc64/use.mask deleted file mode 100644 index 30424199c68a..000000000000 --- a/profiles/hardened/ppc64/use.mask +++ /dev/null @@ -1,164 +0,0 @@ -# this is a list of USE flags -# that should not be used on PPC64 -# Tom Gall <tgall@gentoo.org> manages this list - -# Brent Baude <ranger@gentoo.org> (3 Oct 2008) -# Masking xindy use flag for ppc64 -xindy - -# -# 01 Oct 2008 Brent Baude <ranger@gentoo.org> -# Masking battery USE for bug 238770 -battery - -# 02 Apr 2008 Mart Raudsepp <leio@gentoo.org> -# net-misc/networkmanager not keyworded -networkmanager - -# 25 Feb 2008 Brent Baude <ranger@gentoo.org> -# Masking xmlrpc use flag because xmlrpc-c does not compile -# bug 209138 -xmlrpc - - - -acpi -3dfx -directfb -avi -krb4 -lm_sensors -mplayer -pcmcia -pda -prelude -ruby -mzscheme -chasen -mono -beagle -rar -nvtv - -# should be ok -jikes -junit - -guile - -# dietlibc -diet - -#pyste has untested/unkeyworded deps on ppc64 -pyste - -# Unmask our instruction sets --altivec - -# need to test libaio -aio -# needs some asm written -ocaml -# needs some research as to why it segfaults on build -pike - -# we don't have hardware to test. also see bug #113398 -dvb - -# until media-libs/portaudio is keyworded for ppc64 -portaudio - -# mask mozilla/firefox (bug #108020) -mozilla -firefox -seamonkey - -# 2006/03/20 - Donnie Berkholz <dberkholz@gentoo.org> -# Modular X: mask for architectures on which they aren't available -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips -video_cards_cirrus -video_cards_cyrix -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_intel -video_cards_neomagic -video_cards_newport -video_cards_nsc -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_vesa -video_cards_via -video_cards_voodoo - -#until netbeans is keyworded -netbeans - -cg -dmi -interbase -mbrola -multilib - -# 20 Sep 2006 Doug Goldstein <cardoe@gentoo.org> -# Someone tagged MythTV as ~ppc64 but media-tv/ivtv does not -# work on ppc64 so I'm masking it's USE flag. -ivtv - -#2006/10/11 - corsair - bug #150925 -graphlcd -lcd_devices_graphlcd - - -# conky dependencies missing keywords related (dragonheart -20061112) -# media-sound/mpd -mpd -# app-admin/hddtemp -hddtemp - -# Masked p2p for bug #155302 <josejx@gentoo.org> -p2p - -# 02 Dec 2006; Tony Vroon <chainsaw@gentoo.org> -# Keywording wpa_supplicant, but I don't have madwifi(-ng) hardware to test with, only BCM4306. -madwifi - -# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006) -# Mask ALSA drivers depending on PNP functions (not available on PPC) -alsa_cards_interwave -alsa_cards_interwave-stb -# Unmask the Apple drivers --alsa_cards_aoa --alsa_cards_aoa-fabric-layout --alsa_cards_aoa-onyx --alsa_cards_aoa-soundbus --alsa_cards_aoa-soundbus-i2s --alsa_cards_aoa-tas --alsa_cards_aoa-toonie --alsa_cards_powermac - -# mask qt4 (does not work) - bug #178779 -qt4 - -# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. -# Bug #184563, 18 Sep 2007 -# Robin H. Johnson <robbat2@gentoo.org> -audit - -# net-libs/libssh2 currently missing keywords (dragonheart 20080402) -libssh2 - -# sys-apps/hal used to use these, and these might be unrequired now -dell -laptop diff --git a/profiles/hardened/use.mask b/profiles/hardened/use.mask deleted file mode 100644 index 32ea2834d53d..000000000000 --- a/profiles/hardened/use.mask +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.24 2009/08/05 15:22:54 gengor Exp $ - --hardened - -emul-linux-x86 - -# supported only by gcc-4, unmask when it's stable wrt #217927 -raw - -# nvidia-drivers are masked, this has to be too -video_cards_nvidia -nvidia -vdpau - -x264 - -# tcc is x86-only -tcc - -# precompiled headers are not compat with ASLR. -pch diff --git a/profiles/hardened/x86/2.6/deprecated b/profiles/hardened/x86/2.6/deprecated deleted file mode 100644 index 6073d83c4e5a..000000000000 --- a/profiles/hardened/x86/2.6/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/x86 -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/x86 profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/x86/2.6/profile.bashrc b/profiles/hardened/x86/2.6/profile.bashrc deleted file mode 100644 index e2dff2243109..000000000000 --- a/profiles/hardened/x86/2.6/profile.bashrc +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/profile.bashrc,v 1.1 2009/03/24 17:29:22 gengor Exp $ - -if [[ "${EBUILD_PHASE}" == "setup" ]] -then - echo - ewarn "The hardened/x86/2.6 profile is deprecated. This profile has been" - ewarn "pushed down to hardened/x86. Please update your /etc/make.profile" - ewarn "symlink to use the hardened/x86 profile. See: eselect profile list" - echo -fi diff --git a/profiles/hardened/x86/deprecated b/profiles/hardened/x86/deprecated deleted file mode 100644 index 6073d83c4e5a..000000000000 --- a/profiles/hardened/x86/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/x86 -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/x86 profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/x86/make.defaults b/profiles/hardened/x86/make.defaults deleted file mode 100644 index f6d20cd6af74..000000000000 --- a/profiles/hardened/x86/make.defaults +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.21 2009/12/13 21:45:34 remi Exp $ - -ARCH="x86" -ACCEPT_KEYWORDS="x86" - -CHOST="i486-pc-linux-gnu" -CFLAGS="-mcpu=i486 -O2 -pipe" -CXXFLAGS="${CFLAGS}" - -USE="berkdb crypt hardened nls nptl nptlonly pam pic readline ssl tcpd zlib" - -# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> -# Defaults for video drivers -VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 intel \ - mach64 mga neomagic 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" -PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/x86/" diff --git a/profiles/hardened/x86/minimal/deprecated b/profiles/hardened/x86/minimal/deprecated deleted file mode 100644 index 6073d83c4e5a..000000000000 --- a/profiles/hardened/x86/minimal/deprecated +++ /dev/null @@ -1,7 +0,0 @@ -hardened/linux/x86 -# Check 'eselect profile list'. -# Find the number that corresponds with the hardened/linux/x86 profile. -# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink. -# -# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml -# See: "General instructions" in Section 3. "Profile updating instructions" diff --git a/profiles/hardened/x86/minimal/make.defaults b/profiles/hardened/x86/minimal/make.defaults deleted file mode 100644 index c81b3da7efcd..000000000000 --- a/profiles/hardened/x86/minimal/make.defaults +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2007 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/minimal/make.defaults,v 1.2 2010/12/12 19:18:10 vapier Exp $ - -# - TESTING PROFILE - TESTING PROFILE - -# ------ USE AT YOUR OWN RISK ------ - -ARCH="x86" -ACCEPT_KEYWORDS="${ARCH}" -USE="-* ${ARCH} crypt hardened minimal multicall ncurses pic readline zlib" -PORTDIR=/usr/portage/ -PKGDIR=${PORTDIR}/packages/${ARCH}/ - -CFLAGS="-Os -pipe" -CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms strict nodoc noinfo noman" - diff --git a/profiles/hardened/x86/minimal/parent b/profiles/hardened/x86/minimal/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/x86/minimal/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/x86/minimal/use.mask b/profiles/hardened/x86/minimal/use.mask deleted file mode 100644 index 6645969ef058..000000000000 --- a/profiles/hardened/x86/minimal/use.mask +++ /dev/null @@ -1,2 +0,0 @@ -pam -nls diff --git a/profiles/hardened/x86/package.mask b/profiles/hardened/x86/package.mask deleted file mode 100644 index fe23e2e42b12..000000000000 --- a/profiles/hardened/x86/package.mask +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/package.mask,v 1.55 2011/08/09 04:29:56 zmedico Exp $ - -# Zac Medico <zmedico@gentoo.org> (09 Aug 2011) -# Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and -# future versions of sys-apps/portage. -<sys-devel/binutils-2.13.90.0.4 -<x11-base/xorg-x11-6.8.0-r4 - -<sys-kernel/linux-headers-2.5 - -# Christian Faulhammer <opfer@gentoo.org> (05 Dec 2006) -# this version is badly broken on x86, see bug #153280 -~app-arch/rpm-4.4.7 diff --git a/profiles/hardened/x86/package.use b/profiles/hardened/x86/package.use deleted file mode 100644 index 9a3642cd84e2..000000000000 --- a/profiles/hardened/x86/package.use +++ /dev/null @@ -1,4 +0,0 @@ -# This file requires >=portage-2.1.2 (see bug #61732) - -# cyrus-sasl doesn't work w/ USE=berkdb (#192753) -dev-libs/cyrus-sasl gdbm diff --git a/profiles/hardened/x86/package.use.mask b/profiles/hardened/x86/package.use.mask deleted file mode 100644 index 074f5e7704a3..000000000000 --- a/profiles/hardened/x86/package.use.mask +++ /dev/null @@ -1,22 +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/x86/package.use.mask,v 1.13 2010/04/08 13:40:31 ssuominen Exp $ - -# Raúl Porcel <armin76@gentoo.org> (02 Dec 2008) -media-libs/realcodecs win32codecs - -# Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008) -# Disabling gcj flag, no gcc-4.3.1 yet -dev-java/eclipse-ecj gcj - -# cyrus-sasl doesn't work w/ USE=berkdb (#192753) -dev-libs/cyrus-sasl berkdb - -# bug #147908 - unmask these on x86 profiles ->=dev-java/sun-jdk-1.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 - -# missing the necessary linux-headers dep ->=net-fs/netatalk-2.0.3-r3 xfs diff --git a/profiles/hardened/x86/packages b/profiles/hardened/x86/packages deleted file mode 100644 index 46bb3adf8b0a..000000000000 --- a/profiles/hardened/x86/packages +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/packages,v 1.17 2011/08/09 04:29:56 zmedico Exp $ - -*>=sys-devel/binutils-2.13.90.0.4 - -*sys-devel/libtool -*virtual/dev-manager diff --git a/profiles/hardened/x86/parent b/profiles/hardened/x86/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/hardened/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/hardened/x86/use.mask b/profiles/hardened/x86/use.mask deleted file mode 100644 index 1c378b95ca54..000000000000 --- a/profiles/hardened/x86/use.mask +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/use.mask,v 1.33 2009/07/06 00:02:57 gengor Exp $ - -# SIMD --3dnow --3dnowext --mmx --mmxext --sse --sse2 --sse3 --ssse3 - -# arch/other --kqemu --nvram --svga - -# Copied from default-linux/x86 2006-04-02; bug #128490 -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_vmmouse --input_devices_wacom --video_cards_fglrx --video_cards_vmware - -# Modular X: mask for architectures on which they aren't available -video_cards_newport - -# codec support --win32codecs --x264 - -# Diego Petteno <flameeyes@gentoo.org> (4 Jan 2007) -# Unmask the flags for PHP that are available only on x86 --fdftk --sybase-ct --ingres --birdstep --adabas --filepro --pfpro --informix --empress --empress-bcs --sybase --frontbase --dbmaker --esoob --solid -# Shared with amd64 --oci8 --oracle7 --firebird --db2 |