summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-04-29 07:08:56 +0000
committerNed Ludd <solar@gentoo.org>2007-04-29 07:08:56 +0000
commitc7679495ac9f7b5325f9cd103d77359d0343a085 (patch)
tree6284e87da2b11d4929a1f4be6854473d888c1de5 /profiles
parentAdding desktop entry, requested by Bug #176404. (diff)
downloadgentoo-2-c7679495ac9f7b5325f9cd103d77359d0343a085.tar.gz
gentoo-2-c7679495ac9f7b5325f9cd103d77359d0343a085.tar.bz2
gentoo-2-c7679495ac9f7b5325f9cd103d77359d0343a085.zip
- add ia64 profile
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/ia64/make.defaults27
-rw-r--r--profiles/hardened/ia64/package.mask5
-rw-r--r--profiles/hardened/ia64/package.use.mask7
-rw-r--r--profiles/hardened/ia64/packages15
-rw-r--r--profiles/hardened/ia64/parent1
-rw-r--r--profiles/hardened/ia64/use.mask27
-rw-r--r--profiles/hardened/ia64/virtuals5
7 files changed, 87 insertions, 0 deletions
diff --git a/profiles/hardened/ia64/make.defaults b/profiles/hardened/ia64/make.defaults
new file mode 100644
index 000000000000..f3f4f3fabcc6
--- /dev/null
+++ b/profiles/hardened/ia64/make.defaults
@@ -0,0 +1,27 @@
+# Copyright 1999-2007 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.1 2007/04/29 07:08:56 solar Exp $
+
+ARCH="ia64"
+ACCEPT_KEYWORDS="ia64"
+
+CHOST="ia64-unknown-linux-gnu"
+CFLAGS="-O2 -pipe -fforce-addr"
+CXXFLAGS="${CFLAGS}"
+
+FEATURES="sandbox sfperms"
+
+USE="berkdb crypt hardened pam pic readline ssl tcpd zlib"
+
+# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
+# Defaults for video drivers
+VIDEO_CARDS="apm ark ati chips cirrus cyrix dummy fbdev glint i128 i740 i810 \
+ imstt mga neomagic nv rendition s3 s3virge savage siliconmotion sis sisusb \
+ tdfx tga v4l vesa vga via voodoo"
+
+# 2006/12/23 - Diego Pettenò <flameeyes@gentoo.org>
+# Defaults for audio drivers - Took from x86 profile
+ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \
+ ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \
+ trident usb-audio via82xx via82xx-modem ymfpci"
+
diff --git a/profiles/hardened/ia64/package.mask b/profiles/hardened/ia64/package.mask
new file mode 100644
index 000000000000..54e1fe1843f5
--- /dev/null
+++ b/profiles/hardened/ia64/package.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2007 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/package.mask,v 1.1 2007/04/29 07:08:56 solar Exp $
+
+<sys-kernel/linux-headers-2.5
diff --git a/profiles/hardened/ia64/package.use.mask b/profiles/hardened/ia64/package.use.mask
new file mode 100644
index 000000000000..63a3a3bf8b71
--- /dev/null
+++ b/profiles/hardened/ia64/package.use.mask
@@ -0,0 +1,7 @@
+# This file requires >=portage-2.1.1
+
+# bug #147908 - unmask these on x86 profiles
+dev-java/sun-jdk -nsplugin
+dev-java/sun-jre-bin -nsplugin
+dev-java/ibm-jdk-bin -nsplugin
+dev-java/ibm-jre-bin -nsplugin
diff --git a/profiles/hardened/ia64/packages b/profiles/hardened/ia64/packages
new file mode 100644
index 000000000000..0ff9c9abb4f6
--- /dev/null
+++ b/profiles/hardened/ia64/packages
@@ -0,0 +1,15 @@
+# Copyright 1999-2007 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/packages,v 1.1 2007/04/29 07:08:56 solar Exp $
+
+# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later!
+
+*>=sys-devel/binutils-2.13.90.0.4
+
+>=x11-base/xorg-x11-6.8.0-r4
+
+*sys-devel/libtool
+*sys-libs/pwdb
+*virtual/dev-manager
+
+<virtual/pcmcia-2.5
diff --git a/profiles/hardened/ia64/parent b/profiles/hardened/ia64/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/hardened/ia64/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/hardened/ia64/use.mask b/profiles/hardened/ia64/use.mask
new file mode 100644
index 000000000000..eb0ef87c91e3
--- /dev/null
+++ b/profiles/hardened/ia64/use.mask
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/use.mask,v 1.1 2007/04/29 07:08:56 solar Exp $
+
+-3dnow
+-3dnowext
+-icc
+-icc-pgo
+-ifc
+-mmx
+-mmxext
+-sse
+-sse2
+-win32codecs
+-real
+-kqemu
+-x264
+
+# Copied from default-linux/x86 2006-04-02; bug #128490
+# Modular X: unmask for architectures on which they are available
+-input_devices_synaptics
+-input_devices_vmmouse
+-video_cards_fglrx
+-video_cards_vmware
+# Modular X: mask for architectures on which they aren't available
+video_cards_newport
+
diff --git a/profiles/hardened/ia64/virtuals b/profiles/hardened/ia64/virtuals
new file mode 100644
index 000000000000..18e61703b6ae
--- /dev/null
+++ b/profiles/hardened/ia64/virtuals
@@ -0,0 +1,5 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/virtuals,v 1.1 2007/04/29 07:08:56 solar Exp $
+
+virtual/bootloader sys-boot/elilo