diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-03 22:36:57 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-03 22:36:57 +0000 |
commit | 70e8f430ff1ac42efa6b92c85e6ead800799c293 (patch) | |
tree | 9c8acce6146593626af2d972399ed3b198dd0ae6 /profiles | |
parent | Add nls dependencies (diff) | |
download | gentoo-2-70e8f430ff1ac42efa6b92c85e6ead800799c293.tar.gz gentoo-2-70e8f430ff1ac42efa6b92c85e6ead800799c293.tar.bz2 gentoo-2-70e8f430ff1ac42efa6b92c85e6ead800799c293.zip |
Initial creation of a development profile for 2007.0's release. This is where I will do all my testing and playing with changes. I would highly suggest that nobody uses it quite yet, as I know I'll be breaking it quite a bit in the near future.
Diffstat (limited to 'profiles')
10 files changed, 80 insertions, 1 deletions
diff --git a/profiles/default-linux/x86/ChangeLog b/profiles/default-linux/x86/ChangeLog index d2e69274a6a4..958c59575504 100644 --- a/profiles/default-linux/x86/ChangeLog +++ b/profiles/default-linux/x86/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.34 2006/10/28 13:29:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.35 2006/11/03 22:36:57 wolf31o2 Exp $ + + 03 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +dev/2007.0/desktop/make.defaults, +dev/2007.0/desktop/parent, + +dev/2007.0/desktop/virtuals, +dev/2007.0/make.defaults, + +dev/2007.0/packages, +dev/2007.0/parent, + +dev/2007.0/server/make.defaults, +dev/2007.0/server/parent, + +dev/2007.0/server/profile.bashrc: + Initial creation of a development profile for 2007.0's release. This is + where I will do all my testing and playing with changes. I would highly + suggest that nobody uses it quite yet, as I know I'll be breaking it quite a + bit in the near future. 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> 2005.1/make.defaults, gcc2/make.defaults, 2006.0/make.defaults, no-nptl/make.defaults, diff --git a/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults b/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults new file mode 100644 index 000000000000..05f2df0445d9 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults,v 1.1 2006/11/03 22:36:57 wolf31o2 Exp $ + +STAGE1_USE="nptl nptlonly unicode" + +USE="alsa arts cairo cdr dbus dvd dvdr eds emboss encode esd fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap mad mikmod mp3 mpeg ogg opengl oss png qt3 qt4 quicktime sdl spell truetype vorbis win32codecs unicode X xml xv" diff --git a/profiles/default-linux/x86/dev/2007.0/desktop/parent b/profiles/default-linux/x86/dev/2007.0/desktop/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/desktop/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/x86/dev/2007.0/desktop/virtuals b/profiles/default-linux/x86/dev/2007.0/desktop/virtuals new file mode 100644 index 000000000000..b3a1a3d93951 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/desktop/virtuals @@ -0,0 +1,5 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/desktop/virtuals,v 1.1 2006/11/03 22:36:57 wolf31o2 Exp $ + +virtual/fam app-admin/gamin diff --git a/profiles/default-linux/x86/dev/2007.0/make.defaults b/profiles/default-linux/x86/dev/2007.0/make.defaults new file mode 100644 index 000000000000..e486583dd087 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/make.defaults,v 1.1 2006/11/03 22:36:57 wolf31o2 Exp $ + +# This will be commented and replaced with just STAGE1_USE="unicode" if we do +# not end up with a stable glibc 2.4 by 2006.1's release. +STAGE1_USE="nptl nptlonly unicode" + +# These USE flags are what is common between the various sub-profiles. +USE="cups gdbm gpm libg++ nptl nptlonly ppds udev unicode" diff --git a/profiles/default-linux/x86/dev/2007.0/packages b/profiles/default-linux/x86/dev/2007.0/packages new file mode 100644 index 000000000000..bc6a39c5244f --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/packages @@ -0,0 +1,17 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/packages,v 1.1 2006/11/03 22:36:57 wolf31o2 Exp $ + +# For instructions on how this file works (as an inclusion mask, primarily), +# please refer to ${PORTDIR}/profiles/base/packages + +# Use this file to lock down specific versions of packages ONLY TO THIS +# SPECIFIC PROFILE! + +# You can also add files to the base system itself if you prefix them with a +# * + +>=sys-apps/baselayout-1.11.12-r4 +>=sys-devel/binutils-2.15.90.0.3-r4 +>=sys-devel/gcc-3.3.4-r1 +>=sys-libs/glibc-2.3.3.20040420-r1 diff --git a/profiles/default-linux/x86/dev/2007.0/parent b/profiles/default-linux/x86/dev/2007.0/parent new file mode 100644 index 000000000000..aab0408ceca6 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/parent @@ -0,0 +1 @@ +../.. diff --git a/profiles/default-linux/x86/dev/2007.0/server/make.defaults b/profiles/default-linux/x86/dev/2007.0/server/make.defaults new file mode 100644 index 000000000000..d8c015a64fb0 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/server/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/server/make.defaults,v 1.1 2006/11/03 22:36:57 wolf31o2 Exp $ + +USE="apache2 ldap mailwrapper mysql snmp truetype xml" diff --git a/profiles/default-linux/x86/dev/2007.0/server/parent b/profiles/default-linux/x86/dev/2007.0/server/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/server/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/x86/dev/2007.0/server/profile.bashrc b/profiles/default-linux/x86/dev/2007.0/server/profile.bashrc new file mode 100644 index 000000000000..2ae9a37f0fd8 --- /dev/null +++ b/profiles/default-linux/x86/dev/2007.0/server/profile.bashrc @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/server/profile.bashrc,v 1.1 2006/11/03 22:36:57 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 |