diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-29 11:02:40 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-07-03 11:03:23 +0200 |
commit | 3fc68693434543f1e8ac6f2528030c74b049a666 (patch) | |
tree | d481a1cc81eccc0f5f5578173f3015222c8d03db /sci-mathematics | |
parent | sci-libs/cfitsio: remove smem binary (diff) | |
download | gentoo-3fc68693434543f1e8ac6f2528030c74b049a666.tar.gz gentoo-3fc68693434543f1e8ac6f2528030c74b049a666.tar.bz2 gentoo-3fc68693434543f1e8ac6f2528030c74b049a666.zip |
sci-mathematics/pspp: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/26139
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/files/50pspp-gentoo.el | 6 | ||||
-rw-r--r-- | sci-mathematics/pspp/files/pspp-1.6.1-drop-which-tests.patch | 28 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/pspp/files/50pspp-gentoo.el b/sci-mathematics/pspp/files/50pspp-gentoo.el deleted file mode 100644 index adac2e8ed1da..000000000000 --- a/sci-mathematics/pspp/files/50pspp-gentoo.el +++ /dev/null @@ -1,6 +0,0 @@ - -;;; pspp site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'pspp-mode "pspp-mode" nil t) -(add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode)) diff --git a/sci-mathematics/pspp/files/pspp-1.6.1-drop-which-tests.patch b/sci-mathematics/pspp/files/pspp-1.6.1-drop-which-tests.patch deleted file mode 100644 index 5303df4dc2e6..000000000000 --- a/sci-mathematics/pspp/files/pspp-1.6.1-drop-which-tests.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=f0ac9253e8b84691cec17fc80422993949a91cc1 - -From f0ac9253e8b84691cec17fc80422993949a91cc1 Mon Sep 17 00:00:00 2001 -From: Friedrich Beckmann <friedrich.beckmann@gmx.de> -Date: Sun, 26 Jun 2022 09:07:18 +0200 -Subject: tests/atlocal.in - switched from which to command -v - -Sam James reported a possible future build problem due to the -usage of the "which" command: - -https://savannah.gnu.org/bugs/?62675 - -I replace "which" with "command -v" as proposed. Thanks for your -support. - -Closes: 62675 ---- a/tests/atlocal.in -+++ b/tests/atlocal.in -@@ -71,7 +71,7 @@ alias pspp='pspp --no-statrc' - # Avoids error messages during tests if $TERM is set to an unknown terminal. - TERM=; unset TERM - --pspp_diff=`which diff` -+pspp_diff=`command -v diff` - if test X"$RUNNER" = Xwine; then - diff () { - $pspp_diff -w "$@" -cgit v1.1 |