summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-15 01:35:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-15 01:35:48 +0000
commit4fa9f3571052b14ab3ea9a64d97a9ca0663facc0 (patch)
tree8439f1548dd8b5bd706646a2f4e439dabd595c82 /profiles/uclibc/ppc
parentremove variables that dont belong (diff)
downloadhistorical-4fa9f3571052b14ab3ea9a64d97a9ca0663facc0.tar.gz
historical-4fa9f3571052b14ab3ea9a64d97a9ca0663facc0.tar.bz2
historical-4fa9f3571052b14ab3ea9a64d97a9ca0663facc0.zip
ppc/uclibc
Diffstat (limited to 'profiles/uclibc/ppc')
-rw-r--r--profiles/uclibc/ppc/make.defaults42
-rw-r--r--profiles/uclibc/ppc/parent1
2 files changed, 43 insertions, 0 deletions
diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults
new file mode 100644
index 000000000000..bf99b91a8dbf
--- /dev/null
+++ b/profiles/uclibc/ppc/make.defaults
@@ -0,0 +1,42 @@
+USE="ppc berkdb ncurses readline zlib uclibc"
+GRP_STAGE23_USE="ppc berkdb ncurses readline zlib uclibc"
+STAGE1_USE="uclibc"
+
+ARCH="ppc"
+PORTAGE_LIBC="uClibc"
+ACCEPT_KEYWORDS="ppc"
+
+#
+# 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 autoconfig"
+#FEATURES="${FEATURES} userpriv usersandbox"
+PKGDIR=${PORTDIR}/packages/${CHOST}/
diff --git a/profiles/uclibc/ppc/parent b/profiles/uclibc/ppc/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/uclibc/ppc/parent
@@ -0,0 +1 @@
+..