diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-01 12:50:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-01 12:50:45 +0000 |
commit | 70c37a129e0c3fef7c32bc50ecb5d5c2d280a62d (patch) | |
tree | cfec26436c082aa2774257b7751262c538f7f031 /profiles/default-linux | |
parent | Version bump wrt #274393, thanks to Fabio Correa. (diff) | |
download | historical-70c37a129e0c3fef7c32bc50ecb5d5c2d280a62d.tar.gz historical-70c37a129e0c3fef7c32bc50ecb5d5c2d280a62d.tar.bz2 historical-70c37a129e0c3fef7c32bc50ecb5d5c2d280a62d.zip |
Remove deprecated profile vserver, with ACK from Hollow.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/amd64/vserver/deprecated | 1 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/make.defaults | 34 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/package.mask | 7 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/packages | 12 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/packages.build | 82 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/parent | 1 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/use.mask | 5 | ||||
-rw-r--r-- | profiles/default-linux/amd64/vserver/virtuals | 6 |
8 files changed, 0 insertions, 148 deletions
diff --git a/profiles/default-linux/amd64/vserver/deprecated b/profiles/default-linux/amd64/vserver/deprecated deleted file mode 100644 index 313fe64d0957..000000000000 --- a/profiles/default-linux/amd64/vserver/deprecated +++ /dev/null @@ -1 +0,0 @@ -This profile is deprecated. Please update to a 2008.0 profile using eselect profile. diff --git a/profiles/default-linux/amd64/vserver/make.defaults b/profiles/default-linux/amd64/vserver/make.defaults deleted file mode 100644 index 2142c138e26c..000000000000 --- a/profiles/default-linux/amd64/vserver/make.defaults +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/vserver/make.defaults,v 1.1 2006/02/24 14:34:53 hollow Exp $ - -FEATURES="sandbox autoconfig" - -MULTILIB_ABIS="x86 amd64" -DEFAULT_ABI="amd64" -ABI=${DEFAULT_ABI} - -#CFLAGS_amd64="-m64" -#LDFLAGS_amd64="-m elf_x86_64" -CHOST_amd64="x86_64-pc-linux-gnu" -CDEFINE_amd64="__x86_64__" -LIBDIR_amd64="lib64" - -# Added -L/emul* workaround to aid compilation of 32bit packages -# See bug #88725 for more info - Herbie Hopkins <herbs@gentoo.org> 2005/04/19 -CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" -LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" -CHOST_x86="i686-pc-linux-gnu" -CDEFINE_x86="__i386__" -LIBDIR_x86="lib32" - -# In case someone wants to help out by setting FEATURES="multilib-strict" -MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" -MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" - -# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib -SYMLINK_LIB="yes" - -# Switch to nptl, but no nptlonly yet. -USE="nptl -nptlonly" diff --git a/profiles/default-linux/amd64/vserver/package.mask b/profiles/default-linux/amd64/vserver/package.mask deleted file mode 100644 index 22d7d49b0d33..000000000000 --- a/profiles/default-linux/amd64/vserver/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/vserver/package.mask,v 1.4 2009/07/31 09:28:08 ssuominen Exp $ - -# Benedikt Boehm <hollow@gentoo.org> -# Mask baselayout in vservers. Use baselayout-vserver instead! -sys-apps/baselayout diff --git a/profiles/default-linux/amd64/vserver/packages b/profiles/default-linux/amd64/vserver/packages deleted file mode 100644 index aa52767dd3c0..000000000000 --- a/profiles/default-linux/amd64/vserver/packages +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/vserver/packages,v 1.4 2008/03/30 16:52:46 vapier 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/default-linux/amd64/vserver/packages.build b/profiles/default-linux/amd64/vserver/packages.build deleted file mode 100644 index f4350a0c34f8..000000000000 --- a/profiles/default-linux/amd64/vserver/packages.build +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 2006 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/vserver/packages.build,v 1.2 2006/02/28 07:13:45 hollow 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/portage --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 - -app-arch/bzip2 -app-arch/tar -app-shells/bash -net-misc/rsync -net-misc/wget -sys-apps/baselayout-vserver -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/portage -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 diff --git a/profiles/default-linux/amd64/vserver/parent b/profiles/default-linux/amd64/vserver/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/default-linux/amd64/vserver/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/default-linux/amd64/vserver/use.mask b/profiles/default-linux/amd64/vserver/use.mask deleted file mode 100644 index 49dc45a61bad..000000000000 --- a/profiles/default-linux/amd64/vserver/use.mask +++ /dev/null @@ -1,5 +0,0 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/vserver/use.mask,v 1.1 2006/02/24 14:34:53 hollow Exp $ - -# Jeremy Huddleston <eradicator@gentoo.org> -# multilib is forced on when we have ${MULTILIB_ABIS} defined -multilib diff --git a/profiles/default-linux/amd64/vserver/virtuals b/profiles/default-linux/amd64/vserver/virtuals deleted file mode 100644 index 89d42768bf33..000000000000 --- a/profiles/default-linux/amd64/vserver/virtuals +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/vserver/virtuals,v 1.2 2008/03/30 16:52:46 vapier Exp $ - -# see bug #105616 why this is in here -virtual/dev-manager sys-apps/baselayout-vserver |