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 9F03E13832E for ; Mon, 22 Aug 2016 15:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04477E0B71; Mon, 22 Aug 2016 15:12:05 +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 4BE4DE0B76 for ; Mon, 22 Aug 2016 15:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 15AD53408A2 for ; Mon, 22 Aug 2016 15:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3E842453 for ; Mon, 22 Aug 2016 15:12:00 +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: <1471878708.1d2ecacd2d5c7b5b7a7169722b43d5a107844707.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt/compiler-rt-9999.ebuild sys-libs/compiler-rt/metadata.xml X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d2ecacd2d5c7b5b7a7169722b43d5a107844707 X-VCS-Branch: master Date: Mon, 22 Aug 2016 15:12:00 +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: 1c761317-d2a7-415e-8efd-210ca7c3f291 X-Archives-Hash: 8f8410d18e3de1f45ccafda26fb24de6 commit: 1d2ecacd2d5c7b5b7a7169722b43d5a107844707 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 21 09:43:45 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 22 15:11:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2ecacd sys-libs/compiler-rt: Add a stand-alone ebuild for compiler-rt sys-libs/compiler-rt/compiler-rt-9999.ebuild | 53 ++++++++++++++++++++++++++++ sys-libs/compiler-rt/metadata.xml | 10 ++++++ 2 files changed, 63 insertions(+) diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild new file mode 100644 index 0000000..7c93672 --- /dev/null +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +: ${CMAKE_MAKEFILE_GENERATOR:=ninja} +CMAKE_MIN_VERSION=3.4.3 +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils git-r3 python-single-r1 + +DESCRIPTION="Compiler runtime libraries for clang" +HOMEPAGE="http://llvm.org/" +SRC_URI="" +EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git + https://github.com/llvm-mirror/compiler-rt.git" + +LICENSE="UoI-NCSA" +SLOT="0/${PV%.*}" +KEYWORDS="" +IUSE="+sanitize" + +RDEPEND=" + ~sys-devel/llvm-${PV} + ! + + + + llvm@gentoo.org + + + Build compiler-rt's sanitizers + +