summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-07 15:29:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-09 20:29:16 +0200
commit5efebdac3d58d269f9c84d4c54d588b00cbc5c8a (patch)
treea584fd78950869cea9e3bf9cf08e383e338adc0e /sci-geosciences/qgis/files/qgis-3.22.5-install-grass8-scripts.patch
parentsys-libs/libbacktrace: Keyword 1.0_p20220709 mips, #875803 (diff)
downloadgentoo-5efebdac3d58d269f9c84d4c54d588b00cbc5c8a.tar.gz
gentoo-5efebdac3d58d269f9c84d4c54d588b00cbc5c8a.tar.bz2
gentoo-5efebdac3d58d269f9c84d4c54d588b00cbc5c8a.zip
sci-geosciences/qgis: drop old versions
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences/qgis/files/qgis-3.22.5-install-grass8-scripts.patch')
-rw-r--r--sci-geosciences/qgis/files/qgis-3.22.5-install-grass8-scripts.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-geosciences/qgis/files/qgis-3.22.5-install-grass8-scripts.patch b/sci-geosciences/qgis/files/qgis-3.22.5-install-grass8-scripts.patch
deleted file mode 100644
index 5c801f23fe8c..000000000000
--- a/sci-geosciences/qgis/files/qgis-3.22.5-install-grass8-scripts.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://github.com/qgis/QGIS/pull/47881
-https://github.com/qgis/QGIS/pull/47456
-https://github.com/qgis/QGIS/pull/47456/commits/84e574dcc043e03bb1682d1dfc5bd3b9fbf87b3d
-
-From 84e574dcc043e03bb1682d1dfc5bd3b9fbf87b3d Mon Sep 17 00:00:00 2001
-From: Bas Couwenberg <sebastic@xs4all.nl>
-Date: Fri, 18 Mar 2022 18:04:01 +0100
-Subject: [PATCH] Also install scripts for GRASS 8.
-
---- a/src/plugins/grass/scripts/CMakeLists.txt
-+++ b/src/plugins/grass/scripts/CMakeLists.txt
-@@ -1,4 +1,4 @@
--if (GRASS_NUM_VERSION6 GREATER 60300 OR GRASS_NUM_VERSION7 GREATER 60300)
-+if (GRASS_NUM_VERSION6 GREATER 60300 OR GRASS_NUM_VERSION7 GREATER 60300 OR GRASS_NUM_VERSION8 GREATER 60300)
- file (GLOB MODULE_FILES *.py )
- install (FILES ${MODULE_FILES}
- DESTINATION ${QGIS_DATA_DIR}/grass/scripts