summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-23 07:15:14 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-08-26 01:53:37 +0200
commit89f07a6138e1262e58fa49e23546d3ee0f9951b4 (patch)
treee0fb6038b1cea0c53ed072531e152296baaa84c2 /sci-mathematics/gsl-shell/files
parentsys-process/below: remove unused files (diff)
downloadgentoo-89f07a6138e1262e58fa49e23546d3ee0f9951b4.tar.gz
gentoo-89f07a6138e1262e58fa49e23546d3ee0f9951b4.tar.bz2
gentoo-89f07a6138e1262e58fa49e23546d3ee0f9951b4.zip
sci-mathematics/gsl-shell: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-mathematics/gsl-shell/files')
-rw-r--r--sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-no-compile-in-install.patch24
-rw-r--r--sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-sphinx-extmath-to-imgmath.patch13
2 files changed, 0 insertions, 37 deletions
diff --git a/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-no-compile-in-install.patch b/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-no-compile-in-install.patch
deleted file mode 100644
index d8cdaa02a2c5..000000000000
--- a/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-no-compile-in-install.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 39b4872..4c04865 100644
---- a/Makefile
-+++ b/Makefile
-@@ -154,8 +154,8 @@ mkdir -p $1$(PREFIX)/bin
- mkdir -p $1$(PREFIX)/share/applications
- mkdir -p $1$(PREFIX)/share/icons/hicolor/128x128/apps
- mkdir -p $1$(PREFIX)/share/$(PACKAGE_NAME)/$(PACKAGE_VERSION)
--cp $(GSL_SHELL_GUI) $(GSL_SHELL) $1$(PREFIX)/bin
--strip $1$(PREFIX)/bin/$(GSL_SHELL) $1$(PREFIX)/bin/$(GSL_SHELL_GUI)
-+test -f $(GSL_SHELL_GUI) && cp $(GSL_SHELL_GUI) $1$(PREFIX)/bin || :
-+test -f $(GSL_SHELL) && cp $(GSL_SHELL) $1$(PREFIX)/bin || :
- test -f $(LUAJIT_SO) && \
- mkdir -p $1$(PREFIX)/lib && \
- cp $(LUAJIT_SO) $1$(PREFIX)/lib && \
-@@ -168,7 +168,7 @@ $(CP_REL) $(LUA_BASE_FILES) $1$(PREFIX)/share/$(PACKAGE_NAME)/$(PACKAGE_VERSION)
- $(CP_REL) $(EXAMPLES_FILES) $1$(PREFIX)/bin
- endef
-
--install: $(GSL_SHELL) $(GSL_SHELL_GUI)
-+install:
- $(call install-to-dir,$(DESTDIR))
-
- debian: $(DEBIAN_PACKAGE)
diff --git a/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-sphinx-extmath-to-imgmath.patch b/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-sphinx-extmath-to-imgmath.patch
deleted file mode 100644
index 29ddaf2fd710..000000000000
--- a/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-sphinx-extmath-to-imgmath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/doc/user-manual/conf.py b/doc/user-manual/conf.py
-index 899f5d6..9475d85 100644
---- a/doc/user-manual/conf.py
-+++ b/doc/user-manual/conf.py
-@@ -25,7 +25,7 @@ import sys, os
-
- # Add any Sphinx extension module names here, as strings. They can be extensions
- # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
--extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.pngmath']
-+extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.imgmath']
-
- # Add any paths that contain templates here, relative to this directory.
- templates_path = ['_templates']