diff options
author | 2009-06-06 03:55:13 +0000 | |
---|---|---|
committer | 2009-06-06 03:55:13 +0000 | |
commit | 3cb29e878b8defe78ee4c9998faa10fc8cea34f5 (patch) | |
tree | 34c7a9b7f1159690b42fa434245055ee6779c1e4 /profiles/prefix/irix | |
parent | Version bump (diff) | |
download | gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.tar.gz gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.tar.bz2 gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.zip |
Initial commit of prefix profiles on behalf of the prefix community
Diffstat (limited to 'profiles/prefix/irix')
-rw-r--r-- | profiles/prefix/irix/6.5/mips/make.defaults | 7 | ||||
-rw-r--r-- | profiles/prefix/irix/6.5/mips/parent | 1 | ||||
-rw-r--r-- | profiles/prefix/irix/6.5/package.provided | 5 | ||||
-rw-r--r-- | profiles/prefix/irix/6.5/parent | 1 | ||||
-rw-r--r-- | profiles/prefix/irix/make.defaults | 13 | ||||
-rw-r--r-- | profiles/prefix/irix/package.use.mask | 11 | ||||
-rw-r--r-- | profiles/prefix/irix/packages | 5 | ||||
-rw-r--r-- | profiles/prefix/irix/parent | 2 | ||||
-rw-r--r-- | profiles/prefix/irix/profile.bashrc | 6 | ||||
-rw-r--r-- | profiles/prefix/irix/use.force | 7 | ||||
-rw-r--r-- | profiles/prefix/irix/use.mask | 45 | ||||
-rw-r--r-- | profiles/prefix/irix/virtuals | 6 |
12 files changed, 109 insertions, 0 deletions
diff --git a/profiles/prefix/irix/6.5/mips/make.defaults b/profiles/prefix/irix/6.5/mips/make.defaults new file mode 100644 index 000000000000..5a5fbc7a33e6 --- /dev/null +++ b/profiles/prefix/irix/6.5/mips/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/6.5/mips/make.defaults,v 1.1 2009/06/06 03:54:55 solar Exp $ + +ARCH="mips-irix" +CHOST="mips-sgi-irix6.5" +ACCEPT_KEYWORDS="~mips-irix" diff --git a/profiles/prefix/irix/6.5/mips/parent b/profiles/prefix/irix/6.5/mips/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/irix/6.5/mips/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/irix/6.5/package.provided b/profiles/prefix/irix/6.5/package.provided new file mode 100644 index 000000000000..01601b1367e4 --- /dev/null +++ b/profiles/prefix/irix/6.5/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/6.5/package.provided,v 1.1 2009/06/06 03:54:54 solar Exp $ + +sys-irix/libc-6.5 diff --git a/profiles/prefix/irix/6.5/parent b/profiles/prefix/irix/6.5/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/irix/6.5/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/irix/make.defaults b/profiles/prefix/irix/make.defaults new file mode 100644 index 000000000000..8348f97ce9b8 --- /dev/null +++ b/profiles/prefix/irix/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/make.defaults,v 1.1 2009/06/06 03:54:54 solar Exp $ + +# System-wide defaults for all IRIX profiles +# This file should rarely need to be changed + +# 'Sane' defaults +ELIBC="IRIX" +KERNEL="IRIX" + +# Sandbox is not ported to IRIX (yet?), no scanelf +FEATURES="-sandbox nostrip" diff --git a/profiles/prefix/irix/package.use.mask b/profiles/prefix/irix/package.use.mask new file mode 100644 index 000000000000..6fda0955e7b3 --- /dev/null +++ b/profiles/prefix/irix/package.use.mask @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/package.use.mask,v 1.1 2009/06/06 03:54:54 solar Exp $ + +# Fabian Groffen <grobian@gentoo.org> (27 Dec 2008) +# bug #209163, Python is broken wrt IPv6 on IRIX +dev-lang/python ipv6 + +# Fabian Groffen <grobian@gentoo.org> (06 Aug 2008) +# Causes extra compilation problems, bug #234253 +dev-util/subversion dso diff --git a/profiles/prefix/irix/packages b/profiles/prefix/irix/packages new file mode 100644 index 000000000000..ade67d2b2255 --- /dev/null +++ b/profiles/prefix/irix/packages @@ -0,0 +1,5 @@ +# Copyright 1999-2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/packages,v 1.1 2009/06/06 03:54:54 solar Exp $ + +*sys-devel/binutils diff --git a/profiles/prefix/irix/parent b/profiles/prefix/irix/parent new file mode 100644 index 000000000000..cd1149221a41 --- /dev/null +++ b/profiles/prefix/irix/parent @@ -0,0 +1,2 @@ +../../base +.. diff --git a/profiles/prefix/irix/profile.bashrc b/profiles/prefix/irix/profile.bashrc new file mode 100644 index 000000000000..2572f4d77d1c --- /dev/null +++ b/profiles/prefix/irix/profile.bashrc @@ -0,0 +1,6 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/profile.bashrc,v 1.1 2009/06/06 03:54:54 solar Exp $ + +# IRIX's /bin/sh is not up for most of today's jobs +export CONFIG_SHELL=${BASH} diff --git a/profiles/prefix/irix/use.force b/profiles/prefix/irix/use.force new file mode 100644 index 000000000000..13141aa8ec46 --- /dev/null +++ b/profiles/prefix/irix/use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/use.force,v 1.1 2009/06/06 03:54:54 solar Exp $ + +# Re-add IRIX OS +kernel_IRIX +elibc_IRIX diff --git a/profiles/prefix/irix/use.mask b/profiles/prefix/irix/use.mask new file mode 100644 index 000000000000..20224d085549 --- /dev/null +++ b/profiles/prefix/irix/use.mask @@ -0,0 +1,45 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/use.mask,v 1.1 2009/06/06 03:54:54 solar Exp $ + +# Re-add IRIX libc +-elibc_IRIX +-kernel_IRIX + +# these will more than likely never work on IRIX +3dfx +3dnow +3dnowext +acpi +alsa +apm +cap +caps +directfb +divx4linux +djbfft +emul-linux-x86 +fbcon +fdftk +fmod +ggi +gpm +hardened +icc +icc-pgo +mmx +mmx2 +on-the-fly-crypt # requires device-mapper +oss +solid +sse +sse2 +svga +sybase +sybase-ct +rtc +uclibc +voodoo3 +pvm +v4l +v4l2 diff --git a/profiles/prefix/irix/virtuals b/profiles/prefix/irix/virtuals new file mode 100644 index 000000000000..5220276dd763 --- /dev/null +++ b/profiles/prefix/irix/virtuals @@ -0,0 +1,6 @@ +# Copyright 1999-2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/virtuals,v 1.1 2009/06/06 03:54:54 solar Exp $ + +virtual/libc sys-irix/libc +virtual/os-headers sys-irix/libc |