diff options
author | 2008-04-01 17:41:39 +0000 | |
---|---|---|
committer | 2008-04-01 17:41:39 +0000 | |
commit | 85990dfb635cf03ab433c73a7f928efdb9adf22e (patch) | |
tree | 72ef955ad84cf3de07c39c4ad83ba476b3ef3158 /profiles/arch/s390 | |
parent | trunk build against qt4 (diff) | |
download | gentoo-2-85990dfb635cf03ab433c73a7f928efdb9adf22e.tar.gz gentoo-2-85990dfb635cf03ab433c73a7f928efdb9adf22e.tar.bz2 gentoo-2-85990dfb635cf03ab433c73a7f928efdb9adf22e.zip |
Huge initial 2008.0 profile commit. This will need to be adjusted synced with the current masks and such in the tree, but this will work for people doing beta installs. Enjoy.
Diffstat (limited to 'profiles/arch/s390')
-rw-r--r-- | profiles/arch/s390/ChangeLog | 3 | ||||
-rw-r--r-- | profiles/arch/s390/make.defaults | 12 | ||||
-rw-r--r-- | profiles/arch/s390/package.use.mask | 15 | ||||
-rw-r--r-- | profiles/arch/s390/packages | 3 | ||||
-rw-r--r-- | profiles/arch/s390/use.mask | 63 | ||||
-rw-r--r-- | profiles/arch/s390/virtuals | 7 |
6 files changed, 103 insertions, 0 deletions
diff --git a/profiles/arch/s390/ChangeLog b/profiles/arch/s390/ChangeLog new file mode 100644 index 000000000000..06fe1b8b787f --- /dev/null +++ b/profiles/arch/s390/ChangeLog @@ -0,0 +1,3 @@ +# ChangeLog for Gentoo/s390 profile directory +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $ diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults new file mode 100644 index 000000000000..d9d2574b3b65 --- /dev/null +++ b/profiles/arch/s390/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $ + +ARCH="s390" +ACCEPT_KEYWORDS="s390" + +CHOST="s390-ibm-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" + +USE="fbcon" diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask new file mode 100644 index 000000000000..e3405de2ebbc --- /dev/null +++ b/profiles/arch/s390/package.use.mask @@ -0,0 +1,15 @@ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/package.use.mask,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $ + +# Steve Dibb <beandog@gentoo.org> (03 Mar 2007) +# media-sound/twolame not tested +media-video/mplayer mp2 + +media-gfx/graphviz pango + +# Doug Goldstein <cardoe@gentoo.org> (10 Sep 2007) +# bug #172097 +# The app in question is sys-auth/consolekit +x11-apps/xinit hal + +# Masking this so repoman shuts up about paludis +sys-apps/paludis ruby python diff --git a/profiles/arch/s390/packages b/profiles/arch/s390/packages new file mode 100644 index 000000000000..6ec04edc9db1 --- /dev/null +++ b/profiles/arch/s390/packages @@ -0,0 +1,3 @@ +*sys-apps/s390-tools +->=sys-devel/binutils-2.18-r1 +->=sys-libs/glibc-2.4-r4 diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask new file mode 100644 index 000000000000..0b6c0dc876b3 --- /dev/null +++ b/profiles/arch/s390/use.mask @@ -0,0 +1,63 @@ +# This file contains a list of useflags that cannot be used on s390. +dell +pcmcia +cdr +qt3 +qt4 +gpm +3dfx +acpi +afs +alsa +apm +directfb +lirc +trusted +voodoo3 +wavelan +java +java-internal +java-external +hardened + +# don't quite know about this one, I'll need to revisit +socks5 + +# not working for now +mzscheme + +# masked until xorg builds +xv +gtk +gtk2 +gnome +X +opengl +xpm +vim-with-x +video_cards_sis + +# I need to have some of the bad tcltk uses fixed, until then... +# tcl was marked stable on this platform so only adding tk to mask +tk +tcltk + +nss +diet +xemacs +Xaw3d +neXt +lesstif +motif +glitz +mono +pike +ocaml +sdl +lm_sensors +wxwindows + +# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. +# Bug #184563, 18 Sep 2007 +# Robin H. Johnson <robbat2@gentoo.org> +audit diff --git a/profiles/arch/s390/virtuals b/profiles/arch/s390/virtuals new file mode 100644 index 000000000000..9c3b2dabd541 --- /dev/null +++ b/profiles/arch/s390/virtuals @@ -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/arch/s390/virtuals,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $ + +virtual/bootloader sys-apps/s390-tools +virtual/cdrtools app-cdr/cdrtools +virtual/linux-sources sys-kernel/vanilla-sources |