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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF107158003 for ; Fri, 3 Feb 2023 05:59:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9CA0E07E1; Fri, 3 Feb 2023 05:59:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A023AE07E1 for ; Fri, 3 Feb 2023 05:59:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC3E2335DBD for ; Fri, 3 Feb 2023 05:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43FAE75 for ; Fri, 3 Feb 2023 05:59:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675403908.05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild X-VCS-Directories: sys-devel/automake-wrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e X-VCS-Branch: master Date: Fri, 3 Feb 2023 05:59:02 +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: 1fa922a1-55c6-4576-960c-e523a2fa57b8 X-Archives-Hash: dcf67f5755c987b26119545c79fb9a9a commit: 05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e Author: Sam James gentoo org> AuthorDate: Fri Feb 3 05:58:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 3 05:58:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ee0223 sys-devel/automake-wrapper: update EGIT_REPO_URI Signed-off-by: Sam James gentoo.org> sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild | 5 ++++- sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild index 8adc69a04af4..2c7e8833a582 100644 --- a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild +++ b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild @@ -9,7 +9,10 @@ DESCRIPTION="Wrapper for automake to manage multiple automake versions" HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/autotools-wrappers.git" + EGIT_REPO_URI=" + https://anongit.gentoo.org/git/proj/autotools-wrappers.git + https://github.com/gentoo/autotools-wrappers + " inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz" diff --git a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild index 8adc69a04af4..2c7e8833a582 100644 --- a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild +++ b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild @@ -9,7 +9,10 @@ DESCRIPTION="Wrapper for automake to manage multiple automake versions" HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/autotools-wrappers.git" + EGIT_REPO_URI=" + https://anongit.gentoo.org/git/proj/autotools-wrappers.git + https://github.com/gentoo/autotools-wrappers + " inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz"