public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/
@ 2024-01-24 10:25 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-01-24 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f539118dd816b0ac20738757aa714972b7add689
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 10:25:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 10:25:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f539118d

dev-build/autoconf-vanilla: add note to be careful with patching

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild | 3 +++
 5 files changed, 15 insertions(+)

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
index 5adfce2d4b0d..8bed0e8fbcd9 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 inherit toolchain-autoconf
 
 MY_PN=${PN/-vanilla}

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
index 06d25fed26d0..8aa18aaf1205 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
 	inherit git-r3

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
index e748afd83637..98243dff8be0 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
 	inherit git-r3

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
index a1ceaa2f09e8..0a2e7242cbcc 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
 	inherit git-r3

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
index a1ceaa2f09e8..0a2e7242cbcc 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
 	inherit git-r3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/
@ 2024-03-26 23:18 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-03-26 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0f295ec3cd0c8bf7b105ee4f7e59197f1db90a3b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 23:17:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 23:17:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f295ec3

dev-build/autoconf-vanilla: update blocker for pkgmove

As we did for autoconf earlier.

Bug: https://bugs.gentoo.org/923424
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild | 2 +-
 dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild | 2 +-
 dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild | 2 +-
 dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
index 8aa18aaf1205..200e03460627 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
@@ -45,7 +45,7 @@ BDEPEND+="
 RDEPEND="
 	${BDEPEND}
 	>=dev-build/autoconf-wrapper-13
-	!~sys-devel/${P}:2.5
+	!~dev-build/${P}:2.5
 "
 
 [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
index 98243dff8be0..2dab615c3727 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
@@ -40,7 +40,7 @@ BDEPEND=">=sys-devel/m4-1.4.16
 RDEPEND="${BDEPEND}
 	>=dev-build/autoconf-wrapper-15
 	sys-devel/gnuconfig
-	!~sys-devel/${P}:2.5"
+	!~dev-build/${P}:2.5"
 [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
 PDEPEND="emacs? ( app-emacs/autoconf-mode )"
 

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
index 0a2e7242cbcc..d1a1bf3332d5 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
@@ -50,8 +50,8 @@ BDEPEND+="
 RDEPEND="
 	${BDEPEND}
 	>=dev-build/autoconf-wrapper-15
+	!~dev-build/${P}:2.5
 	sys-devel/gnuconfig
-	!~sys-devel/${P}:2.5
 "
 [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
 PDEPEND="emacs? ( app-emacs/autoconf-mode )"

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
index 0a2e7242cbcc..d0e13c7515a3 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
@@ -51,7 +51,7 @@ RDEPEND="
 	${BDEPEND}
 	>=dev-build/autoconf-wrapper-15
 	sys-devel/gnuconfig
-	!~sys-devel/${P}:2.5
+	!~dev-build/${P}:2.5
 "
 [[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
 PDEPEND="emacs? ( app-emacs/autoconf-mode )"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/
@ 2025-07-17  4:18 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2025-07-17  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     58f3020723f97b90c3b69fb9b03ab34b8ddc0b2f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 18:52:52 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/
@ 2025-10-05  2:38 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-10-05  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d2b93f418c5f264c7797eca2cc779cad97780c66
Author:     Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Wed Jun  4 13:17:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 02:36:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b93f41

dev-build/autoconf-vanilla: touch .keepinfodir

prevent portage from rebuilding the info dir, inspired by
https://bugs.gentoo.org/257260

Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41511
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild    | 9 ++++++++-
 dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild | 7 +++++++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild    | 3 +++
 5 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
index 7cb1ea92dafb..118c859a6fdd 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.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
@@ -59,3 +59,10 @@ src_configure() {
 		--datadir="${EPREFIX}"/usr/share/"${P}" \
 		--infodir="${TC_AUTOCONF_INFOPATH}"
 }
+
+src_install() {
+	toolchain-autoconf_src_install
+
+	# dissuade Portage from removing our dir file
+	touch "${ED}"/usr/share/${P}/info/.keepinfodir || die
+}

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild
index ae52762703ff..113a5dbf5d29 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69-r1.ebuild
@@ -93,3 +93,10 @@ src_prepare() {
 		 -execdir sed -i '/^pkgdatadir/s/@PACKAGE@/&-vanilla/g' {} + \
 		 || die
 }
+
+src_install() {
+	toolchain-autoconf_src_install
+
+	# dissuade Portage from removing our dir file
+	touch "${ED}"/usr/share/${P}/info/.keepinfodir || die
+}

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild
index 7efc7a984cd8..d7457a64cff6 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71-r1.ebuild
@@ -81,6 +81,9 @@ src_test() {
 src_install() {
 	toolchain-autoconf_src_install
 
+	# dissuade Portage from removing our dir file
+	touch "${ED}"/usr/share/${P}/info/.keepinfodir || die
+
 	local f
 	for f in config.{guess,sub} ; do
 		ln -fs ../../gnuconfig/${f} \

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild
index 35261a331339..6e81140c67c6 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72-r1.ebuild
@@ -92,6 +92,9 @@ src_test() {
 src_install() {
 	toolchain-autoconf_src_install
 
+	# dissuade Portage from removing our dir file
+	touch "${ED}"/usr/share/${P}/info/.keepinfodir || die
+
 	local f
 	for f in config.{guess,sub} ; do
 		ln -fs ../../gnuconfig/${f} \

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
index 099a10121d3b..86bd1b1dfbfd 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
@@ -92,6 +92,9 @@ src_test() {
 src_install() {
 	toolchain-autoconf_src_install
 
+	# dissuade Portage from removing our dir file
+	touch "${ED}"/usr/share/${P}/info/.keepinfodir || die
+
 	local f
 	for f in config.{guess,sub} ; do
 		ln -fs ../../gnuconfig/${f} \


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-05  2:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-05  2:38 [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-07-17  4:18 Ulrich Müller
2024-03-26 23:18 Sam James
2024-01-24 10:25 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox