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 811B8138334 for ; Fri, 1 Nov 2019 13:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168E2E08D9; Fri, 1 Nov 2019 13:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F3C53E08D9 for ; Fri, 1 Nov 2019 13:16:07 +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 301A634C651 for ; Fri, 1 Nov 2019 13:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 764BE8A7 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: <1572614149.ace3d1cc93f8ea6c6efa12866897643202bb052d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ace3d1cc93f8ea6c6efa12866897643202bb052d 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: bcc04bde-ed66-4434-8864-5e30b249ac05 X-Archives-Hash: cbb1b77ab8c5b5a50678d4433cdfcfb6 commit: ace3d1cc93f8ea6c6efa12866897643202bb052d Author: Michał Górny gentoo org> AuthorDate: Fri Nov 1 08:34:45 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 1 13:15:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace3d1cc sys-devel/llvm-common: Switch live to monorepo Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild | 6 +++--- sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild index 11a022242bd..7edf27153de 100644 --- a/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild @@ -8,8 +8,8 @@ inherit git-r3 DESCRIPTION="Common files shared between multiple slots of LLVM" HOMEPAGE="https://llvm.org/" SRC_URI="" -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 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -20,7 +20,7 @@ RDEPEND="!sys-devel/llvm:0" src_unpack() { git-r3_fetch - git-r3_checkout '' '' '' utils/vim + git-r3_checkout '' '' '' llvm/utils/vim } src_configure() { :; } diff --git a/sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild b/sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild index ae78e1164ce..b3b79ac4e6c 100644 --- a/sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild @@ -8,9 +8,9 @@ inherit git-r3 DESCRIPTION="Common files shared between multiple slots of LLVM" HOMEPAGE="https://llvm.org/" SRC_URI="" -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 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -21,7 +21,7 @@ RDEPEND="!sys-devel/llvm:0" src_unpack() { git-r3_fetch - git-r3_checkout '' '' '' utils/vim + git-r3_checkout '' '' '' llvm/utils/vim } src_configure() { :; }