Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Tue, 29 Dec 2015 23:07:09
Message-Id: 1451430410.6e41b746a78f67f6cf771b2b373c2e8848c43e68.mgorny@gentoo
1 commit: 6e41b746a78f67f6cf771b2b373c2e8848c43e68
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 22:55:46 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 23:06:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e41b746
7
8 sys-devel/clang: Copy maintainers from sys-devel/llvm
9
10 clang@ serves mostly as support address, and the actual LLVM binaries
11 are provided by sys-devel/llvm anyway.
12
13 sys-devel/clang/metadata.xml | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/clang/metadata.xml b/sys-devel/clang/metadata.xml
17 index 8c2afb8..733ab07 100644
18 --- a/sys-devel/clang/metadata.xml
19 +++ b/sys-devel/clang/metadata.xml
20 @@ -2,8 +2,12 @@
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 <maintainer>
24 - <email>clang@g.o</email>
25 - <name>Gentoo clang support project</name>
26 + <email>voyageur@g.o</email>
27 + <name>Bernard Cafarelli</name>
28 + </maintainer>
29 + <maintainer>
30 + <email>mgorny@g.o</email>
31 + <name>Michał Górny</name>
32 </maintainer>
33 <longdescription>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.