Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/files/
Date: Sun, 03 Jul 2022 09:04:15
Message-Id: 1656839003.3fc68693434543f1e8ac6f2528030c74b049a666.andrewammerlaan@gentoo
1 commit: 3fc68693434543f1e8ac6f2528030c74b049a666
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Jun 29 09:02:40 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 09:03:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc68693
7
8 sci-mathematics/pspp: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/26139
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 sci-mathematics/pspp/files/50pspp-gentoo.el | 6 -----
16 .../pspp/files/pspp-1.6.1-drop-which-tests.patch | 28 ----------------------
17 2 files changed, 34 deletions(-)
18
19 diff --git a/sci-mathematics/pspp/files/50pspp-gentoo.el b/sci-mathematics/pspp/files/50pspp-gentoo.el
20 deleted file mode 100644
21 index adac2e8ed1da..000000000000
22 --- a/sci-mathematics/pspp/files/50pspp-gentoo.el
23 +++ /dev/null
24 @@ -1,6 +0,0 @@
25 -
26 -;;; pspp site-lisp configuration
27 -
28 -(add-to-list 'load-path "@SITELISP@")
29 -(autoload 'pspp-mode "pspp-mode" nil t)
30 -(add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode))
31
32 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
33 deleted file mode 100644
34 index 5303df4dc2e6..000000000000
35 --- a/sci-mathematics/pspp/files/pspp-1.6.1-drop-which-tests.patch
36 +++ /dev/null
37 @@ -1,28 +0,0 @@
38 -https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=f0ac9253e8b84691cec17fc80422993949a91cc1
39 -
40 -From f0ac9253e8b84691cec17fc80422993949a91cc1 Mon Sep 17 00:00:00 2001
41 -From: Friedrich Beckmann <friedrich.beckmann@×××.de>
42 -Date: Sun, 26 Jun 2022 09:07:18 +0200
43 -Subject: tests/atlocal.in - switched from which to command -v
44 -
45 -Sam James reported a possible future build problem due to the
46 -usage of the "which" command:
47 -
48 -https://savannah.gnu.org/bugs/?62675
49 -
50 -I replace "which" with "command -v" as proposed. Thanks for your
51 -support.
52 -
53 -Closes: 62675
54 ---- a/tests/atlocal.in
55 -+++ b/tests/atlocal.in
56 -@@ -71,7 +71,7 @@ alias pspp='pspp --no-statrc'
57 - # Avoids error messages during tests if $TERM is set to an unknown terminal.
58 - TERM=; unset TERM
59 -
60 --pspp_diff=`which diff`
61 -+pspp_diff=`command -v diff`
62 - if test X"$RUNNER" = Xwine; then
63 - diff () {
64 - $pspp_diff -w "$@"
65 -cgit v1.1