Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/, ...
Date: Mon, 08 Jan 2018 07:05:57
Message-Id: 1515395048.432cbaf78b08c242af523efc80d360c148fa95e7.heroxbd@gentoo
1 commit: 432cbaf78b08c242af523efc80d360c148fa95e7
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 06:30:20 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 07:04:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432cbaf7
7
8 profiles: prefix refactorization.
9
10 legacy profiles explicitly refer to the kernel supported.
11
12 .../prefix/standalone/{legacy => beyond-kernel-2.6.16}/make.defaults | 0
13 .../prefix/standalone/{legacy => beyond-kernel-2.6.16}/package.mask | 3 ++-
14 .../prefix/standalone/{legacy => beyond-kernel-2.6.16}/package.unmask | 1 +
15 profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent | 1 +
16 .../prefix/standalone/{legacy => beyond-kernel-2.6.16}/profile.bashrc | 0
17 profiles/features/prefix/standalone/make.defaults | 2 ++
18 .../{prefix/linux-standalone => features/prefix/standalone}/packages | 0
19 .../linux-standalone => features/prefix/standalone}/profile.bashrc | 0
20 profiles/prefix/linux-standalone/amd64/legacy/parent | 2 +-
21 profiles/prefix/linux-standalone/eapi | 1 -
22 profiles/prefix/linux-standalone/x86/legacy/parent | 2 +-
23 11 files changed, 8 insertions(+), 4 deletions(-)
24
25 diff --git a/profiles/features/prefix/standalone/legacy/make.defaults b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/make.defaults
26 similarity index 100%
27 rename from profiles/features/prefix/standalone/legacy/make.defaults
28 rename to profiles/features/prefix/standalone/beyond-kernel-2.6.16/make.defaults
29
30 diff --git a/profiles/features/prefix/standalone/legacy/package.mask b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
31 similarity index 78%
32 rename from profiles/features/prefix/standalone/legacy/package.mask
33 rename to profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
34 index 5125269d289..0aa01a72efb 100644
35 --- a/profiles/features/prefix/standalone/legacy/package.mask
36 +++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
37 @@ -1,7 +1,8 @@
38 # >=glibc-2.20 requires >=linux-2.6.32.
39 +# https://lwn.net/Articles/611162
40 >=sys-libs/glibc-2.20
41
42 # >=python-3.4 assumes F_DUPFD_CLOEXEC of fcntl,
43 # which requires >=linux-2.6.24.
44 # python-3.3 seems to be unconditionally using utimensat.
45 ->=dev-lang/python-3
46 \ No newline at end of file
47 +>=dev-lang/python-3
48
49 diff --git a/profiles/features/prefix/standalone/legacy/package.unmask b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask
50 similarity index 64%
51 rename from profiles/features/prefix/standalone/legacy/package.unmask
52 rename to profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask
53 index 0d7380b4273..9b37b138638 100644
54 --- a/profiles/features/prefix/standalone/legacy/package.unmask
55 +++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask
56 @@ -1,2 +1,3 @@
57 # >=glibc-2.20 requires >=linux-2.6.32.
58 +# https://lwn.net/Articles/611162
59 <sys-libs/glibc-2.20
60
61 diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent
62 new file mode 100644
63 index 00000000000..f3229c5b987
64 --- /dev/null
65 +++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent
66 @@ -0,0 +1 @@
67 +..
68
69 diff --git a/profiles/features/prefix/standalone/legacy/profile.bashrc b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/profile.bashrc
70 similarity index 100%
71 rename from profiles/features/prefix/standalone/legacy/profile.bashrc
72 rename to profiles/features/prefix/standalone/beyond-kernel-2.6.16/profile.bashrc
73
74 diff --git a/profiles/features/prefix/standalone/make.defaults b/profiles/features/prefix/standalone/make.defaults
75 index 0e1661e1014..09b32b13eaa 100644
76 --- a/profiles/features/prefix/standalone/make.defaults
77 +++ b/profiles/features/prefix/standalone/make.defaults
78 @@ -5,3 +5,5 @@
79 # and when python-2.7 goes end-of-life on 2020-01-01.
80 # https://docs.python.org/devguide/#status-of-python-branches
81 ac_cv_func_getentropy=no
82 +# Reconsider the stability of Prefix in 2019.
83 +ACCEPT_KEYWORDS="~${ARCH}"
84
85 diff --git a/profiles/prefix/linux-standalone/packages b/profiles/features/prefix/standalone/packages
86 similarity index 100%
87 rename from profiles/prefix/linux-standalone/packages
88 rename to profiles/features/prefix/standalone/packages
89
90 diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc
91 similarity index 100%
92 rename from profiles/prefix/linux-standalone/profile.bashrc
93 rename to profiles/features/prefix/standalone/profile.bashrc
94
95 diff --git a/profiles/prefix/linux-standalone/amd64/legacy/parent b/profiles/prefix/linux-standalone/amd64/legacy/parent
96 index 0ca4be1beb9..a0af8587772 100644
97 --- a/profiles/prefix/linux-standalone/amd64/legacy/parent
98 +++ b/profiles/prefix/linux-standalone/amd64/legacy/parent
99 @@ -1,2 +1,2 @@
100 ..
101 -../../../../features/prefix/standalone/legacy
102 +../../../../features/prefix/standalone/beyond-kernel-2.6.16
103
104 diff --git a/profiles/prefix/linux-standalone/eapi b/profiles/prefix/linux-standalone/eapi
105 deleted file mode 100644
106 index 7ed6ff82de6..00000000000
107 --- a/profiles/prefix/linux-standalone/eapi
108 +++ /dev/null
109 @@ -1 +0,0 @@
110 -5
111
112 diff --git a/profiles/prefix/linux-standalone/x86/legacy/parent b/profiles/prefix/linux-standalone/x86/legacy/parent
113 index 0ca4be1beb9..a0af8587772 100644
114 --- a/profiles/prefix/linux-standalone/x86/legacy/parent
115 +++ b/profiles/prefix/linux-standalone/x86/legacy/parent
116 @@ -1,2 +1,2 @@
117 ..
118 -../../../../features/prefix/standalone/legacy
119 +../../../../features/prefix/standalone/beyond-kernel-2.6.16