summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-10-24 20:19:39 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-10-24 20:29:50 +0200
commitfe0dfbf474dd18c3e1672d0780a4300e52e0700e (patch)
treeb554b34b9b9e97d68347472410d63b8253347db9 /app-emacs/buttercup
parentsys-boot/raspberrypi-firmware: add cpe, cpe upstream metadata (diff)
downloadgentoo-fe0dfbf474dd18c3e1672d0780a4300e52e0700e.tar.gz
gentoo-fe0dfbf474dd18c3e1672d0780a4300e52e0700e.tar.bz2
gentoo-fe0dfbf474dd18c3e1672d0780a4300e52e0700e.zip
app-emacs/buttercup: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27935 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/buttercup')
-rw-r--r--app-emacs/buttercup/files/buttercup-1.24-properties-equal.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-emacs/buttercup/files/buttercup-1.24-properties-equal.patch b/app-emacs/buttercup/files/buttercup-1.24-properties-equal.patch
deleted file mode 100644
index 2af36a3560cd..000000000000
--- a/app-emacs/buttercup/files/buttercup-1.24-properties-equal.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 108d2298cc34d906b196178ad955e3dc139e1779 Mon Sep 17 00:00:00 2001
-From: Philipp Stephani <phst@google.com>
-Date: Mon, 6 Dec 2021 15:39:53 +0100
-Subject: [PATCH] Fix property comparisons in unit tests.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Before Emacs 29, ‘equal-including-properties’ should not be used to compare
-propertized strings due to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=6581.
-ERT provides a replacement ‘ert-equal-including-properties’.
----
- tests/test-buttercup.el | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el
-index bda3e6f..4b73b78 100644
---- a/tests/test-buttercup.el
-+++ b/tests/test-buttercup.el
-@@ -1,6 +1,6 @@
- ;;; buttercup-test.el --- Tests for buttercup.el -*-lexical-binding:t-*-
-
--;; Copyright (C) 2015 Jorgen Schaefer <contact@jorgenschaefer.de>
-+;; Copyright (C) 2015, 2021 Jorgen Schaefer <contact@jorgenschaefer.de>
-
- ;; This program is free software; you can redistribute it and/or
- ;; modify it under the terms of the GNU General Public License
-@@ -27,6 +27,7 @@
- (require 'autoload)
- (require 'ansi-color)
- (require 'ert)
-+(require 'ert-x)
- (require 'cl-lib)
- (require 'imenu)
-
-@@ -1117,7 +1118,7 @@ text properties using `ansi-color-apply'."
- ;;;;;;;;;;;;;
- ;;; Reporters
- (buttercup-define-matcher-for-binary-function
-- :to-equal-including-properties equal-including-properties)
-+ :to-equal-including-properties ert-equal-including-properties)
-
- (describe "The batch reporters"
- :var (print-buffer)