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 235B5138334 for ; Fri, 1 Nov 2019 13:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4937E08BD; Fri, 1 Nov 2019 13:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE863E08BE for ; Fri, 1 Nov 2019 13:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BC4034C64D for ; Fri, 1 Nov 2019 13:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153F98A1 for ; Fri, 1 Nov 2019 13:16:03 +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: <1572614144.492a2bb37e62cd4186cb354f5be72bf351801d98.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-10.0.0.9999.ebuild dev-python/lit/lit-9.0.1.9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 492a2bb37e62cd4186cb354f5be72bf351801d98 X-VCS-Branch: master Date: Fri, 1 Nov 2019 13:16:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ce79467-0397-491a-9d0e-69a348ce9f3e X-Archives-Hash: b68f14b0ed1936b846eb2d9a7d1915d5 commit: 492a2bb37e62cd4186cb354f5be72bf351801d98 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 1 08:34:37 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 1 13:15:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492a2bb3 dev-python/lit: Switch live to monorepo Signed-off-by: Michał Górny gentoo.org> dev-python/lit/lit-10.0.0.9999.ebuild | 8 +++----- dev-python/lit/lit-9.0.1.9999.ebuild | 10 ++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild index 32320b7920e..05acb219e32 100644 --- a/dev-python/lit/lit-10.0.0.9999.ebuild +++ b/dev-python/lit/lit-10.0.0.9999.ebuild @@ -9,10 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" HOMEPAGE="https://llvm.org/" SRC_URI="" -S=${WORKDIR}/${P}/utils/lit - -EGIT_REPO_URI="https://git.llvm.org/git/llvm.git - https://github.com/llvm-mirror/llvm.git" +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git" +S=${WORKDIR}/${P}/llvm/utils/lit LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -31,7 +29,7 @@ BDEPEND=" src_unpack() { git-r3_fetch - git-r3_checkout '' '' '' utils/lit + git-r3_checkout '' '' '' llvm/utils/lit } python_test() { diff --git a/dev-python/lit/lit-9.0.1.9999.ebuild b/dev-python/lit/lit-9.0.1.9999.ebuild index c9fb8cb2815..ca1cce6c00b 100644 --- a/dev-python/lit/lit-9.0.1.9999.ebuild +++ b/dev-python/lit/lit-9.0.1.9999.ebuild @@ -9,11 +9,9 @@ inherit distutils-r1 git-r3 multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" HOMEPAGE="https://llvm.org/" SRC_URI="" -S=${WORKDIR}/${P}/utils/lit - -EGIT_REPO_URI="https://git.llvm.org/git/llvm.git - https://github.com/llvm-mirror/llvm.git" -EGIT_BRANCH="release_90" +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git" +EGIT_BRANCH="release/9.x" +S=${WORKDIR}/${P}/llvm/utils/lit LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -32,7 +30,7 @@ BDEPEND=" src_unpack() { git-r3_fetch - git-r3_checkout '' '' '' utils/lit + git-r3_checkout '' '' '' llvm/utils/lit } python_test() {