From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1207930-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 781F7138359
	for <garchives@archives.gentoo.org>; Sun, 20 Sep 2020 14:41:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 58CF1E0922;
	Sun, 20 Sep 2020 14:41:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3AB5FE091F
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 14:41:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1EF89340C7F
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 14:41:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ED26B385
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 14:41:19 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1600612708.ecc147a5d311cd4c7f5da8b7206cdaee26680c95.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/quex/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/quex/files/quex-0.65.4-gentoo.patch
X-VCS-Directories: dev-python/quex/files/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: ecc147a5d311cd4c7f5da8b7206cdaee26680c95
X-VCS-Branch: master
Date: Sun, 20 Sep 2020 14:41:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 942ed733-aa34-4ddb-af89-128b885cc9fb
X-Archives-Hash: 6d7db978d0ff78ad1ca941807e31bd46

commit:     ecc147a5d311cd4c7f5da8b7206cdaee26680c95
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 19 16:17:45 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:38:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc147a5

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 <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-python/quex/files/quex-0.65.4-gentoo.patch | 34 --------------------------
 1 file changed, 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 d870c765f78..00000000000
--- 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':"