* [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/
@ 2024-01-24 10:25 Sam James
0 siblings, 0 replies; 2+ 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] 2+ 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; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2024-03-26 23:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 10:25 [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf-vanilla/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-03-26 23:18 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox