From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1119797-garchives=archives.gentoo.org@lists.gentoo.org> 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 EA88F138334 for <garchives@archives.gentoo.org>; 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 81992E08C9; Fri, 1 Nov 2019 13:16:07 +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 69C0FE08C9 for <gentoo-commits@lists.gentoo.org>; 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 3609F34C64B for <gentoo-commits@lists.gentoo.org>; Fri, 1 Nov 2019 13:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01D2A89B for <gentoo-commits@lists.gentoo.org>; Fri, 1 Nov 2019 13:16:03 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1572614143.671b66357a902ec45cc5f379b12faacf1bc8d8a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-10.0.0.9999.ebuild dev-python/clang-python/clang-python-9.0.1.9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 671b66357a902ec45cc5f379b12faacf1bc8d8a2 X-VCS-Branch: master Date: Fri, 1 Nov 2019 13:16:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8177893-dfe0-4212-b659-665d650695ac X-Archives-Hash: 47f15a641aec89c032e3912afa26f7ec commit: 671b66357a902ec45cc5f379b12faacf1bc8d8a2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 1 08:34:35 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 1 13:15:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671b6635 dev-python/clang-python: Switch live to monorepo Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/clang-python/clang-python-10.0.0.9999.ebuild | 8 +++----- dev-python/clang-python/clang-python-9.0.1.9999.ebuild | 10 ++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/dev-python/clang-python/clang-python-10.0.0.9999.ebuild b/dev-python/clang-python/clang-python-10.0.0.9999.ebuild index 5a65d445f01..24e14b038ec 100644 --- a/dev-python/clang-python/clang-python-10.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-10.0.0.9999.ebuild @@ -9,10 +9,8 @@ inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" HOMEPAGE="https://llvm.org/" SRC_URI="" -S=${WORKDIR}/${P}/bindings/python - -EGIT_REPO_URI="https://git.llvm.org/git/clang.git - https://github.com/llvm-mirror/clang.git" +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git" +S=${WORKDIR}/${P}/clang/bindings/python LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -32,7 +30,7 @@ DEPEND="${RDEPEND}" src_unpack() { git-r3_fetch - git-r3_checkout '' '' '' bindings/python + git-r3_checkout '' '' '' clang/bindings/python } python_test() { diff --git a/dev-python/clang-python/clang-python-9.0.1.9999.ebuild b/dev-python/clang-python/clang-python-9.0.1.9999.ebuild index d1c47b42ebf..45d2a38e5e5 100644 --- a/dev-python/clang-python/clang-python-9.0.1.9999.ebuild +++ b/dev-python/clang-python/clang-python-9.0.1.9999.ebuild @@ -9,11 +9,9 @@ inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" HOMEPAGE="https://llvm.org/" SRC_URI="" -S=${WORKDIR}/${P}/bindings/python - -EGIT_REPO_URI="https://git.llvm.org/git/clang.git - https://github.com/llvm-mirror/clang.git" -EGIT_BRANCH="release_90" +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git" +EGIT_BRANCH="release/9.x" +S=${WORKDIR}/${P}/clang/bindings/python LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -33,7 +31,7 @@ DEPEND="${RDEPEND}" src_unpack() { git-r3_fetch - git-r3_checkout '' '' '' bindings/python + git-r3_checkout '' '' '' clang/bindings/python } python_test() {