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 283C9139085 for ; Tue, 24 Jan 2017 19:08:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AD752241B6; Tue, 24 Jan 2017 19:08:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6CA552241B6 for ; Tue, 24 Jan 2017 19:08:44 +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 8C59F3416A9 for ; Tue, 24 Jan 2017 19:08:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AAB82E06 for ; Tue, 24 Jan 2017 19:08:40 +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: <1485284874.680bbc607537a41dd2e6bec663153f7c308dd606.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/Manifest sys-libs/compiler-rt/compiler-rt-4.0.0_rc1.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 680bbc607537a41dd2e6bec663153f7c308dd606 X-VCS-Branch: master Date: Tue, 24 Jan 2017 19:08:40 +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: 5b06885b-4274-4139-b597-04d4beadfe71 X-Archives-Hash: b9b5b2f263416f30e12335aafc70e8a2 commit: 680bbc607537a41dd2e6bec663153f7c308dd606 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 24 18:28:53 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 24 19:07:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680bbc60 sys-libs/compiler-rt: Switch 4.0.0rc1 to tarballs, add keywords sys-libs/compiler-rt/Manifest | 1 + sys-libs/compiler-rt/compiler-rt-4.0.0_rc1.ebuild | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest new file mode 100644 index 00000000..acdc9fd --- /dev/null +++ b/sys-libs/compiler-rt/Manifest @@ -0,0 +1 @@ +DIST compiler-rt-4.0.0rc1.src.tar.xz 1434780 SHA256 33bb73be0a81aff19fc220559bdc921472cb309ac710c1082fdc42a732e66a6f SHA512 15dccba145ef76325b838f362d4ee64cc805d34604be4ce8e6003c45f68c1d44f999775f399fc458a4533d1bf0a9b05512ed965cc1adb55dd5c5b9ee91fb7fc0 WHIRLPOOL 509499299484599d714449260f75e26f884b6604605762c8c7b98b8c7e80ea93db840ba64513fe3e6e65d0c59bfe02e13f4fe49a32448c4749485d51f7680e27 diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0_rc1.ebuild b/sys-libs/compiler-rt/compiler-rt-4.0.0_rc1.ebuild index f21ac61..49f12b0 100644 --- a/sys-libs/compiler-rt/compiler-rt-4.0.0_rc1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-4.0.0_rc1.ebuild @@ -10,19 +10,15 @@ CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python2_7 ) # TODO: fix unnecessary dep on Python upstream -inherit cmake-utils flag-o-matic git-r3 python-any-r1 toolchain-funcs +inherit cmake-utils flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Compiler runtime library for clang (built-in part)" HOMEPAGE="http://llvm.org/" -SRC_URI="" -EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git - https://github.com/llvm-mirror/compiler-rt.git" -EGIT_BRANCH="release_40" -EGIT_COMMIT="850646edf7e605354c66693c16ab69193e04a078" +SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0/${PV%.*}" -KEYWORDS="" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" RDEPEND=" @@ -33,6 +29,8 @@ DEPEND="${RDEPEND} test? ( ~sys-devel/clang-${PV} ) ${PYTHON_DEPS}" +S=${WORKDIR}/${P/_/}.src + # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo