From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 72C7D15808A for ; Thu, 17 Jul 2025 04:18:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 56EC7340E36 for ; Thu, 17 Jul 2025 04:18:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2EFB41102A2; Thu, 17 Jul 2025 04:18:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2857C1102A2 for ; Thu, 17 Jul 2025 04:18:50 +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 BA763340D7B for ; Thu, 17 Jul 2025 04:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D6130B6 for ; Thu, 17 Jul 2025 04:18:48 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1752725837.58f3020723f97b90c3b69fb9b03ab34b8ddc0b2f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild X-VCS-Directories: dev-build/autoconf-vanilla/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 58f3020723f97b90c3b69fb9b03ab34b8ddc0b2f X-VCS-Branch: master Date: Thu, 17 Jul 2025 04:18:48 +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: ba310649-9828-42d4-af9e-5227f3d88f76 X-Archives-Hash: ddaee8dc8249f4dbf968469c61c7d783 commit: 58f3020723f97b90c3b69fb9b03ab34b8ddc0b2f Author: Ulrich Müller gentoo org> AuthorDate: Wed Jul 16 18:52:52 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jul 17 04:17:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f30207 dev-build/autoconf-vanilla: Drop PDEPEND on app-emacs/autoconf-mode The app-emacs package overrides the autoconf mode that is included with Emacs proper, which may not be wanted by all users. Bug: https://bugs.gentoo.org/959856 Signed-off-by: Ulrich Müller gentoo.org> ...{autoconf-vanilla-2.69.ebuild => autoconf-vanilla-2.69-r1.ebuild} | 5 +---- ...{autoconf-vanilla-2.71.ebuild => autoconf-vanilla-2.71-r1.ebuild} | 4 +--- ...{autoconf-vanilla-2.72.ebuild => autoconf-vanilla-2.72-r1.ebuild} | 4 +--- dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild | 4 +--- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild similarity index 96% rename from dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild rename to dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild index cabe90804193..ae52762703ff 100644 --- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild +++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-3+" SLOT="${PV}" -IUSE="emacs" BDEPEND+=" >=sys-devel/m4-1.4.16 @@ -50,8 +49,6 @@ RDEPEND=" [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" -PDEPEND="emacs? ( app-emacs/autoconf-mode )" - PATCHES=( "${FILESDIR}"/${MY_PN}-2.69-perl-5.26.patch "${FILESDIR}"/${MY_P}-fix-libtool-test.patch diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild similarity index 95% rename from dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild rename to dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild index 1d9cd643ec34..7efc7a984cd8 100644 --- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild +++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-3+" SLOT="${PV/_*}" -IUSE="emacs" # for 2.71, our Perl time resolution patch changes our min Perl from 5.6 # (vanilla upstream for 2.71) to 5.8. @@ -42,7 +41,6 @@ RDEPEND="${BDEPEND} sys-devel/gnuconfig !~dev-build/${P}:2.5" [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" -PDEPEND="emacs? ( app-emacs/autoconf-mode )" PATCHES=( "${FILESDIR}"/${MY_P}-AC_LANG_CALL_C_cxx.patch diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild similarity index 96% rename from dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild rename to dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild index b465e98e6b85..35261a331339 100644 --- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild +++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-3+" SLOT="$(ver_cut 1-2)" -IUSE="emacs" BDEPEND+=" >=dev-lang/perl-5.10 @@ -54,7 +53,6 @@ RDEPEND=" sys-devel/gnuconfig " [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" -PDEPEND="emacs? ( app-emacs/autoconf-mode )" PATCHES=( "${FILESDIR}"/"${MY_P}"-conflicts.patch diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild index ab86fd2ab5b4..099a10121d3b 100644 --- a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild +++ b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-3+" SLOT="$(ver_cut 1-2)" -IUSE="emacs" BDEPEND+=" >=dev-lang/perl-5.10 @@ -54,7 +53,6 @@ RDEPEND=" !~dev-build/${P}:2.5 " [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" -PDEPEND="emacs? ( app-emacs/autoconf-mode )" PATCHES=( "${FILESDIR}"/"${MY_P}"-conflicts.patch