diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-25 12:46:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-25 12:46:49 +0000 |
commit | e2ee22e90f1ea89ea3b45a4708a55ab0741e02d1 (patch) | |
tree | e1e182ed19fe2a8d9fbfb5b32b13efd538420186 /profiles/default-linux/x86 | |
parent | fix sorting (diff) | |
download | historical-e2ee22e90f1ea89ea3b45a4708a55ab0741e02d1.tar.gz historical-e2ee22e90f1ea89ea3b45a4708a55ab0741e02d1.tar.bz2 historical-e2ee22e90f1ea89ea3b45a4708a55ab0741e02d1.zip |
import xbox profile
Diffstat (limited to 'profiles/default-linux/x86')
-rw-r--r-- | profiles/default-linux/x86/virtuals | 4 | ||||
-rw-r--r-- | profiles/default-linux/x86/xbox/make.defaults | 21 | ||||
-rw-r--r-- | profiles/default-linux/x86/xbox/packages | 8 | ||||
-rw-r--r-- | profiles/default-linux/x86/xbox/parent | 8 | ||||
-rw-r--r-- | profiles/default-linux/x86/xbox/virtuals | 6 |
5 files changed, 45 insertions, 2 deletions
diff --git a/profiles/default-linux/x86/virtuals b/profiles/default-linux/x86/virtuals index d78f8f590062..f11003541e83 100644 --- a/profiles/default-linux/x86/virtuals +++ b/profiles/default-linux/x86/virtuals @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/virtuals,v 1.7 2004/10/23 02:39:41 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/virtuals,v 1.8 2004/10/25 12:46:49 vapier Exp $ # This file is used to either override or extend the parent profile's # virtuals mappings. In this case, this is for ARCHITECTURE SPECIFIC diff --git a/profiles/default-linux/x86/xbox/make.defaults b/profiles/default-linux/x86/xbox/make.defaults new file mode 100644 index 000000000000..b07ccabea783 --- /dev/null +++ b/profiles/default-linux/x86/xbox/make.defaults @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/xbox/make.defaults,v 1.1 2004/10/25 12:46:49 vapier Exp $ +# +# System-wide defaults for the Portage system +# See portage(5) manpage + +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" + +# Please avoid enabling things by default in here if possible. Understand any +# implications with core packages. For example, if "java" is in USE and db +# has a conditional dependency on java (which it does,) then a JDK will be +# pulled in during *emerge system*! + +USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups encode f77 foomaticdb gdbm gif gpm gtk gtk2 imlib jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt quicktime readline sdl slang spell ssl svga tcpd truetype X xml2 xmms xprint xv zlib" + +ARCH="x86" +PROFILE_ARCH="xbox" +ACCEPT_KEYWORDS="x86" + +FEATURES="sandbox sfperms" diff --git a/profiles/default-linux/x86/xbox/packages b/profiles/default-linux/x86/xbox/packages new file mode 100644 index 000000000000..ee8f245e1871 --- /dev/null +++ b/profiles/default-linux/x86/xbox/packages @@ -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/x86/xbox/packages,v 1.1 2004/10/25 12:46:49 vapier Exp $ + +# version specific stuff for xbox support +>=app-misc/lirc-0.7.0_pre6 +>=x11-base/xfree-4.3.0-r6 +>=media-sound/alsa-driver-1.0.5a diff --git a/profiles/default-linux/x86/xbox/parent b/profiles/default-linux/x86/xbox/parent new file mode 100644 index 000000000000..74853ef4eaaf --- /dev/null +++ b/profiles/default-linux/x86/xbox/parent @@ -0,0 +1,8 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /home/cvsroot/gentoo-x86/profiles/default/x86/2004.0/parent,v 1.2 +# 2004/03/18 00:16:43 seemant Exp $ + +# This file describes the parent profile to this. In most cases this will +# just be the name of the parent directory +.. diff --git a/profiles/default-linux/x86/xbox/virtuals b/profiles/default-linux/x86/xbox/virtuals new file mode 100644 index 000000000000..440b1fd539a6 --- /dev/null +++ b/profiles/default-linux/x86/xbox/virtuals @@ -0,0 +1,6 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/xbox/virtuals,v 1.1 2004/10/25 12:46:49 vapier Exp $ + +virtual/linux-sources sys-kernel/xbox-sources +virtual/bootloader sys-boot/cromwell |