From 58f3020723f97b90c3b69fb9b03ab34b8ddc0b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 16 Jul 2025 20:52:52 +0200 Subject: [PATCH] dev-build/autoconf-vanilla: Drop PDEPEND on app-emacs/autoconf-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ...f-vanilla-2.69.ebuild => autoconf-vanilla-2.69-r1.ebuild} | 5 +---- ...f-vanilla-2.71.ebuild => autoconf-vanilla-2.71-r1.ebuild} | 4 +--- ...f-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(-) rename dev-build/autoconf-vanilla/{autoconf-vanilla-2.69.ebuild => autoconf-vanilla-2.69-r1.ebuild} (96%) rename dev-build/autoconf-vanilla/{autoconf-vanilla-2.71.ebuild => autoconf-vanilla-2.71-r1.ebuild} (95%) rename dev-build/autoconf-vanilla/{autoconf-vanilla-2.72.ebuild => autoconf-vanilla-2.72-r1.ebuild} (96%) 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 cabe908041933..ae52762703ff9 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 1d9cd643ec349..7efc7a984cd84 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 b465e98e6b853..35261a3313392 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 ab86fd2ab5b4e..099a10121d3b3 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