Gentoo Archives: gentoo-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] introduce Prefix 17.0 profiles.
Date: Tue, 09 Jan 2018 02:00:28
Message-Id: 1923568.CsY0vfU1ob@localhost.localdomain
In Reply to: [gentoo-dev] [PATCH] introduce Prefix 17.0 profiles. by Benda Xu
1 On Monday, January 8, 2018 1:38:49 AM EST Benda Xu wrote:
2 > Hi,
3 >
4 > I would like to introduce some 17.0 profile for Prefix. It also
5 > introduces separate profiles to support different ranges of linux
6 > kernels.
7 >
8 > | name | linux | glibc |
9 > |
10 > |----------------------+------------------+-------|
11 > |
12 > | beyond-kernel-2.6.16 | [2.6.16, 2.6.32) | <2.20 |
13 > | beyond-kernel-2.6.32 | [2.6.32, 3.2) | <2.24 |
14 > | beyond-kernel-3.2 | [3.2, latest) | latest|
15 >
16 > Attached is the patch. Thoughts and comments?
17 >
18 > Yours,
19 > Benda
20 > ---
21 > .../linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16/eapi | 1 +
22 > .../linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16/parent | 2 ++
23 > .../linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.32/eapi | 1 +
24 > .../linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.32/parent | 2 ++
25 > .../linux/amd64/17.0/no-multilib/prefix/beyond-kernel-3.2/eapi | 1 +
26 > .../linux/amd64/17.0/no-multilib/prefix/beyond-kernel-3.2/parent | 2 ++
27 > profiles/default/linux/amd64/17.0/no-multilib/prefix/parent | 1 +
28 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.16/eapi | 1 +
29 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.16/parent | 2 ++
30 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.32/eapi | 1 +
31 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.32/parent | 2 ++
32 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-3.2/eapi | 1 +
33 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-3.2/parent | 2 ++
34 > profiles/default/linux/x86/17.0/prefix/parent | 1 +
35 > profiles/profiles.desc | 6
36 > ++++++ 15 files changed, 26 insertions(+)
37 > create mode 100644
38 > profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16/e
39 > api create mode 100644
40 > profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16/p
41 > arent create mode 100644
42 > profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.32/e
43 > api create mode 100644
44 > profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.32/p
45 > arent create mode 100644
46 > profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-3.2/eapi
47 > create mode 100644
48 > profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-3.2/pare
49 > nt create mode 100644
50 > profiles/default/linux/amd64/17.0/no-multilib/prefix/parent create mode
51 > 100644 profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.16/eapi
52 > create mode 100644
53 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.16/parent create
54 > mode 100644
55 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.32/eapi create
56 > mode 100644
57 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-2.6.32/parent create
58 > mode 100644 profiles/default/linux/x86/17.0/prefix/beyond-kernel-3.2/eapi
59 > create mode 100644
60 > profiles/default/linux/x86/17.0/prefix/beyond-kernel-3.2/parent create mode
61 > 100644 profiles/default/linux/x86/17.0/prefix/parent
62 >
63 > diff --git
64 > a/profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16
65 > /eapi
66 > b/profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16
67 > /eapi new file mode 100644
68 > index 000000000000..7ed6ff82de6b
69 > --- /dev/null
70 > +++
71 > b/profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16
72 > /eapi @@ -0,0 +1 @@
73 > +5
74 > diff --git
75 > a/profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16
76 > /parent
77 > b/profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16
78 > /parent new file mode 100644
79 > index 000000000000..6a349d3df196
80 > --- /dev/null
81 > +++
82 > b/profiles/default/linux/amd64/17.0/no-multilib/prefix/beyond-kernel-2.6.16
83 > /parent @@ -0,0 +1,2 @@
84 > +..

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [PATCH] introduce Prefix 17.0 profiles. Benda Xu <heroxbd@g.o>