Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux: make.defaults package.mask package.provided package.use.mask packages parent use.force use.mask virtuals
Date: Sat, 06 Jun 2009 03:54:58
Message-Id: E1MCmzf-0005Il-Ph@stork.gentoo.org
1 solar 09/06/06 03:54:55
2
3 Added: make.defaults package.mask package.provided
4 package.use.mask packages parent use.force use.mask
5 virtuals
6 Log:
7 Initial commit of prefix profiles on behalf of the prefix community
8
9 Revision Changes Path
10 1.1 profiles/prefix/linux/make.defaults
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/make.defaults?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/make.defaults?rev=1.1&content-type=text/plain
14
15 Index: make.defaults
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/make.defaults,v 1.1 2009/06/06 03:54:55 solar Exp $
20
21 # 'Sane' defaults
22 ELIBC="glibc"
23 KERNEL="linux"
24
25 # 2006/10/28 - Luca Barbato <lu_zero@g.o>
26 # on glibc system you cannot turn it off
27 USE="${USE} iconv"
28
29 # build gcc with mudflap (pointer checking) and parallelization support
30 USE="${USE} mudflap openmp"
31
32 # Linux has sandbox support
33 FEATURES="sandbox"
34
35
36
37 1.1 profiles/prefix/linux/package.mask
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/package.mask?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/package.mask?rev=1.1&content-type=text/plain
41
42 Index: package.mask
43 ===================================================================
44 # Copyright 1999-2009 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.mask,v 1.1 2009/06/06 03:54:55 solar Exp $
47
48 # Jeremy Olexa <darkside@g.o> (29 Dec 2008)
49 # app-misc/pax-utils-0.1.19 works fine on linux (and it should because it is
50 # globally masked for GNU-isms)
51 -~app-misc/pax-utils-0.1.19
52
53
54
55 1.1 profiles/prefix/linux/package.provided
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/package.provided?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/package.provided?rev=1.1&content-type=text/plain
59
60 Index: package.provided
61 ===================================================================
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.provided,v 1.1 2009/06/06 03:54:55 solar Exp $
65
66 sys-linux/glibc-0
67 sys-linux/linux-sources-0
68
69
70
71 1.1 profiles/prefix/linux/package.use.mask
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/package.use.mask?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/package.use.mask?rev=1.1&content-type=text/plain
75
76 Index: package.use.mask
77 ===================================================================
78 # Copyright 1999-2009 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.use.mask,v 1.1 2009/06/06 03:54:55 solar Exp $
81
82 # app-office/openoffice has a built_with_use check on shadow for USE=pam which
83 # we have in package.provided so this logic blows up. (Prefix only)
84 app-office/openoffice pam
85
86
87
88 1.1 profiles/prefix/linux/packages
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/packages?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/packages?rev=1.1&content-type=text/plain
92
93 Index: packages
94 ===================================================================
95 # Copyright 1999-2009 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/packages,v 1.1 2009/06/06 03:54:55 solar Exp $
98
99 # Add back what the parent removes.
100 *sys-devel/binutils
101
102 # Here we remove packages that default/linux/packages pulls in and have no
103 # business being in Gentoo Prefix
104 -*sys-apps/busybox
105 -*sys-apps/util-linux
106
107
108
109 1.1 profiles/prefix/linux/parent
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/parent?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/parent?rev=1.1&content-type=text/plain
113
114 Index: parent
115 ===================================================================
116 ..
117
118
119
120 1.1 profiles/prefix/linux/use.force
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/use.force?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/use.force?rev=1.1&content-type=text/plain
124
125 Index: use.force
126 ===================================================================
127 # Copyright 1999-2009 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.force,v 1.1 2009/06/06 03:54:55 solar Exp $
130
131 # Re-add Linux OS
132 kernel_linux
133 elibc_glibc
134
135
136
137 1.1 profiles/prefix/linux/use.mask
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/use.mask?rev=1.1&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/use.mask?rev=1.1&content-type=text/plain
141
142 Index: use.mask
143 ===================================================================
144 # Copyright 1999-2009 Gentoo Foundation
145 # Distributed under the terms of the GNU General Public License v2
146 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.mask,v 1.1 2009/06/06 03:54:55 solar Exp $
147
148 # Re-add linux stuff that is masked in base/
149 -elibc_glibc
150 -kernel_linux
151 #
152
153
154
155 1.1 profiles/prefix/linux/virtuals
156
157 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/virtuals?rev=1.1&view=markup
158 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/virtuals?rev=1.1&content-type=text/plain
159
160 Index: virtuals
161 ===================================================================
162 # Copyright 1999-2009 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/virtuals,v 1.1 2009/06/06 03:54:55 solar Exp $
165
166 virtual/libc sys-linux/glibc
167 virtual/os-headers sys-linux/linux-sources