diff options
author | Ned Ludd <solar@gentoo.org> | 2004-08-20 18:47:12 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-08-20 18:47:12 +0000 |
commit | 1d1c4c36901d6df3d0ac0d1de81eefc9130fbb3b (patch) | |
tree | 05025f92db78ecb210db42e721169075b5c5b426 /profiles/uclibc/x86/linux24 | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-1d1c4c36901d6df3d0ac0d1de81eefc9130fbb3b.tar.gz gentoo-2-1d1c4c36901d6df3d0ac0d1de81eefc9130fbb3b.tar.bz2 gentoo-2-1d1c4c36901d6df3d0ac0d1de81eefc9130fbb3b.zip |
add sub profiles linux24, linux26 for releng
Diffstat (limited to 'profiles/uclibc/x86/linux24')
-rw-r--r-- | profiles/uclibc/x86/linux24/make.defaults | 44 | ||||
-rw-r--r-- | profiles/uclibc/x86/linux24/parent | 1 | ||||
-rw-r--r-- | profiles/uclibc/x86/linux24/virtuals | 3 |
3 files changed, 48 insertions, 0 deletions
diff --git a/profiles/uclibc/x86/linux24/make.defaults b/profiles/uclibc/x86/linux24/make.defaults new file mode 100644 index 000000000000..c73a84f758bf --- /dev/null +++ b/profiles/uclibc/x86/linux24/make.defaults @@ -0,0 +1,44 @@ +USE="x86 berkdb ncurses python readline zlib uclibc" +GRP_STAGE23_USE="x86 berkdb ncurses python readline zlib uclibc" +STAGE1_USE="uclibc" + +ARCH="x86" +PORTAGE_LIBC="uclibc" +COMPILER="gcc3" +ACCEPT_KEYWORDS="x86" + +# +# FEATURES are settings that affect the functionality of portage. Most of +# these settings are for developer use, but some are available to non- +# developers as well. +# +# 'nodoc' remove 'doc' in the preinstall phase. +# functionality equivalent to rm -rf usr/share/doc/ +# +# 'noinfo' remove 'info' pages in the preinstall phase. +# functionality equivalent to rm -rf usr/share/info/ +# +# 'noman' remove 'man' pages in the preinstall phase. +# functionality equivalent to rm -rf usr/share/man/ +# +# 'sandbox' enable sandbox-ing when running emerge and ebuild +# +# 'sfperms' feature for security minded people that causes portage to +# remove group+other readable bits on setuid files and +# remove the other readable bits on setgid files. +# +# 'strict' causes portage to react strongly to conditions that +# have the potential to be dangerous -- like missing or +# incorrect Manifest files. +# +# 'userpriv' allows portage to drop root privleges while it is compiling +# as a security measure, and as a side effect this can remove +# sandbox access violations for users. +# +# 'usersandbox' enables sandboxing while portage is running under userpriv. +# unpack -- for debugging purposes only. + +FEATURES="sandbox sfperms strict nodoc noinfo noman" +#FEATURES="${FEATURES} userpriv usersandbox" +PORTDIR=/usr/portage/ +PKGDIR=${PORTDIR}/packages/${CHOST}/ diff --git a/profiles/uclibc/x86/linux24/parent b/profiles/uclibc/x86/linux24/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/linux24/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/linux24/virtuals b/profiles/uclibc/x86/linux24/virtuals new file mode 100644 index 000000000000..088c2008f037 --- /dev/null +++ b/profiles/uclibc/x86/linux24/virtuals @@ -0,0 +1,3 @@ +virtual/modutils sys-apps/modutils +virtual/os-headers sys-kernel/linux-headers +virtual/linux-sources sys-kernel/linux-sources |