diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-04-01 17:41:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-04-01 17:41:39 +0000 |
commit | 85990dfb635cf03ab433c73a7f928efdb9adf22e (patch) | |
tree | 72ef955ad84cf3de07c39c4ad83ba476b3ef3158 /profiles/arch/m68k | |
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/m68k')
-rw-r--r-- | profiles/arch/m68k/ChangeLog | 3 | ||||
-rw-r--r-- | profiles/arch/m68k/make.defaults | 13 | ||||
-rw-r--r-- | profiles/arch/m68k/package.use.force | 6 | ||||
-rw-r--r-- | profiles/arch/m68k/package.use.mask | 13 | ||||
-rw-r--r-- | profiles/arch/m68k/packages | 7 | ||||
-rw-r--r-- | profiles/arch/m68k/use.mask | 63 |
6 files changed, 105 insertions, 0 deletions
diff --git a/profiles/arch/m68k/ChangeLog b/profiles/arch/m68k/ChangeLog new file mode 100644 index 000000000000..423e401bb5b5 --- /dev/null +++ b/profiles/arch/m68k/ChangeLog @@ -0,0 +1,3 @@ +# ChangeLog for Gentoo/ia64 profile +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.1 2008/04/01 17:39:57 wolf31o2 Exp $ diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults new file mode 100644 index 000000000000..c7c99a1d82eb --- /dev/null +++ b/profiles/arch/m68k/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.1 2008/04/01 17:39:57 wolf31o2 Exp $ + +ARCH="m68k" +ACCEPT_KEYWORDS="m68k" + +CHOST="m68k-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" + +# Disable sandbox on this architecture +FEATURES="-sandbox" diff --git a/profiles/arch/m68k/package.use.force b/profiles/arch/m68k/package.use.force new file mode 100644 index 000000000000..cb4cc49510b9 --- /dev/null +++ b/profiles/arch/m68k/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/package.use.force,v 1.1 2008/04/01 17:39:57 wolf31o2 Exp $ + +# We need to force-enable cups due to KEYWORDS +net-print/foomatic-filters cups diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask new file mode 100644 index 000000000000..ca7503913655 --- /dev/null +++ b/profiles/arch/m68k/package.use.mask @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/package.use.mask,v 1.1 2008/04/01 17:39:57 wolf31o2 Exp $ + +# Diego Pettenò <flameeyes@gentoo.org> (10 Nov 2007) +# Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4 +=sys-libs/pam-0.99* test + +# Masking since this pulls in app-crypt/pinentry, which isn't keyworded +dev-libs/opensc nsplugin + +# Masking these to keep repoman happy +media-gfx/graphviz perl diff --git a/profiles/arch/m68k/packages b/profiles/arch/m68k/packages new file mode 100644 index 000000000000..22cbfed694a6 --- /dev/null +++ b/profiles/arch/m68k/packages @@ -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/m68k/packages,v 1.1 2008/04/01 17:39:57 wolf31o2 Exp $ + +*sys-fs/atari-fdisk +->=sys-devel/binutils-2.18-r1 +->=sys-libs/glibc-2.4-r4 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask new file mode 100644 index 000000000000..ccdbf3898e59 --- /dev/null +++ b/profiles/arch/m68k/use.mask @@ -0,0 +1,63 @@ +hardened + +# Paul de Vrieze <pauldv@gentoo.org> +# There is no java in this profile (if there is it must be available). Without +# this repoman will fail on apps like sys-libs/db +java + +# 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. +php +djbfft +qdbm +mzscheme + +emacs +xemacs + +afs +tcl +tk +tcltk +ldap +slang +diet +gtk +qt3 +qt4 +mono +python +cairo +svg +X +crypt +mysql +samba +dbus +xpm +ruby +ocaml +guile +lua +djvu + +# 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 + +# Masking this for vim since we don't have a stable libXt and libSM +vim-with-x + +# Masking since dev-db/sqlite is masked +sqlite + +# Masking these globally, since we don't have X +gnome +pango + +# Masking since net-dns/avahi and net-misc/mDNSResponder are masked +avahi +zeroconf |