diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 15:13:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 15:13:53 +0000 |
commit | ffa0a557d8898a8c9047db827c19da21751a16fa (patch) | |
tree | e2f1c31024b7e2d4adbf7b0772cd65e16c31b559 /profiles | |
parent | define virtual/modutils (diff) | |
download | gentoo-2-ffa0a557d8898a8c9047db827c19da21751a16fa.tar.gz gentoo-2-ffa0a557d8898a8c9047db827c19da21751a16fa.tar.bz2 gentoo-2-ffa0a557d8898a8c9047db827c19da21751a16fa.zip |
initial s390 cascading profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/s390/2004.3/make.defaults | 11 | ||||
-rw-r--r-- | profiles/default-linux/s390/2004.3/parent | 1 | ||||
-rw-r--r-- | profiles/default-linux/s390/packages | 10 | ||||
-rw-r--r-- | profiles/default-linux/s390/parent | 1 | ||||
-rw-r--r-- | profiles/default-linux/s390/use.mask | 56 | ||||
-rw-r--r-- | profiles/default-linux/s390/virtuals | 8 |
6 files changed, 87 insertions, 0 deletions
diff --git a/profiles/default-linux/s390/2004.3/make.defaults b/profiles/default-linux/s390/2004.3/make.defaults new file mode 100644 index 000000000000..908eaf284e36 --- /dev/null +++ b/profiles/default-linux/s390/2004.3/make.defaults @@ -0,0 +1,11 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/2004.3/make.defaults,v 1.1 2004/09/21 15:13:53 vapier Exp $ + +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + +ARCH="s390" + +USE="berkdb bitmap-fonts crypt cups fbcon foomaticdb gdbm imlib jpeg libwww mikmod motif mad mpeg ncurses nls pam perl png python readline slang spell ssl tcpd truetype xprint zlib" + +ACCEPT_KEYWORDS="s390" diff --git a/profiles/default-linux/s390/2004.3/parent b/profiles/default-linux/s390/2004.3/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/s390/2004.3/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/s390/packages b/profiles/default-linux/s390/packages new file mode 100644 index 000000000000..54d5403ae471 --- /dev/null +++ b/profiles/default-linux/s390/packages @@ -0,0 +1,10 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/packages,v 1.1 2004/09/21 15:13:53 vapier Exp $ + +*virtual/bootloader + +>=sys-devel/binutils-2.13.90.0.16 +>=sys-devel/gcc-3.2.3-r2 +>=sys-libs/glibc-2.3.2-r10 +>=sys-kernel/linux-headers-2.4.21-r1 diff --git a/profiles/default-linux/s390/parent b/profiles/default-linux/s390/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/s390/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/s390/use.mask b/profiles/default-linux/s390/use.mask new file mode 100644 index 000000000000..adf6c8a31f49 --- /dev/null +++ b/profiles/default-linux/s390/use.mask @@ -0,0 +1,56 @@ +# This file contains a list of useflags that cannot be used on s390. +cdr +qt +jpeg +gpm +3dfx +3dnow +acpi +afs +alsa +altivec +apm +directfb +icc +icc-pgo +informix +firebird +lirc +mmx +oci8 +pic +sse +svga +trusted +voodoo3 +wavelan +java +X +vim-with-x + +# I need to have some of the bad tcltk uses fixed, until then... +tcltk + +# don't quite know about this one, I'll need to revisit +socks5 + +# Chris PeBenito <pebenito@gentoo.org> +# must use a SELinux profile +selinux +uclibc + +# see email to gentoo-dev with subject "use.mask and PHP5's crazy IUSE" +# Dated Sat, 31 Jul 2004 14:49:28 -0700, from robbat2@gentoo.org +# all of these are binary-only, and not presently available on this +# architecture. +adabas +birdstep +dbmaker +empress +empress-bcs +frontbase +hyperwave +pfpro +solid +sybase +sybase-ct diff --git a/profiles/default-linux/s390/virtuals b/profiles/default-linux/s390/virtuals new file mode 100644 index 000000000000..57a656c72d93 --- /dev/null +++ b/profiles/default-linux/s390/virtuals @@ -0,0 +1,8 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/virtuals,v 1.1 2004/09/21 15:13:53 vapier Exp $ + +virtual/bootloader sys-apps/s390-tools +virtual/kernel sys-kernel/development-sources +virtual/linux-sources sys-kernel/development-sources +virtual/os-headers sys-kernel/linux26-headers |