Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/bsd/openbsd/, profiles/, profiles/prefix/bsd/openbsd/4.2/ppc/, ...
Date: Mon, 30 Jan 2017 19:34:41
Message-Id: 1485804872.f9f5c3aab3e64633ba8ba221e037607df591ac91.grobian@gentoo
1 commit: f9f5c3aab3e64633ba8ba221e037607df591ac91
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 19:24:40 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 19:34:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f5c3aa
7
8 remove OpenBSD keywords ppc-openbsd, x86-openbsd and x64-openbsd
9
10 eclass/qt4-build-multilib.eclass | 2 +-
11 profiles/arch.list | 3 ---
12 profiles/base/make.defaults | 2 +-
13 profiles/embedded/make.defaults | 2 +-
14 profiles/prefix/bsd/openbsd/4.2/eapi | 1 -
15 profiles/prefix/bsd/openbsd/4.2/package.mask | 4 ----
16 profiles/prefix/bsd/openbsd/4.2/parent | 1 -
17 profiles/prefix/bsd/openbsd/4.2/ppc/eapi | 1 -
18 profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults | 8 --------
19 profiles/prefix/bsd/openbsd/4.2/ppc/parent | 1 -
20 profiles/prefix/bsd/openbsd/4.2/x64/eapi | 1 -
21 profiles/prefix/bsd/openbsd/4.2/x64/make.defaults | 8 --------
22 profiles/prefix/bsd/openbsd/4.2/x64/parent | 1 -
23 profiles/prefix/bsd/openbsd/4.2/x86/eapi | 1 -
24 profiles/prefix/bsd/openbsd/4.2/x86/make.defaults | 8 --------
25 profiles/prefix/bsd/openbsd/4.2/x86/parent | 1 -
26 profiles/prefix/bsd/openbsd/eapi | 1 -
27 profiles/prefix/bsd/openbsd/make.defaults | 10 ----------
28 profiles/prefix/bsd/openbsd/parent | 1 -
29 profiles/prefix/bsd/openbsd/use.force | 7 -------
30 profiles/prefix/bsd/openbsd/use.mask | 8 --------
31 profiles/profiles.desc | 6 ------
32 22 files changed, 3 insertions(+), 75 deletions(-)
33
34 diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
35 index 37aef6c..468d3f1 100644
36 --- a/eclass/qt4-build-multilib.eclass
37 +++ b/eclass/qt4-build-multilib.eclass
38 @@ -842,7 +842,7 @@ qt4_get_mkspec() {
39 # Add -64 for 64-bit prefix profiles
40 if use amd64-linux || use ppc64-linux ||
41 use x64-macos ||
42 - use sparc64-freebsd || use x64-freebsd || use x64-openbsd ||
43 + use sparc64-freebsd || use x64-freebsd ||
44 use sparc64-solaris || use x64-solaris
45 then
46 [[ -d ${S}/mkspecs/${spec}-64 ]] && spec+=-64
47
48 diff --git a/profiles/arch.list b/profiles/arch.list
49 index 8e3cfc8..f532673 100644
50 --- a/profiles/arch.list
51 +++ b/profiles/arch.list
52 @@ -34,9 +34,6 @@ x86-macos
53 x64-macos
54 m68k-mint
55 x86-netbsd
56 -ppc-openbsd
57 -x86-openbsd
58 -x64-openbsd
59 sparc-solaris
60 sparc64-solaris
61 x64-solaris
62
63 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
64 index 53fadc8..2090b73 100644
65 --- a/profiles/base/make.defaults
66 +++ b/profiles/base/make.defaults
67 @@ -9,7 +9,7 @@
68 IUSE_IMPLICIT="prefix prefix-guest"
69 USE_EXPAND_UNPREFIXED="ARCH"
70 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
71 -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd riscv s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
72 +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-solaris x86-winnt"
73 USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
74 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt"
75 USE_EXPAND_VALUES_USERLAND="BSD GNU"
76
77 diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
78 index c3f5c28..4c75bd0 100644
79 --- a/profiles/embedded/make.defaults
80 +++ b/profiles/embedded/make.defaults
81 @@ -20,7 +20,7 @@ LINGUAS="en"
82 IUSE_IMPLICIT="prefix prefix-guest"
83 USE_EXPAND_UNPREFIXED="ARCH"
84 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
85 -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd riscv s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
86 +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-solaris x86-winnt"
87 USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
88 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt"
89 USE_EXPAND_VALUES_USERLAND="BSD GNU"
90
91 diff --git a/profiles/prefix/bsd/openbsd/4.2/eapi b/profiles/prefix/bsd/openbsd/4.2/eapi
92 deleted file mode 100644
93 index 7ed6ff8..00000000
94 --- a/profiles/prefix/bsd/openbsd/4.2/eapi
95 +++ /dev/null
96 @@ -1 +0,0 @@
97 -5
98
99 diff --git a/profiles/prefix/bsd/openbsd/4.2/package.mask b/profiles/prefix/bsd/openbsd/4.2/package.mask
100 deleted file mode 100644
101 index 4413ca2..00000000
102 --- a/profiles/prefix/bsd/openbsd/4.2/package.mask
103 +++ /dev/null
104 @@ -1,4 +0,0 @@
105 -# Copyright 1999-2009 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -# $Id$
108 -
109
110 diff --git a/profiles/prefix/bsd/openbsd/4.2/parent b/profiles/prefix/bsd/openbsd/4.2/parent
111 deleted file mode 100644
112 index f3229c5b..00000000
113 --- a/profiles/prefix/bsd/openbsd/4.2/parent
114 +++ /dev/null
115 @@ -1 +0,0 @@
116 -..
117
118 diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/eapi b/profiles/prefix/bsd/openbsd/4.2/ppc/eapi
119 deleted file mode 100644
120 index 7ed6ff8..00000000
121 --- a/profiles/prefix/bsd/openbsd/4.2/ppc/eapi
122 +++ /dev/null
123 @@ -1 +0,0 @@
124 -5
125
126 diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults b/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults
127 deleted file mode 100644
128 index df49bc0..00000000
129 --- a/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults
130 +++ /dev/null
131 @@ -1,8 +0,0 @@
132 -# Copyright 1999-2009 Gentoo Foundation
133 -# Distributed under the terms of the GNU General Public License v2
134 -# $Id$
135 -
136 -ARCH="ppc-openbsd"
137 -CHOST="powerpc-unknown-openbsd4.2"
138 -ACCEPT_KEYWORDS="~ppc-openbsd"
139 -
140
141 diff --git a/profiles/prefix/bsd/openbsd/4.2/ppc/parent b/profiles/prefix/bsd/openbsd/4.2/ppc/parent
142 deleted file mode 100644
143 index f3229c5b..00000000
144 --- a/profiles/prefix/bsd/openbsd/4.2/ppc/parent
145 +++ /dev/null
146 @@ -1 +0,0 @@
147 -..
148
149 diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/eapi b/profiles/prefix/bsd/openbsd/4.2/x64/eapi
150 deleted file mode 100644
151 index 7ed6ff8..00000000
152 --- a/profiles/prefix/bsd/openbsd/4.2/x64/eapi
153 +++ /dev/null
154 @@ -1 +0,0 @@
155 -5
156
157 diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults b/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults
158 deleted file mode 100644
159 index bcd2e2e..00000000
160 --- a/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults
161 +++ /dev/null
162 @@ -1,8 +0,0 @@
163 -# Copyright 1999-2009 Gentoo Foundation
164 -# Distributed under the terms of the GNU General Public License v2
165 -# $Id$
166 -
167 -ARCH="x64-openbsd"
168 -CHOST="x86_64-pc-openbsd4.2"
169 -ACCEPT_KEYWORDS="~x64-openbsd"
170 -
171
172 diff --git a/profiles/prefix/bsd/openbsd/4.2/x64/parent b/profiles/prefix/bsd/openbsd/4.2/x64/parent
173 deleted file mode 100644
174 index f3229c5b..00000000
175 --- a/profiles/prefix/bsd/openbsd/4.2/x64/parent
176 +++ /dev/null
177 @@ -1 +0,0 @@
178 -..
179
180 diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/eapi b/profiles/prefix/bsd/openbsd/4.2/x86/eapi
181 deleted file mode 100644
182 index 7ed6ff8..00000000
183 --- a/profiles/prefix/bsd/openbsd/4.2/x86/eapi
184 +++ /dev/null
185 @@ -1 +0,0 @@
186 -5
187
188 diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults b/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults
189 deleted file mode 100644
190 index e710eb1..00000000
191 --- a/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults
192 +++ /dev/null
193 @@ -1,8 +0,0 @@
194 -# Copyright 1999-2009 Gentoo Foundation
195 -# Distributed under the terms of the GNU General Public License v2
196 -# $Id$
197 -
198 -ARCH="x86-openbsd"
199 -CHOST="i686-pc-openbsd4.2"
200 -ACCEPT_KEYWORDS="~x86-openbsd"
201 -
202
203 diff --git a/profiles/prefix/bsd/openbsd/4.2/x86/parent b/profiles/prefix/bsd/openbsd/4.2/x86/parent
204 deleted file mode 100644
205 index f3229c5b..00000000
206 --- a/profiles/prefix/bsd/openbsd/4.2/x86/parent
207 +++ /dev/null
208 @@ -1 +0,0 @@
209 -..
210
211 diff --git a/profiles/prefix/bsd/openbsd/eapi b/profiles/prefix/bsd/openbsd/eapi
212 deleted file mode 100644
213 index 7ed6ff8..00000000
214 --- a/profiles/prefix/bsd/openbsd/eapi
215 +++ /dev/null
216 @@ -1 +0,0 @@
217 -5
218
219 diff --git a/profiles/prefix/bsd/openbsd/make.defaults b/profiles/prefix/bsd/openbsd/make.defaults
220 deleted file mode 100644
221 index 76f4785..00000000
222 --- a/profiles/prefix/bsd/openbsd/make.defaults
223 +++ /dev/null
224 @@ -1,10 +0,0 @@
225 -# Copyright 1999-2009 Gentoo Foundation
226 -# Distributed under the terms of the GNU General Public License v2
227 -# $Id$
228 -
229 -# System-wide defaults for all OpenBSD profiles
230 -# This file should rarely need to be changed
231 -
232 -# 'Sane' defaults
233 -ELIBC="OpenBSD"
234 -KERNEL="OpenBSD"
235
236 diff --git a/profiles/prefix/bsd/openbsd/parent b/profiles/prefix/bsd/openbsd/parent
237 deleted file mode 100644
238 index f3229c5b..00000000
239 --- a/profiles/prefix/bsd/openbsd/parent
240 +++ /dev/null
241 @@ -1 +0,0 @@
242 -..
243
244 diff --git a/profiles/prefix/bsd/openbsd/use.force b/profiles/prefix/bsd/openbsd/use.force
245 deleted file mode 100644
246 index 6e5d042..00000000
247 --- a/profiles/prefix/bsd/openbsd/use.force
248 +++ /dev/null
249 @@ -1,7 +0,0 @@
250 -# Copyright 1999-2009 Gentoo Foundation
251 -# Distributed under the terms of the GNU General Public License v2
252 -# $Id$
253 -
254 -# Re-add OpenBSD OS
255 -kernel_OpenBSD
256 -elibc_OpenBSD
257
258 diff --git a/profiles/prefix/bsd/openbsd/use.mask b/profiles/prefix/bsd/openbsd/use.mask
259 deleted file mode 100644
260 index dd9e42a..00000000
261 --- a/profiles/prefix/bsd/openbsd/use.mask
262 +++ /dev/null
263 @@ -1,8 +0,0 @@
264 -# Copyright 1999-2009 Gentoo Foundation
265 -# Distributed under the terms of the GNU General Public License v2
266 -# $Id$
267 -
268 -# Re-add OpenBSD libc
269 --elibc_OpenBSD
270 --kernel_OpenBSD
271 -
272
273 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
274 index 6cc43fc..39c6a78 100644
275 --- a/profiles/profiles.desc
276 +++ b/profiles/profiles.desc
277 @@ -336,12 +336,6 @@ x64-freebsd prefix/bsd/freebsd/9.0/x64 exp
278 x86-freebsd prefix/bsd/freebsd/9.1/x86 exp
279 x64-freebsd prefix/bsd/freebsd/9.1/x64 exp
280
281 -
282 -# OpenBSD Profiles
283 -ppc-openbsd prefix/bsd/openbsd/4.2/ppc exp
284 -x86-openbsd prefix/bsd/openbsd/4.2/x86 exp
285 -x64-openbsd prefix/bsd/openbsd/4.2/x64 exp
286 -
287 # NetBSD Profiles
288 x86-netbsd prefix/bsd/netbsd/4.0/x86 exp