Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/features/32bit-native: make.defaults packages profile.bashrc use.force use.mask
Date: Tue, 01 Apr 2008 17:47:28
Message-Id: E1JgkTq-0004Gz-TR@stork.gentoo.org
1 wolf31o2 08/04/01 17:41:06
2
3 Added: make.defaults packages profile.bashrc use.force
4 use.mask
5 Log:
6 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.
7
8 Revision Changes Path
9 1.1 profiles/features/32bit-native/make.defaults
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/make.defaults?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/make.defaults?rev=1.1&content-type=text/plain
13
14 Index: make.defaults
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/make.defaults,v 1.1 2008/04/01 17:41:06 wolf31o2 Exp $
19
20 FEATURES="-multilib-strict"
21
22 USE="-gcc64"
23 STAGE1_USE="nptl nptlonly unicode"
24
25 MULTILIB_STRICT_DIRS=""
26 MULTILIB_STRICT_DENY=""
27 MULTILIB_STRICT_EXEMPT=""
28
29
30
31 1.1 profiles/features/32bit-native/packages
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/packages?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/packages?rev=1.1&content-type=text/plain
35
36 Index: packages
37 ===================================================================
38 # Copyright 2006-2008 Gentoo Foundation.
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/packages,v 1.1 2008/04/01 17:41:06 wolf31o2 Exp $
41
42 # We don't need kgcc64 to build kernels.
43 -*sys-devel/kgcc64
44
45
46
47 1.1 profiles/features/32bit-native/profile.bashrc
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/profile.bashrc?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/profile.bashrc?rev=1.1&content-type=text/plain
51
52 Index: profile.bashrc
53 ===================================================================
54 # Here we die on any arch that isn't 32-bit.
55 case ${ARCH} in
56 amd64) die "This architecture always uses a 64-bit kernel. Please use an x86 profile!" ;;
57 mips) die "This architecture always uses a 64-bit kernel." ;;
58 ppc64) die "This architecture always uses a 64-bit kernel. Please use a ppc profile!" ;;
59 sparc) die "This architecture always uses a 64-bit kernel." ;;
60 esac
61
62
63
64 1.1 profiles/features/32bit-native/use.force
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/use.force?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/use.force?rev=1.1&content-type=text/plain
68
69 Index: use.force
70 ===================================================================
71 # Force disable multilib USE flag
72 -multilib
73
74
75
76 1.1 profiles/features/32bit-native/use.mask
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/use.mask?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/32bit-native/use.mask?rev=1.1&content-type=text/plain
80
81 Index: use.mask
82 ===================================================================
83 # Copyright 2004-2008 Gentoo Foundation.
84 # Distributed under the terms of the GNU General Public License, v2
85 # $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/use.mask,v 1.1 2008/04/01 17:41:06 wolf31o2 Exp $
86
87 # SECTION: Mask
88
89 # 2008/02/13 - Chris Gianelloni <wolf31o2@g.o>
90 # Mask multilib, since we cannot use it.
91 multilib
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list