Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Mon, 03 Oct 2016 08:51:33
Message-Id: 1475484679.bef68cdcc80c0577b35b8ff038320389477b15f8.aballier@gentoo
1 commit: bef68cdcc80c0577b35b8ff038320389477b15f8
2 Author: Lei Zhang <zhanglei.april <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 4 11:00:27 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 08:51:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef68cdc
7
8 sys-libs/libcxx: update maintainers in metadata
9
10 sys-libs/libcxx/metadata.xml | 34 ++++++++++++++++------------------
11 1 file changed, 16 insertions(+), 18 deletions(-)
12
13 diff --git a/sys-libs/libcxx/metadata.xml b/sys-libs/libcxx/metadata.xml
14 index c3db08d..bcb4744 100644
15 --- a/sys-libs/libcxx/metadata.xml
16 +++ b/sys-libs/libcxx/metadata.xml
17 @@ -1,22 +1,20 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 - <!-- BSD is here because the plan is to have libc++ as the standard C++
22 - library with clang. A llvm herd would make a lot of sense here too -->
23 - <maintainer type="person">
24 - <email>aballier@g.o</email>
25 - <name>Alexis Ballier</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>bsd@g.o</email>
29 - <name>BSD Project</name>
30 - </maintainer>
31 - <maintainer type="person">
32 - <email>mgorny@g.o</email>
33 - <name>Michał Górny</name>
34 - </maintainer>
35 - <use>
36 - <flag name="libcxxrt">Build on top of <pkg>sys-libs/libcxxrt</pkg> instead of gcc's libsupc++ (avoids depending on gcc).</flag>
37 - <flag name="libunwind">Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc.</flag>
38 - </use>
39 + <maintainer type="person">
40 + <email>aballier@g.o</email>
41 + <name>Alexis Ballier</name>
42 + </maintainer>
43 + <maintainer type="project">
44 + <email>bsd@g.o</email>
45 + <name>BSD Project</name>
46 + </maintainer>
47 + <maintainer type="project">
48 + <email>llvm@g.o</email>
49 + <name>LLVM Project</name>
50 + </maintainer>
51 + <use>
52 + <flag name="libcxxrt">Build on top of <pkg>sys-libs/libcxxrt</pkg> instead of gcc's libsupc++ (avoids depending on gcc).</flag>
53 + <flag name="libunwind">Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc.</flag>
54 + </use>
55 </pkgmetadata>