Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ppc64/, profiles/default/linux/ppc64le/, ...
Date: Tue, 28 Jan 2020 09:26:23
Message-Id: 1580203548.5194f5d4268821e292e12ff1bdd5af4a0709a012.gyakovlev@gentoo
1 commit: 5194f5d4268821e292e12ff1bdd5af4a0709a012
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 23 03:56:26 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 09:25:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5194f5d4
7
8 profiles/default/linux/{ppc64,ppc64le}: add new set of profiles
9
10 flatter, simpler, shorter profiles
11
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 profiles/default/linux/ppc64/17.0/eapi | 1 +
15 profiles/default/linux/ppc64/17.0/parent | 2 ++
16 profiles/default/linux/ppc64/eapi | 1 +
17 profiles/default/linux/ppc64/package.use.mask | 6 ++++++
18 profiles/default/linux/ppc64/parent | 3 +++
19 profiles/default/linux/ppc64le/17.0/eapi | 1 +
20 profiles/default/linux/ppc64le/17.0/parent | 2 ++
21 profiles/default/linux/ppc64le/eapi | 1 +
22 profiles/default/linux/ppc64le/package.use.mask | 6 ++++++
23 profiles/default/linux/ppc64le/parent | 3 +++
24 10 files changed, 26 insertions(+)
25
26 diff --git a/profiles/default/linux/ppc64/17.0/eapi b/profiles/default/linux/ppc64/17.0/eapi
27 new file mode 100644
28 index 00000000000..7ed6ff82de6
29 --- /dev/null
30 +++ b/profiles/default/linux/ppc64/17.0/eapi
31 @@ -0,0 +1 @@
32 +5
33
34 diff --git a/profiles/default/linux/ppc64/17.0/parent b/profiles/default/linux/ppc64/17.0/parent
35 new file mode 100644
36 index 00000000000..4ce24f0217a
37 --- /dev/null
38 +++ b/profiles/default/linux/ppc64/17.0/parent
39 @@ -0,0 +1,2 @@
40 +..
41 +../../../../releases/17.0
42
43 diff --git a/profiles/default/linux/ppc64/eapi b/profiles/default/linux/ppc64/eapi
44 new file mode 100644
45 index 00000000000..7ed6ff82de6
46 --- /dev/null
47 +++ b/profiles/default/linux/ppc64/eapi
48 @@ -0,0 +1 @@
49 +5
50
51 diff --git a/profiles/default/linux/ppc64/package.use.mask b/profiles/default/linux/ppc64/package.use.mask
52 new file mode 100644
53 index 00000000000..631cbe4ff0c
54 --- /dev/null
55 +++ b/profiles/default/linux/ppc64/package.use.mask
56 @@ -0,0 +1,6 @@
57 +# Copyright 1999-2020 Gentoo Authors
58 +# Distributed under the terms of the GNU General Public License v2
59 +
60 +# Mike Frysinger <vapier@g.o> (2014-10-21)
61 +# This target supports ASAN/etc... #504200.
62 +sys-devel/gcc -sanitize
63
64 diff --git a/profiles/default/linux/ppc64/parent b/profiles/default/linux/ppc64/parent
65 new file mode 100644
66 index 00000000000..026611146a8
67 --- /dev/null
68 +++ b/profiles/default/linux/ppc64/parent
69 @@ -0,0 +1,3 @@
70 +../../../base
71 +..
72 +../../../arch/ppc64/big-endian
73
74 diff --git a/profiles/default/linux/ppc64le/17.0/eapi b/profiles/default/linux/ppc64le/17.0/eapi
75 new file mode 100644
76 index 00000000000..7ed6ff82de6
77 --- /dev/null
78 +++ b/profiles/default/linux/ppc64le/17.0/eapi
79 @@ -0,0 +1 @@
80 +5
81
82 diff --git a/profiles/default/linux/ppc64le/17.0/parent b/profiles/default/linux/ppc64le/17.0/parent
83 new file mode 100644
84 index 00000000000..4ce24f0217a
85 --- /dev/null
86 +++ b/profiles/default/linux/ppc64le/17.0/parent
87 @@ -0,0 +1,2 @@
88 +..
89 +../../../../releases/17.0
90
91 diff --git a/profiles/default/linux/ppc64le/eapi b/profiles/default/linux/ppc64le/eapi
92 new file mode 100644
93 index 00000000000..7ed6ff82de6
94 --- /dev/null
95 +++ b/profiles/default/linux/ppc64le/eapi
96 @@ -0,0 +1 @@
97 +5
98
99 diff --git a/profiles/default/linux/ppc64le/package.use.mask b/profiles/default/linux/ppc64le/package.use.mask
100 new file mode 100644
101 index 00000000000..631cbe4ff0c
102 --- /dev/null
103 +++ b/profiles/default/linux/ppc64le/package.use.mask
104 @@ -0,0 +1,6 @@
105 +# Copyright 1999-2020 Gentoo Authors
106 +# Distributed under the terms of the GNU General Public License v2
107 +
108 +# Mike Frysinger <vapier@g.o> (2014-10-21)
109 +# This target supports ASAN/etc... #504200.
110 +sys-devel/gcc -sanitize
111
112 diff --git a/profiles/default/linux/ppc64le/parent b/profiles/default/linux/ppc64le/parent
113 new file mode 100644
114 index 00000000000..281d8ea5835
115 --- /dev/null
116 +++ b/profiles/default/linux/ppc64le/parent
117 @@ -0,0 +1,3 @@
118 +../../../base
119 +..
120 +../../../arch/ppc64/little-endian