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 9AD39139085 for ; Thu, 19 Jan 2017 09:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C306E0D32; Thu, 19 Jan 2017 09:14:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2ABC0E0D33 for ; Thu, 19 Jan 2017 09:14:27 +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 521A1341375 for ; Thu, 19 Jan 2017 09:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35EEA28EC for ; Thu, 19 Jan 2017 09:14:23 +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: <1484817244.ad3248992b78269e5f5fe217f39b50fe5dc9057d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-4.0.0_rc1.ebuild sys-devel/lld/lld-9999.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ad3248992b78269e5f5fe217f39b50fe5dc9057d X-VCS-Branch: master Date: Thu, 19 Jan 2017 09:14:23 +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: 776cc017-2602-4fb5-ac2c-484994f5eaa9 X-Archives-Hash: c44223754c118d35a1bb797e1ccbb175 commit: ad3248992b78269e5f5fe217f39b50fe5dc9057d Author: Michał Górny gentoo org> AuthorDate: Thu Jan 19 09:03:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 19 09:14:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad324899 sys-devel/lld: Bump to 4.0.0rc1 sys-devel/lld/{lld-9999.ebuild => lld-4.0.0_rc1.ebuild} | 7 +++++-- sys-devel/lld/lld-9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-4.0.0_rc1.ebuild similarity index 86% copy from sys-devel/lld/lld-9999.ebuild copy to sys-devel/lld/lld-4.0.0_rc1.ebuild index 1574564..55f46e1 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-4.0.0_rc1.ebuild @@ -16,6 +16,8 @@ HOMEPAGE="http://llvm.org/" SRC_URI="" EGIT_REPO_URI="http://llvm.org/git/lld.git https://github.com/llvm-mirror/lld.git" +EGIT_BRANCH="release_40" +EGIT_COMMIT="83a83a52d143ff3d21ab86fbc884fb2caa211cbc" LICENSE="UoI-NCSA" SLOT="0" @@ -24,7 +26,7 @@ IUSE="test" RDEPEND="~sys-devel/llvm-${PV}" DEPEND="${RDEPEND} - test? ( dev-python/lit )" + test? ( ~dev-python/lit-${PV} )" # TODO: fix test suite to build stand-alone RESTRICT="test" @@ -36,7 +38,8 @@ src_unpack() { if use test; then # needed for patched gtest git-r3_fetch "http://llvm.org/git/llvm.git - https://github.com/llvm-mirror/llvm.git" + https://github.com/llvm-mirror/llvm.git" \ + c329efbc3c94928fb826ed146897aada0459c983 fi git-r3_fetch diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index 1574564..f870ae7 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-9999.ebuild @@ -24,7 +24,7 @@ IUSE="test" RDEPEND="~sys-devel/llvm-${PV}" DEPEND="${RDEPEND} - test? ( dev-python/lit )" + test? ( ~dev-python/lit-${PV} )" # TODO: fix test suite to build stand-alone RESTRICT="test"