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/releases | |
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/releases')
-rw-r--r-- | profiles/releases/2008.0/make.defaults | 7 | ||||
-rw-r--r-- | profiles/releases/2008.0/packages | 17 | ||||
-rw-r--r-- | profiles/releases/2008.0/parent | 1 | ||||
-rw-r--r-- | profiles/releases/make.defaults | 7 |
4 files changed, 32 insertions, 0 deletions
diff --git a/profiles/releases/2008.0/make.defaults b/profiles/releases/2008.0/make.defaults new file mode 100644 index 000000000000..2d58d5d1bc67 --- /dev/null +++ b/profiles/releases/2008.0/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/2008.0/make.defaults,v 1.1 2008/04/01 17:41:35 wolf31o2 Exp $ + +# Adding this one, since it makes sense. +USE="${USE} bzip2" + diff --git a/profiles/releases/2008.0/packages b/profiles/releases/2008.0/packages new file mode 100644 index 000000000000..c56f05f8b9b3 --- /dev/null +++ b/profiles/releases/2008.0/packages @@ -0,0 +1,17 @@ +# Copyright 2001-2008 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/2008.0/packages,v 1.1 2008/04/01 17:41:35 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 +# * + +>=sys-apps/baselayout-1.12.10-r5 +>=sys-devel/binutils-2.18-r1 +>=sys-libs/glibc-2.4-r4 +>=sys-apps/portage-2.1.4.4 diff --git a/profiles/releases/2008.0/parent b/profiles/releases/2008.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/releases/2008.0/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/releases/make.defaults b/profiles/releases/make.defaults new file mode 100644 index 000000000000..6a01f54afc0a --- /dev/null +++ b/profiles/releases/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.1 2008/04/01 17:41:35 wolf31o2 Exp $ + +# These USE flags are what is common between the various sub-profiles. Stages 2 +# and 3 are built against these, so be careful what you add. +USE="acl cups gdbm gpm nptl nptlonly unicode" |