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 35C521586A0 for ; Mon, 27 Mar 2023 20:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F39ECE083E; Mon, 27 Mar 2023 20:40:18 +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 B7971E083E for ; Mon, 27 Mar 2023 20:40:18 +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 90D77340E9B for ; Mon, 27 Mar 2023 20:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001108EB for ; Mon, 27 Mar 2023 20:40:16 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1679948831.d59b0c3b126f02ccaa86233e5c28c50a230875b6.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autoconf/autoconf-2.13-r2.ebuild sys-devel/autoconf/autoconf-2.13-r7.ebuild sys-devel/autoconf/autoconf-2.69-r5.ebuild sys-devel/autoconf/autoconf-2.69-r8.ebuild sys-devel/autoconf/autoconf-2.71-r1.ebuild sys-devel/autoconf/autoconf-2.71-r5.ebuild X-VCS-Directories: sys-devel/autoconf/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: d59b0c3b126f02ccaa86233e5c28c50a230875b6 X-VCS-Branch: master Date: Mon, 27 Mar 2023 20:40:16 +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: 7ee3cd94-5724-4a02-8a63-2b7335381524 X-Archives-Hash: 3033912eb219ad21b86996f2e0dd9e7d commit: d59b0c3b126f02ccaa86233e5c28c50a230875b6 Author: Arsen Arsenović gentoo org> AuthorDate: Sun Mar 26 08:45:28 2023 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Mon Mar 27 20:27:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59b0c3b sys-devel/autoconf: Set TC_AUTOCONF_BREAK_INFOS=yes to prevent changes Recently, the toolchain-autoconf class was edited not to naively slot Info pages, breaking them in the process. To prevent existing revisions from changing contents, TC_AUTOCONF_BREAK_INFOS was added to permit using old behavior currently. Closes: https://bugs.gentoo.org/902461 Signed-off-by: Arsen Arsenović gentoo.org> sys-devel/autoconf/autoconf-2.13-r2.ebuild | 4 +++- sys-devel/autoconf/autoconf-2.13-r7.ebuild | 4 +++- sys-devel/autoconf/autoconf-2.69-r5.ebuild | 4 +++- sys-devel/autoconf/autoconf-2.69-r8.ebuild | 4 +++- sys-devel/autoconf/autoconf-2.71-r1.ebuild | 4 +++- sys-devel/autoconf/autoconf-2.71-r5.ebuild | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/sys-devel/autoconf/autoconf-2.13-r2.ebuild b/sys-devel/autoconf/autoconf-2.13-r2.ebuild index f26c02ae862c..787687f1b8c0 100644 --- a/sys-devel/autoconf/autoconf-2.13-r2.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.13-perl-5.26.patch ) +TC_AUTOCONF_BREAK_INFOS=yes + src_configure() { # make sure configure is newer than configure.in touch configure || die diff --git a/sys-devel/autoconf/autoconf-2.13-r7.ebuild b/sys-devel/autoconf/autoconf-2.13-r7.ebuild index 055d8286769d..b4942c1bcb7b 100644 --- a/sys-devel/autoconf/autoconf-2.13-r7.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,8 @@ PATCHES=( "${FILESDIR}"/${P}-Clang-16-fixes-for-various-tests.patch ) +TC_AUTOCONF_BREAK_INFOS=yes + src_configure() { # make sure configure is newer than configure.in touch configure || die diff --git a/sys-devel/autoconf/autoconf-2.69-r5.ebuild b/sys-devel/autoconf/autoconf-2.69-r5.ebuild index f51aa71c2d0a..947bf12f49b4 100644 --- a/sys-devel/autoconf/autoconf-2.69-r5.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,6 +41,8 @@ PATCHES=( "${WORKDIR}"/patches/${P}-runstatedir_info.patch ) +TC_AUTOCONF_BREAK_INFOS=yes + src_prepare() { # usr/bin/libtool is provided by binutils-apple, need gnu libtool if [[ ${CHOST} == *-darwin* ]] ; then diff --git a/sys-devel/autoconf/autoconf-2.69-r8.ebuild b/sys-devel/autoconf/autoconf-2.69-r8.ebuild index 3730430ac8a4..1c1ebcfc681e 100644 --- a/sys-devel/autoconf/autoconf-2.69-r8.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,6 +46,8 @@ PATCHES=( "${WORKDIR}"/patches/${P}-texinfo.patch ) +TC_AUTOCONF_BREAK_INFOS=yes + src_prepare() { # usr/bin/libtool is provided by binutils-apple, need gnu libtool if [[ ${CHOST} == *-darwin* ]] ; then diff --git a/sys-devel/autoconf/autoconf-2.71-r1.ebuild b/sys-devel/autoconf/autoconf-2.71-r1.ebuild index 7ef4e0bcbeb7..9f2ea4b973fe 100644 --- a/sys-devel/autoconf/autoconf-2.71-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.71-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,6 +43,8 @@ PDEPEND="emacs? ( app-emacs/autoconf-mode )" PATCHES=( "${FILESDIR}/${P}-time.patch" ) +TC_AUTOCONF_BREAK_INFOS=yes + src_prepare() { # usr/bin/libtool is provided by binutils-apple, need gnu libtool if [[ ${CHOST} == *-darwin* ]] ; then diff --git a/sys-devel/autoconf/autoconf-2.71-r5.ebuild b/sys-devel/autoconf/autoconf-2.71-r5.ebuild index 7749d47f435e..722aa8cc1e22 100644 --- a/sys-devel/autoconf/autoconf-2.71-r5.ebuild +++ b/sys-devel/autoconf/autoconf-2.71-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,6 +50,8 @@ PATCHES=( "${FILESDIR}"/${P}-K-R-decls-clang-deux.patch ) +TC_AUTOCONF_BREAK_INFOS=yes + src_prepare() { # usr/bin/libtool is provided by binutils-apple, need gnu libtool if [[ ${CHOST} == *-darwin* ]] ; then