summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-21 03:24:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-21 03:34:19 +0100
commite1c869e494ee8bd1d937942b5571a25a08769bf9 (patch)
tree17961d8d815e90c009e85f1a33b1f10e4eb0c9c3 /sci-geosciences/qgis/files
parentsci-geosciences/qgis: Add Qt5-based live ebuild (diff)
downloadgentoo-e1c869e494ee8bd1d937942b5571a25a08769bf9.tar.gz
gentoo-e1c869e494ee8bd1d937942b5571a25a08769bf9.tar.bz2
gentoo-e1c869e494ee8bd1d937942b5571a25a08769bf9.zip
sci-geosciences/qgis: Drop old
Closes: https://bugs.gentoo.org/623780 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-geosciences/qgis/files')
-rw-r--r--sci-geosciences/qgis/files/qgis-2.18.6-python.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-geosciences/qgis/files/qgis-2.18.6-python.patch b/sci-geosciences/qgis/files/qgis-2.18.6-python.patch
deleted file mode 100644
index b8a812d3e4fa..000000000000
--- a/sci-geosciences/qgis/files/qgis-2.18.6-python.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-commit 13d8e30bbe0ee17fff32a3eba90cd217d277e5ac
-Author: Marco Bernasocchi <marco@opengis.ch>
-Date: Wed Dec 7 19:08:24 2016 +1300
-
- fix 2.18 build with Qt5 by executing pyuic
-
-diff --git a/scripts/pyuic-wrapper.sh b/scripts/pyuic-wrapper.sh
-index d6fb497a84..aa146b31bb 100755
---- a/scripts/pyuic-wrapper.sh
-+++ b/scripts/pyuic-wrapper.sh
-@@ -15,12 +15,12 @@
- ###########################################################################
-
-
--PYUIC4=$1
-+PYUIC=$1
- LD_LIBRARY_PATH=$2:$LD_LIBRARY_PATH
- PYTHONPATH=$3:$PYTHONPATH
- PYTHON=$4
- shift 4
-
- export LD_LIBRARY_PATH PYTHONPATH
--
-+$PYUIC $@
- exec $PYTHON $(dirname $0)/pyuic-wrapper.py $@