From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAC1213832E for ; Tue, 16 Aug 2016 16:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 351A5E0B53; Tue, 16 Aug 2016 16:30:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8FFBE0B53 for ; Tue, 16 Aug 2016 16:30:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B64D340B57 for ; Tue, 16 Aug 2016 16:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63BE12455 for ; Tue, 16 Aug 2016 16:30:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1471365050.2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/metadata.xml X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3 X-VCS-Branch: master Date: Tue, 16 Aug 2016 16:30:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66d498de-a371-4799-99f3-29234f48ae2e X-Archives-Hash: 9cafc348f136f1e1b1ae2393f48be558 commit: 2edef8cab843b1b74fb5f1e3fd1808c1d9a096f3 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 16 16:24:04 2016 +0000 Commit: Michał Górny gentoo 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 @@ - - mgorny@gentoo.org - Michał Górny - - - williamh@gentoo.org - William Hubbs - - - wizardedit@gentoo.org - Austin English + + llvm@gentoo.org 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.