diff options
author | Ned Ludd <solar@gentoo.org> | 2009-06-06 03:55:13 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2009-06-06 03:55:13 +0000 |
commit | 3cb29e878b8defe78ee4c9998faa10fc8cea34f5 (patch) | |
tree | 34c7a9b7f1159690b42fa434245055ee6779c1e4 /profiles/prefix/packages | |
parent | Version bump (diff) | |
download | gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.tar.gz gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.tar.bz2 gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.zip |
Initial commit of prefix profiles on behalf of the prefix community
Diffstat (limited to 'profiles/prefix/packages')
-rw-r--r-- | profiles/prefix/packages | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/profiles/prefix/packages b/profiles/prefix/packages new file mode 100644 index 000000000000..8e2fd57dacb5 --- /dev/null +++ b/profiles/prefix/packages @@ -0,0 +1,36 @@ +# Copyright 2007 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/packages,v 1.1 2009/06/06 03:54:33 solar Exp $ + +# Gentoo Base Prefix Profile + +# NOTE: THIS IS THE BASE PROFILE FOR *ANY* PREFIX BASED OPERATING SYSTEM. +# NO MODIFICATIONS MAY BE MADE TO THIS FILE WITHOUT PRIOR DISCUSSION. IF +# YOU ARE CREATING A NEW PROFILE, YOU SIMPLY NEED TO INHERIT THIS BASE +# PROFILE IN YOUR PROFILE DIRECTORY'S "parent" FILE. + +# Read the descriptions of ../base/packages for some explanation + +# This file removes everything from the base profile which is not +# necessary/desired in a prefix environment. + +-*sys-apps/baselayout +-*net-misc/iputils +-*sys-apps/kbd +-*sys-apps/net-tools +-*sys-process/procps +-*sys-process/psmisc +-*sys-apps/shadow +-*sys-fs/e2fsprogs +-*virtual/dev-manager +-*virtual/modutils + +# add back prefix baselayout +*sys-apps/baselayout-prefix + +# we don't want binutils everywhere, only in linux and solaris +-*sys-devel/binutils + +# we don't ever will install these, so no need to depend on them +-*virtual/libc +-*virtual/os-headers |