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 9931D138359 for ; Mon, 20 Jul 2020 15:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCEE7E08F1; Mon, 20 Jul 2020 15:52:21 +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 9F763E08F1 for ; Mon, 20 Jul 2020 15:52:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7BE0534F0E4 for ; Mon, 20 Jul 2020 15:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F6CD2CE for ; Mon, 20 Jul 2020 15:52:15 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1595260225.bdcba18d22496211515d0a83c9cd456c7db176f1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-0.4.3.ebuild x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: bdcba18d22496211515d0a83c9cd456c7db176f1 X-VCS-Branch: master Date: Mon, 20 Jul 2020 15:52:15 +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: 3087722c-6dab-491b-a7e9-2690d94f313e X-Archives-Hash: ce46e9b9167655255efb5b830154547d commit: bdcba18d22496211515d0a83c9cd456c7db176f1 Author: Kirill Chibisov kchibisov com> AuthorDate: Sat Jul 18 03:07:36 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jul 20 15:50:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcba18d x11-terms/alacritty: update EGIT_REPO_URI Upstream moved from https://github.com/jwilm/alacritty to https://github.com/alacritty/alacritty for some time already, updating EGIT_REPO_URI to reflect so. Closes: https://github.com/gentoo/gentoo/pull/16735 Signed-off-by: Kirill Chibisov kchibisov.com> Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-0.4.3.ebuild | 2 +- x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild | 2 +- x11-terms/alacritty/alacritty-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild b/x11-terms/alacritty/alacritty-0.4.3.ebuild index b286dafe15f..6276183c7ed 100644 --- a/x11-terms/alacritty/alacritty-0.4.3.ebuild +++ b/x11-terms/alacritty/alacritty-0.4.3.ebuild @@ -277,7 +277,7 @@ HOMEPAGE="https://github.com/alacritty/alacritty" if [ ${PV} == "9999" ] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/jwilm/alacritty" + EGIT_REPO_URI="https://github.com/alacritty/alacritty" else SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" diff --git a/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild b/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild index 446cfcd1e26..fec063cefd8 100644 --- a/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild +++ b/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild @@ -273,7 +273,7 @@ HOMEPAGE="https://github.com/alacritty/alacritty" if [ ${PV} == "9999" ] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/jwilm/alacritty" + EGIT_REPO_URI="https://github.com/alacritty/alacritty" else SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index ea0ba8c58ae..8be42023f10 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/alacritty/alacritty" if [ ${PV} == "9999" ] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/jwilm/alacritty" + EGIT_REPO_URI="https://github.com/alacritty/alacritty" else SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})"