summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-09-19 18:17:45 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-09-20 16:38:28 +0200
commitecc147a5d311cd4c7f5da8b7206cdaee26680c95 (patch)
tree39ddb7d68f40514767ab449c51f8da5ba7ab02de /dev-python
parentdev-python/pycurl: remove unused patch (diff)
downloadgentoo-ecc147a5d311cd4c7f5da8b7206cdaee26680c95.tar.gz
gentoo-ecc147a5d311cd4c7f5da8b7206cdaee26680c95.tar.bz2
gentoo-ecc147a5d311cd4c7f5da8b7206cdaee26680c95.zip
dev-python/quex: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/17602 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/quex/files/quex-0.65.4-gentoo.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/quex/files/quex-0.65.4-gentoo.patch b/dev-python/quex/files/quex-0.65.4-gentoo.patch
deleted file mode 100644
index d870c765f784..000000000000
--- a/dev-python/quex/files/quex-0.65.4-gentoo.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/quex-exe.py 2017-12-13 21:42:48.633280478 +0100
-+++ b/quex-exe.py 2017-12-13 21:43:02.066040530 +0100
-@@ -40,11 +40,6 @@
- print("error: Please, use Python versions 2.x.")
- sys.exit(-1)
-
--if os.environ.has_key("QUEX_PATH") == False:
-- print("Environment variable QUEX_PATH has not been defined.")
--else:
-- sys.path.insert(0, os.environ["QUEX_PATH"])
--
- try:
- exception_checker.do_on_import(sys.argv)
- import quex.DEFINITIONS
---- a/quex/DEFINITIONS.py 2017-12-13 21:48:52.887765325 +0100
-+++ b/quex/DEFINITIONS.py 2017-12-13 21:52:29.805877359 +0100
-@@ -49,15 +49,14 @@
- sys.exit(-1) # sys.exit(-1) is acceptable
-
- QUEX_PATH = QUEX_INSTALLATION_DIR
--QUEX_CODEC_DB_PATH = QUEX_PATH + "/quex/engine/codec_db/database"
-+QUEX_CODEC_DB_PATH = "/usr/share/quex/database"
-
--sys.path.insert(0, QUEX_INSTALLATION_DIR)
-
- def check():
- global QUEX_INSTALLATION_DIR
-
- # -- Try to acces the file 'quex-exe.py' in order to verify
-- if os.access(QUEX_INSTALLATION_DIR + "/quex-exe.py", os.F_OK) == False:
-+ if False:
- print "error: Environment variable 'QUEX_PATH' does not point to"
- print "error: a valid installation directory of quex."
- print "error: current setting of 'QUEX_PATH':"