diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-25 14:23:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-25 14:23:01 +0000 |
commit | f3f10e404e2ad2ef392473fe0b728b9d32626732 (patch) | |
tree | 40c52657568e72e37509f96a23d083d6470588c4 /profiles/default-linux | |
parent | Remove deprecated profile, bug 282435 (diff) | |
download | gentoo-2-f3f10e404e2ad2ef392473fe0b728b9d32626732.tar.gz gentoo-2-f3f10e404e2ad2ef392473fe0b728b9d32626732.tar.bz2 gentoo-2-f3f10e404e2ad2ef392473fe0b728b9d32626732.zip |
Remove deprecated profile, bug 282435
Diffstat (limited to 'profiles/default-linux')
4 files changed, 0 insertions, 32 deletions
diff --git a/profiles/default-linux/x86/2007.0/server/deprecated b/profiles/default-linux/x86/2007.0/server/deprecated deleted file mode 100644 index eb151b4758ed..000000000000 --- a/profiles/default-linux/x86/2007.0/server/deprecated +++ /dev/null @@ -1,5 +0,0 @@ -default/linux/x86/2008.0/server -# cd /etc/ -# rm make.profile -# ln -s ../usr/portage/profiles/default/linux/x86/2008.0/server make.profile - diff --git a/profiles/default-linux/x86/2007.0/server/make.defaults b/profiles/default-linux/x86/2007.0/server/make.defaults deleted file mode 100644 index c1cb4230941a..000000000000 --- a/profiles/default-linux/x86/2007.0/server/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2007.0/server/make.defaults,v 1.1 2007/04/13 22:02:31 wolf31o2 Exp $ - -USE="apache2 ldap mailwrapper mysql snmp truetype xml" diff --git a/profiles/default-linux/x86/2007.0/server/parent b/profiles/default-linux/x86/2007.0/server/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/default-linux/x86/2007.0/server/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/default-linux/x86/2007.0/server/profile.bashrc b/profiles/default-linux/x86/2007.0/server/profile.bashrc deleted file mode 100644 index e6af4777d202..000000000000 --- a/profiles/default-linux/x86/2007.0/server/profile.bashrc +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2007.0/server/profile.bashrc,v 1.1 2007/04/13 22:02:31 wolf31o2 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 |