diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-04-06 15:40:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-04-06 15:40:56 +0000 |
commit | addec04dd03410d3d00927a70e62e50b82a56953 (patch) | |
tree | cdbe8476214905bed54bb7f49bb77de581ffb7b7 /profiles/targets | |
parent | Stable on ppc64; bug #215735 (diff) | |
download | historical-addec04dd03410d3d00927a70e62e50b82a56953.tar.gz historical-addec04dd03410d3d00927a70e62e50b82a56953.tar.bz2 historical-addec04dd03410d3d00927a70e62e50b82a56953.zip |
Cleaning up remaining virtual/baselayout remnants.
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/vserver/packages | 8 | ||||
-rw-r--r-- | profiles/targets/vserver/packages.build | 79 | ||||
-rw-r--r-- | profiles/targets/vserver/virtuals | 3 |
3 files changed, 86 insertions, 4 deletions
diff --git a/profiles/targets/vserver/packages b/profiles/targets/vserver/packages index be32e2293bda..d18499631aa2 100644 --- a/profiles/targets/vserver/packages +++ b/profiles/targets/vserver/packages @@ -1,8 +1,12 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/vserver/packages,v 1.1 2008/04/01 17:41:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/vserver/packages,v 1.2 2008/04/06 15:40:56 wolf31o2 Exp $ # we don't want those by default +-*sys-apps/hdparm -*sys-apps/kbd -*sys-fs/e2fsprogs -*virtual/modutils + +-*sys-apps/baselayout +*sys-apps/baselayout-vserver diff --git a/profiles/targets/vserver/packages.build b/profiles/targets/vserver/packages.build new file mode 100644 index 000000000000..66cbdf54ab83 --- /dev/null +++ b/profiles/targets/vserver/packages.build @@ -0,0 +1,79 @@ +# Copyright 2006 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/vserver/packages.build,v 1.1 2008/04/06 15:40:56 wolf31o2 Exp $ + +# This file describes the packages needed to build a stage 1 based on this +# profile. Packages in this file are built in order. + +# Please do not move perl before baselayout doing so will break lib -> lib64 +# symlinks on systems that use them. + +# While shadow could be in here, it breaks stage 1 and stage 2 building for the +# releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TEST IT! + +# We need to remove all packages, and add them afterwards to get +# the right order of packages. Not doing so will break lib -> lib64 +# symlinks due to baselayout-vserver getting injected in the end + +-app-arch/bzip2 +-app-arch/tar +-app-shells/bash +-net-misc/rsync +-net-misc/wget +-sys-apps/baselayout +-sys-apps/coreutils +-sys-apps/debianutils +-sys-apps/diffutils +-sys-apps/file +-sys-apps/findutils +-sys-apps/gawk +-sys-apps/grep +-sys-apps/less +-sys-apps/net-tools +-sys-apps/sed +-sys-apps/texinfo +-sys-devel/binutils +-sys-devel/bison +-sys-devel/flex +-sys-devel/gcc +-sys-devel/gettext +-sys-devel/gnuconfig +-sys-devel/make +-sys-devel/patch +-dev-lang/perl +-dev-lang/python +-virtual/editor +-virtual/gzip +-virtual/libc +-virtual/os-headers +-virtual/portage + +app-arch/bzip2 +app-arch/tar +app-shells/bash +net-misc/rsync +net-misc/wget +sys-apps/baselayout-vserver +sys-apps/coreutils +sys-apps/diffutils +sys-apps/file +sys-apps/findutils +sys-apps/gawk +sys-apps/grep +sys-apps/less +sys-apps/net-tools +sys-apps/sed +sys-apps/texinfo +sys-devel/binutils +sys-devel/bison +sys-devel/flex +sys-devel/gcc +sys-devel/gettext +sys-devel/gnuconfig +sys-devel/make +sys-devel/patch +virtual/editor +virtual/gzip +virtual/libc +virtual/os-headers +virtual/portage diff --git a/profiles/targets/vserver/virtuals b/profiles/targets/vserver/virtuals index 20f79531c30c..5c60b3174871 100644 --- a/profiles/targets/vserver/virtuals +++ b/profiles/targets/vserver/virtuals @@ -1,7 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/vserver/virtuals,v 1.1 2008/04/01 17:41:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/vserver/virtuals,v 1.2 2008/04/06 15:40:56 wolf31o2 Exp $ # see bug #105616 why this is in here virtual/dev-manager sys-apps/baselayout-vserver -virtual/baselayout sys-apps/baselayout-vserver |