diff options
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" |