From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1577175-garchives=archives.gentoo.org@lists.gentoo.org>
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 BD83D158013
	for <garchives@archives.gentoo.org>; Thu,  7 Dec 2023 18:07:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AD7322BC025;
	Thu,  7 Dec 2023 18:07:00 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 917092BC025
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Dec 2023 18:07:00 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6979733D3CF
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Dec 2023 18:06:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B81EEAF5
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Dec 2023 18:06:57 +0000 (UTC)
From: "Mike Frysinger" <vapier@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, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <1701972106.c0d6cc0dc513dfbf88aebca45faaa488c1d07107.vapier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/files/, sys-devel/automake/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/automake/automake-1.16.5-r1.ebuild sys-devel/automake/files/automake-1.16.5-apostrophe-in-tests.patch sys-devel/automake/files/automake-1.16.5-fix-py-compile-basedir.sh-test.patch sys-devel/automake/files/automake-1.16.5-py3-compile.patch
X-VCS-Directories: sys-devel/automake/ sys-devel/automake/files/
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: c0d6cc0dc513dfbf88aebca45faaa488c1d07107
X-VCS-Branch: master
Date: Thu,  7 Dec 2023 18:06:57 +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: 653c4895-36e3-435a-9b8a-d0adf824426b
X-Archives-Hash: f7637ce12990d0d322628f4c16ea871d

commit:     c0d6cc0dc513dfbf88aebca45faaa488c1d07107
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 18:01:46 2023 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 18:01:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d6cc0d

sys-devel/automake: add upstream status info

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
Signed-off-by: Mike Frysinger <vapier <AT> chromium.org>

 sys-devel/automake/automake-1.16.5-r1.ebuild                            | 1 -
 sys-devel/automake/files/automake-1.16.5-apostrophe-in-tests.patch      | 2 ++
 .../automake/files/automake-1.16.5-fix-py-compile-basedir.sh-test.patch | 2 ++
 sys-devel/automake/files/automake-1.16.5-py3-compile.patch              | 2 ++
 4 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild
index 029332afd7db..63a8ed1a1c80 100644
--- a/sys-devel/automake/automake-1.16.5-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.5-r1.ebuild
@@ -56,7 +56,6 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-1.16.5-py3-compile.patch
 	"${FILESDIR}"/${PN}-1.16.5-fix-instmany-python.sh-test.patch
 	"${FILESDIR}"/${PN}-1.16.5-fix-py-compile-basedir.sh-test.patch
-	# upstreamed
 	"${FILESDIR}"/${PN}-1.16.5-apostrophe-in-tests.patch
 )
 

diff --git a/sys-devel/automake/files/automake-1.16.5-apostrophe-in-tests.patch b/sys-devel/automake/files/automake-1.16.5-apostrophe-in-tests.patch
index 866284dfd185..2c1c99d57367 100644
--- a/sys-devel/automake/files/automake-1.16.5-apostrophe-in-tests.patch
+++ b/sys-devel/automake/files/automake-1.16.5-apostrophe-in-tests.patch
@@ -1,3 +1,5 @@
+https://git.savannah.gnu.org/cgit/automake.git/commit/?h=ed1368e8803e8934a8bbab52a38753484dba2a37
+
 From ed1368e8803e8934a8bbab52a38753484dba2a37 Mon Sep 17 00:00:00 2001
 From: Karl Berry <karl@freefriends.org>
 Date: Mon, 12 Dec 2022 14:50:33 -0800

diff --git a/sys-devel/automake/files/automake-1.16.5-fix-py-compile-basedir.sh-test.patch b/sys-devel/automake/files/automake-1.16.5-fix-py-compile-basedir.sh-test.patch
index f49dd253c2d6..85273d6aaf03 100644
--- a/sys-devel/automake/files/automake-1.16.5-fix-py-compile-basedir.sh-test.patch
+++ b/sys-devel/automake/files/automake-1.16.5-fix-py-compile-basedir.sh-test.patch
@@ -1,3 +1,5 @@
+https://git.savannah.gnu.org/cgit/automake.git/commit/?h=ae8fb00111ba0c4922609cd9beb552fb41b66cc6
+
 From e3db5b8038a902501a354b6921dcebcb4180f50a Mon Sep 17 00:00:00 2001
 From: Thomas Deutschmann <whissi@gentoo.org>
 Date: Fri, 20 Nov 2020 02:13:56 +0100

diff --git a/sys-devel/automake/files/automake-1.16.5-py3-compile.patch b/sys-devel/automake/files/automake-1.16.5-py3-compile.patch
index 5333520b5db1..003b391b04ac 100644
--- a/sys-devel/automake/files/automake-1.16.5-py3-compile.patch
+++ b/sys-devel/automake/files/automake-1.16.5-py3-compile.patch
@@ -1,3 +1,5 @@
+https://git.savannah.gnu.org/cgit/automake.git/commit/?h=bde43d0481ff540418271ac37012a574a4fcf097
+
 From aa449bd4c836abf0320033c5077259fc760b622d Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
 Date: Sun, 3 Nov 2019 11:51:19 +0100