diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-10 19:36:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-10 19:36:50 +0000 |
commit | e3bc5b4f655e22f1acc461ae130d5b519dc6cf9d (patch) | |
tree | 99e3b238f5ebba718c66a3dfce6dad7a5b098da6 /profiles/default-linux/ia64 | |
parent | stable on alpha (needed now that 2.12-r5 is pmasked) (Manifest recommit) (diff) | |
download | gentoo-2-e3bc5b4f655e22f1acc461ae130d5b519dc6cf9d.tar.gz gentoo-2-e3bc5b4f655e22f1acc461ae130d5b519dc6cf9d.tar.bz2 gentoo-2-e3bc5b4f655e22f1acc461ae130d5b519dc6cf9d.zip |
Added new 2005.0 profile for ia64 testing.
Diffstat (limited to 'profiles/default-linux/ia64')
-rw-r--r-- | profiles/default-linux/ia64/2005.0/deprecated | 6 | ||||
-rw-r--r-- | profiles/default-linux/ia64/2005.0/packages | 33 | ||||
-rw-r--r-- | profiles/default-linux/ia64/2005.0/parent | 7 | ||||
-rw-r--r-- | profiles/default-linux/ia64/2005.0/virtuals | 13 |
4 files changed, 59 insertions, 0 deletions
diff --git a/profiles/default-linux/ia64/2005.0/deprecated b/profiles/default-linux/ia64/2005.0/deprecated new file mode 100644 index 000000000000..a55a0ddc165d --- /dev/null +++ b/profiles/default-linux/ia64/2005.0/deprecated @@ -0,0 +1,6 @@ +default-linux/ia64/2004.3 +# emerge -n '>=sys-apps/portage-2.0.51' +# cd /etc/ +# rm make.profile +# ln -s ../usr/portage/profiles/default-linux/ia64/2004.3 make.profile +# This is an in-development, experimental profile. Do not use it. diff --git a/profiles/default-linux/ia64/2005.0/packages b/profiles/default-linux/ia64/2005.0/packages new file mode 100644 index 000000000000..d116281a843a --- /dev/null +++ b/profiles/default-linux/ia64/2005.0/packages @@ -0,0 +1,33 @@ +# Copyright 2001-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2005.0/packages,v 1.1 2005/01/10 19:36:50 wolf31o2 Exp $ + +# For instructions on how this file works (as an inclusion mask, primarily), +# please refer to ${PORTDIR}/profiles/base/packages + +# Use this file to lock down specific versions of packages ONLY TO THIS +# SPECIFIC PROFILE! + +# You can also add files to the base system itself if you prefix them with a +# * + +>dev-lang/gpc-2.1 +>=sys-apps/baselayout-1.9.4-r3 +>=sys-devel/binutils-2.14.90.0.8-r1 +>=sys-devel/gcc-3.3.4-r1 +>=sys-libs/glibc-2.3.3.20040420-r1 + +>=sys-kernel/ac-sources-2.5 +>=sys-kernel/ck-sources-2.5 +>=sys-kernel/gentoo-sources-2.5 +>=sys-kernel/grsec-sources-2.5 +>=sys-kernel/hardened-sources-2.5 +>=sys-kernel/openmosix-sources-2.5 +>=sys-kernel/rsbac-sources-2.5 +>=sys-kernel/uclinux-sources-2.5 +>=sys-kernel/usermode-sources-2.5 +>=sys-kernel/vanilla-sources-2.5 +>=sys-kernel/win4lin-sources-2.5 +>=sys-kernel/xbox-sources-2.5 + +>=sys-kernel/linux-headers-2.5 diff --git a/profiles/default-linux/ia64/2005.0/parent b/profiles/default-linux/ia64/2005.0/parent new file mode 100644 index 000000000000..caaa682468b8 --- /dev/null +++ b/profiles/default-linux/ia64/2005.0/parent @@ -0,0 +1,7 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2005.0/parent,v 1.1 2005/01/10 19:36:50 wolf31o2 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/ia64/2005.0/virtuals b/profiles/default-linux/ia64/2005.0/virtuals new file mode 100644 index 000000000000..84d382d9596c --- /dev/null +++ b/profiles/default-linux/ia64/2005.0/virtuals @@ -0,0 +1,13 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2005.0/virtuals,v 1.1 2005/01/10 19:36:50 wolf31o2 Exp $ + +# This file is used to either override or extend the parent profile's +# virtuals mappings. In this case, this is for ARCHITECTURE SPECIFIC +# mappings + +virtual/dev-manager sys-fs/udev + +# These will be removed once the headers and sources are merged +virtual/os-headers sys-kernel/linux26-headers +virtual/linux-kernel sys-kernel/development-sources |