diff options
author | Ned Ludd <solar@gentoo.org> | 2006-02-05 04:15:13 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-02-05 04:15:13 +0000 |
commit | 813109bce27c7c6119294b6bfad13af398323946 (patch) | |
tree | 9ecddd835530660658f1354fd5d229c53d8ff429 /profiles | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-813109bce27c7c6119294b6bfad13af398323946.tar.gz gentoo-2-813109bce27c7c6119294b6bfad13af398323946.tar.bz2 gentoo-2-813109bce27c7c6119294b6bfad13af398323946.zip |
- add minimal testing profile for 2006
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/x86/2.6/minimal/make.defaults | 19 | ||||
-rw-r--r-- | profiles/hardened/x86/2.6/minimal/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/x86/2.6/minimal/use.mask | 2 | ||||
-rw-r--r-- | profiles/hardened/x86/2.6/minimal/virtuals | 1 |
4 files changed, 23 insertions, 0 deletions
diff --git a/profiles/hardened/x86/2.6/minimal/make.defaults b/profiles/hardened/x86/2.6/minimal/make.defaults new file mode 100644 index 000000000000..1a40b8e83fe3 --- /dev/null +++ b/profiles/hardened/x86/2.6/minimal/make.defaults @@ -0,0 +1,19 @@ +# Copyright 2006 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/minimal/make.defaults,v 1.1 2006/02/05 04:15:13 solar Exp $ + +# - TESTING PROFILE - TESTING PROFILE - +# ------ USE AT YOUR OWN RISK ------ + +ARCH="x86" +ACCEPT_KEYWORDS="${ARCH}" +GRP_STAGE23_USE="${ARCH} crypt dlloader hardened minimal multicall ncurses pic readline zlib" +USE="-* ${ARCH} ${GRP_STAGE23_USE}" +USE_ORDER=env:pkg:conf:defaults +PORTDIR=/usr/portage/ +PKGDIR=${PORTDIR}/packages/${ARCH}/ + +CFLAGS="-Os -pipe" +CXXFLAGS="${CFLAGS}" +FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" + diff --git a/profiles/hardened/x86/2.6/minimal/parent b/profiles/hardened/x86/2.6/minimal/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/hardened/x86/2.6/minimal/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/hardened/x86/2.6/minimal/use.mask b/profiles/hardened/x86/2.6/minimal/use.mask new file mode 100644 index 000000000000..6645969ef058 --- /dev/null +++ b/profiles/hardened/x86/2.6/minimal/use.mask @@ -0,0 +1,2 @@ +pam +nls diff --git a/profiles/hardened/x86/2.6/minimal/virtuals b/profiles/hardened/x86/2.6/minimal/virtuals new file mode 100644 index 000000000000..590fb8492d5a --- /dev/null +++ b/profiles/hardened/x86/2.6/minimal/virtuals @@ -0,0 +1 @@ +virtual/ssh net-misc/dropbear |