summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-06-29 11:02:40 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-03 11:03:23 +0200
commit3fc68693434543f1e8ac6f2528030c74b049a666 (patch)
treed481a1cc81eccc0f5f5578173f3015222c8d03db /sci-mathematics/pspp/files/50pspp-gentoo.el
parentsci-libs/cfitsio: remove smem binary (diff)
downloadgentoo-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/pspp/files/50pspp-gentoo.el')
-rw-r--r--sci-mathematics/pspp/files/50pspp-gentoo.el6
1 files changed, 0 insertions, 6 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))