diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-08-16 18:24:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-16 18:30:50 +0200 |
commit | 2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3 (patch) | |
tree | ed8b6dba4475bab597c3441306218000f31a4155 /sys-devel | |
parent | dev-ml/ocaml-containers: add missing build dep on cppo, bug #591404 (diff) | |
download | gentoo-2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3.tar.gz gentoo-2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3.tar.bz2 gentoo-2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3.zip |
sys-devel/llvm: Transfer maintenance to LLVM project
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/metadata.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml index 09156e246672..681eb7776901 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>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <maintainer type="person"> - <email>williamh@gentoo.org</email> - <name>William Hubbs</name> - </maintainer> - <maintainer type="person"> - <email>wizardedit@gentoo.org</email> - <name>Austin English</name> + <maintainer type="project"> + <email>llvm@gentoo.org</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. |