diff options
author | 2005-03-30 19:38:57 +0000 | |
---|---|---|
committer | 2005-03-30 19:38:57 +0000 | |
commit | d9c0fc98bc7806b6fcae5ae74b292e3452c96862 (patch) | |
tree | 0e2ed41e26ef1454a4ec187ce739c66fcc0601de | |
parent | now we also install nvmix-reg, fixes #87292 (diff) | |
download | gentoo-2-d9c0fc98bc7806b6fcae5ae74b292e3452c96862.tar.gz gentoo-2-d9c0fc98bc7806b6fcae5ae74b292e3452c96862.tar.bz2 gentoo-2-d9c0fc98bc7806b6fcae5ae74b292e3452c96862.zip |
Brand new shiny (and experimental) sparc64 server profile.
What?!? a server profile?!? Yes!
5 files changed, 58 insertions, 0 deletions
diff --git a/profiles/default-linux/sparc/sparc64/server/make.defaults b/profiles/default-linux/sparc/sparc64/server/make.defaults new file mode 100644 index 000000000000..7abe4829755c --- /dev/null +++ b/profiles/default-linux/sparc/sparc64/server/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/server/make.defaults,v 1.1 2005/03/30 19:38:57 gustavoz Exp $ + +# USE settings +USE="acl apache2 berkdb crypt gdbm gcc64 ncurses nls pam perl python readline spell ssl tcpd xml xml2 zlib" + +# Catalyst stage/grp USE +GRP_STAGE23_USE="acl apache2 berkdb crypt gdbm gcc64 ncurses nls pam perl python readline ssl tcpd xml xml2 zlib" diff --git a/profiles/default-linux/sparc/sparc64/server/package.mask b/profiles/default-linux/sparc/sparc64/server/package.mask new file mode 100644 index 000000000000..c3a8ff2e8839 --- /dev/null +++ b/profiles/default-linux/sparc/sparc64/server/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/server/package.mask,v 1.1 2005/03/30 19:38:57 gustavoz Exp $ + +# Jeremy Huddleston <eradicator@gentoo.org> +# Mask alsa-lib and alsa-utils so people don't accidently emerge them on a +# system with unsafe alsa drivers. +media-sound/alsa-utils +media-libs/alsa-lib + +# Jeremy Huddleston <eradicator@gentoo.org> +# Something between 2.3.3.20040420 and 2.3.4.20040619 breaks blackdown-jdk +>=sys-libs/glibc-2.3.4 + +# Jason Wever <weeve@gentoo.org> +# gradm requires 64 bit support, which doesn't exist in this profile +>sys-apps/gradm-2.0.1-r1 + diff --git a/profiles/default-linux/sparc/sparc64/server/packages b/profiles/default-linux/sparc/sparc64/server/packages new file mode 100644 index 000000000000..e6896877b87f --- /dev/null +++ b/profiles/default-linux/sparc/sparc64/server/packages @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/server/packages,v 1.1 2005/03/30 19:38:57 gustavoz Exp $ + +# Since we're running a sparc64 kernel w/ 32bit (v9) userland, +# we need gcc-sparc64 for kernels. +# Only use gcc-sparc64-3.3.x for now. 3.4.x users want the gcc34 profile +*<sys-devel/gcc-sparc64-3.4.0 + +# Lock to gcc-3.3.x and allow 3.4 for the testing profile only +*<sys-devel/gcc-3.4.1 + +# Use 2.4 linux-headers by default +-*virtual/os-headers +*<sys-kernel/linux-headers-2.5 + diff --git a/profiles/default-linux/sparc/sparc64/server/parent b/profiles/default-linux/sparc/sparc64/server/parent new file mode 100644 index 000000000000..bba98778b3b9 --- /dev/null +++ b/profiles/default-linux/sparc/sparc64/server/parent @@ -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/sparc/sparc64/server/parent,v 1.1 2005/03/30 19:38:57 gustavoz Exp $ + +# This file describes the parent profile to this. In most cases this will +# just be the name of the parent directory +.. diff --git a/profiles/default-linux/sparc/sparc64/server/use.mask b/profiles/default-linux/sparc/sparc64/server/use.mask new file mode 100644 index 000000000000..0beb7eb2d558 --- /dev/null +++ b/profiles/default-linux/sparc/sparc64/server/use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/server/use.mask,v 1.1 2005/03/30 19:38:57 gustavoz Exp $ + +# Jeremy Huddleston <eradicator@gentoo.org> +# Don't allow alsa in sparc64 because of broken snd-ioctl32 +alsa +ladcca |