commit:     741216acbbaf4475643dfde1fe57f7a3310b5860
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 19:01:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 19:01:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741216ac

dev-build/autoconf-archive: fix various issues after 2024.10.16 release

Create a pseudo-snapshot to fix issues after the last release. I was hoping
a new release would've been made by now but it hasn't happened.

Use patchset generated by:
`git format-patch 241f7ae5f857b0c9bab7866b79b4e47587126b96~1..HEAD 
--no-cover-letter -- m4/`

Closes: https://bugs.gentoo.org/941845
Closes: https://bugs.gentoo.org/941943
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/autoconf-archive/Manifest                |  1 +
 .../autoconf-archive-2024.10.16-r1.ebuild          | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-build/autoconf-archive/Manifest 
b/dev-build/autoconf-archive/Manifest
index cb72a29e2891..b4fb9cc470fb 100644
--- a/dev-build/autoconf-archive/Manifest
+++ b/dev-build/autoconf-archive/Manifest
@@ -1,2 +1,3 @@
 DIST autoconf-archive-2023.02.20.tar.xz 678184 BLAKE2B 
a72469e61a6ef702cbf4e30712c7dbe36369da7dad6e2312eb7026af41a989a47ded0a27975349486b69155f9e8199f89720dc57f98440b2766294a0f8755ee6
 SHA512 
a744f5aa0c1a813b81ad1528aebf7511bde7f470f34626d2057ed6664127120182e031fec5d22027d4a204544266135f202b8ef453bff70a3b0315c506c82528
+DIST autoconf-archive-2024.10.16-patches.tar.xz 9604 BLAKE2B 
e180322ec49f39aa456756c5451b15c73485a8583b9a770be14f3940fa0c580db720a1d8ea1eef0f16071d4f77f0763a798ddd685ed213070d4ac609dd36c580
 SHA512 
d34459c4e9707163626368f612392552b0f5421d304a4a53b691ffd5e65378ed6b2a0dbfad70a7358f71da17f67240d95eee2311eb0f458b82e6f77df7066a64
 DIST autoconf-archive-2024.10.16.tar.xz 677768 BLAKE2B 
64554b7258c527f2e6bb115bec08e358bd4f10b940cdbe58c073fb3bdeccab78897250766e600b7e5fd79a76d633135d1caf2c7e81893bd68cab704073cac2c5
 SHA512 
91140cb666447f12a1d39d7d42f5fe6ea3601bb586f466381c9e949087aafa06aed8d061a4f5d020a3d234eb710e4bb47cd25380bcffd8c423fa1a7af05e988b

diff --git a/dev-build/autoconf-archive/autoconf-archive-2024.10.16-r1.ebuild 
b/dev-build/autoconf-archive/autoconf-archive-2024.10.16-r1.ebuild
new file mode 100644
index 000000000000..763868552b9c
--- /dev/null
+++ b/dev-build/autoconf-archive/autoconf-archive-2024.10.16-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="https://www.gnu.org/software/autoconf-archive/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+# Temporary patchset for 2024.10.16 because a snapshot is too awkward to make
+# Can be dropped on next release
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-patches.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+# File collisions, bug #540246
+RDEPEND="
+       !=gnome-base/gnome-common-3.14.0-r0
+       !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]
+"
+
+PATCHES=(
+       "${WORKDIR}"/${P}-patches
+)

Reply via email to