commit:     65e72af31215f6dd15e3102019eb4fed17e8c611
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 21:43:01 2024 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 21:45:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e72af3

app-editors/xemacs: Fix info with compressed files

Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>

 app-editors/xemacs/Manifest                                             | 1 +
 .../xemacs/{xemacs-21.5.35-r5.ebuild => xemacs-21.5.35-r6.ebuild}       | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/app-editors/xemacs/Manifest b/app-editors/xemacs/Manifest
index 737cccccb761..1b82f30aa236 100644
--- a/app-editors/xemacs/Manifest
+++ b/app-editors/xemacs/Manifest
@@ -1,3 +1,4 @@
 DIST NeXT_XEmacs.tar.gz 39571 BLAKE2B 
7abf17627ec34e6b0d0edde444028c46dca6d703cfa208a8a1eaf30e2fc2543b953c9a9582c3d55bd5b37e746f45c03ebfc408a0d965606e45d5f4adb9148dea
 SHA512 
611ddbbf5be3d2274e7f76be7f8200c6c7f3cba917efcc24e73685aa5f61c94237e6e48ce66f2d59ee4b74862e686f3ea7a29cf006717d5d0674db24d243d566
+DIST xemacs-21.5.35-info-handle-compress.patch.xz 7852 BLAKE2B 
61b8d3a7d63d76311cdbb10153101ea8546ff5e4c8d6345750e44b7e80dfe7afb280dfa847097163fcb92888e5abd837c1a932170a3c362de7a523fc019269f5
 SHA512 
6c83a4b739075c6da88ba56b84b8521ceb1f34dc71ea51b7fbdb992b459794a3f479ea7db5df777d6497291e2eed8e33809edf5d7572822007f599cdd57955f8
 DIST xemacs-21.5.35-ootags-boolint.patch.xz 7660 BLAKE2B 
9567cebeea7828dd7a207e627c4a21d49ef129ea7cf92defde67c068aab6694d0c7f70d90648b9177cea8b6ea3fc3734e1f65f1821b5e4c820df507bb6d6835b
 SHA512 
f43656a5e4c9781e2250fca7f8750bbc131223f4a252dfdfc6315e06ac578974877ac0bbc695f957ade5a7960c4257b090ee34199965110da28851e58986e985
 DIST xemacs-21.5.35.tar.gz 16403617 BLAKE2B 
efab8d3d984ec2223913b09ff1abc9f2df187fb5b8c2ccf99fcfc60c86369f4411cffd48b03532d53329bd5b3d3149271a445da4c0a3cd7bdc2834021b1297b3
 SHA512 
e592af6ffbb6f95299039de28f59ee770bf62f54a15b1358b9d1059ed25dcb410c01dcf6e88c1d2196d54f0c6902f309d709fe003accee82e516023fa4363019

diff --git a/app-editors/xemacs/xemacs-21.5.35-r5.ebuild 
b/app-editors/xemacs/xemacs-21.5.35-r6.ebuild
similarity index 98%
rename from app-editors/xemacs/xemacs-21.5.35-r5.ebuild
rename to app-editors/xemacs/xemacs-21.5.35-r6.ebuild
index 4b5fc14d88d7..241f056ec3d6 100644
--- a/app-editors/xemacs/xemacs-21.5.35-r5.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.35-r6.ebuild
@@ -13,6 +13,7 @@ HOMEPAGE="https://www.xemacs.org/";
 
 SRC_URI="http://ftp.xemacs.org/pub/xemacs/xemacs-$(ver_cut 1-2)/${P}.tar.gz
        https://dev.gentoo.org/~matsl/${P}-ootags-boolint.patch.xz
+       https://dev.gentoo.org/~matsl/${P}-info-handle-compress.patch.xz
        neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
 
 LICENSE="GPL-3+"
@@ -71,6 +72,7 @@ src_prepare() {
        eapply "${FILESDIR}/${P}-linker-flags.patch"
        eapply "${WORKDIR}/${P}-ootags-boolint.patch"
        eapply "${FILESDIR}/${P}-unknown-command-test.patch"
+       eapply "${WORKDIR}/${P}-info-handle-compress.patch"
 
        eapply_user
 

Reply via email to