diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-21 20:35:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-21 20:35:31 +0000 |
commit | bb9d321aceaf3429d657cb416dd460f1e4570bb5 (patch) | |
tree | 065e17abff0a8f985eece89ddc8ad1ad88724b5f /profiles | |
parent | changing DEPENDS and closing #64526 (Manifest recommit) (diff) | |
download | gentoo-2-bb9d321aceaf3429d657cb416dd460f1e4570bb5.tar.gz gentoo-2-bb9d321aceaf3429d657cb416dd460f1e4570bb5.tar.bz2 gentoo-2-bb9d321aceaf3429d657cb416dd460f1e4570bb5.zip |
Initial creation of the 2004.3 profile. This may change during the creation of 2004.3, so I would think twice before using it.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/2004.3/make.defaults | 20 | ||||
-rw-r--r-- | profiles/default-linux/x86/2004.3/packages | 25 | ||||
-rw-r--r-- | profiles/default-linux/x86/2004.3/parent | 7 | ||||
-rw-r--r-- | profiles/default-linux/x86/2004.3/virtuals | 9 |
4 files changed, 61 insertions, 0 deletions
diff --git a/profiles/default-linux/x86/2004.3/make.defaults b/profiles/default-linux/x86/2004.3/make.defaults new file mode 100644 index 000000000000..af8ba26b60fd --- /dev/null +++ b/profiles/default-linux/x86/2004.3/make.defaults @@ -0,0 +1,20 @@ +# 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/2004.3/make.defaults,v 1.1 2004/09/21 20:35:31 wolf31o2 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 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" +ACCEPT_KEYWORDS="x86" + +FEATURES="sandbox sfperms" diff --git a/profiles/default-linux/x86/2004.3/packages b/profiles/default-linux/x86/2004.3/packages new file mode 100644 index 000000000000..c789eaa3ffd7 --- /dev/null +++ b/profiles/default-linux/x86/2004.3/packages @@ -0,0 +1,25 @@ +# 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/2004.3/packages,v 1.1 2004/09/21 20:35:31 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 + +virtual/x11 + +>=app-admin/sysklogd-1.4.1 +<sys-apps/shadow-5 diff --git a/profiles/default-linux/x86/2004.3/parent b/profiles/default-linux/x86/2004.3/parent new file mode 100644 index 000000000000..20c57d4cbe96 --- /dev/null +++ b/profiles/default-linux/x86/2004.3/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/x86/2004.3/parent,v 1.1 2004/09/21 20:35:31 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/x86/2004.3/virtuals b/profiles/default-linux/x86/2004.3/virtuals new file mode 100644 index 000000000000..630646456031 --- /dev/null +++ b/profiles/default-linux/x86/2004.3/virtuals @@ -0,0 +1,9 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2004.3/virtuals,v 1.1 2004/09/21 20:35:31 wolf31o2 Exp $ + +# Use this virtuals file to override or add virtuals that are specific ONLY +# TO THIS PROFILE! +virtual/x11 x11-base/xorg-x11 +virtual/opengl x11-base/xorg-x11 +virtual/glu x11-base/xorg-x11 |