commit:     cc5a86b0445438a16ec29727d95ae1390f5d6252
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Apr 18 18:01:56 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 19:31:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5a86b0

app-emacs/package-lint: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../package-lint-symbol-info-data-directory.patch  | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git 
a/app-emacs/package-lint/files/package-lint-symbol-info-data-directory.patch 
b/app-emacs/package-lint/files/package-lint-symbol-info-data-directory.patch
deleted file mode 100644
index 1b8644976721..000000000000
--- a/app-emacs/package-lint/files/package-lint-symbol-info-data-directory.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-index 2ecaef5..8178375 100644
---- a/package-lint.el
-+++ b/package-lint.el
-@@ -106,13 +106,15 @@ a backport library shipping the feature and VERSION is an
- optional minimum version containing the feature.")
- 
- (defconst package-lint-symbol-info
--  (let* ((stdlib-changes (with-temp-buffer
--                           (insert-file-contents
--                            (expand-file-name "data/stdlib-changes"
--                                              (if load-file-name
--                                                  (file-name-directory 
load-file-name)
--                                                default-directory)))
--                           (read (current-buffer))))
-+  (let* ((stdlib-changes
-+          (with-temp-buffer
-+            (insert-file-contents
-+             (let ((siteetc-stdlib-changes
-+                    (expand-file-name "data/stdlib-changes" "@SITEETC@")))
-+               (if (file-exists-p siteetc-stdlib-changes)
-+                   siteetc-stdlib-changes
-+                 (expand-file-name "data/stdlib-changes" default-directory))))
-+            (read (current-buffer))))
-          (info (make-hash-table)))
-     (pcase-dolist (`(,version . ,data) stdlib-changes)
-       (pcase-dolist (`(,syms . ,action)

Reply via email to