commit: 2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 16:24:04 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 16:30:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edef8ca
sys-devel/llvm: Transfer maintenance to LLVM project sys-devel/llvm/metadata.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml index 09156e2..681eb77 100644 --- a/sys-devel/llvm/metadata.xml +++ b/sys-devel/llvm/metadata.xml @@ -1,17 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Michał Górny</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>William Hubbs</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Austin English</name> + <maintainer type="project"> + <email>[email protected]</email> </maintainer> <longdescription>Low Level Virtual Machine (LLVM) is: 1. A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. LLVM supports effective optimization at compile time, link-time (particularly interprocedural), run-time and offline (i.e., after software is installed), while remaining transparent to developers and maintaining compatibility with existing build scripts.
