summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/powerpc/ppc32/10.0/desktop/parent2
-rw-r--r--profiles/default/linux/powerpc/ppc32/10.0/developer/parent2
-rw-r--r--profiles/default/linux/powerpc/ppc32/10.0/parent2
-rw-r--r--profiles/default/linux/powerpc/ppc32/10.0/server/parent2
-rw-r--r--profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc21
5 files changed, 29 insertions, 0 deletions
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/desktop/parent b/profiles/default/linux/powerpc/ppc32/10.0/desktop/parent
new file mode 100644
index 000000000000..db8ce088c69a
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/10.0/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/desktop
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/developer/parent b/profiles/default/linux/powerpc/ppc32/10.0/developer/parent
new file mode 100644
index 000000000000..5c8258a71e32
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/10.0/developer/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/developer
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/parent b/profiles/default/linux/powerpc/ppc32/10.0/parent
new file mode 100644
index 000000000000..8ae9641a4546
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/10.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../../releases/10.0
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/server/parent b/profiles/default/linux/powerpc/ppc32/10.0/server/parent
new file mode 100644
index 000000000000..2e085a6e45cc
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/10.0/server/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/server
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc b/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc
new file mode 100644
index 000000000000..d14972b1c2db
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc32/10.0/server/profile.bashrc,v 1.1 2009/08/06 07:13:02 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