Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/files/
Date: Thu, 02 Jan 2020 18:34:55
Message-Id: 1577989909.b244d14874981d2d5ce4e221ac6e9ed9705fc17d.whissi@gentoo
1 commit: b244d14874981d2d5ce4e221ac6e9ed9705fc17d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 2 06:58:04 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 18:31:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b244d148
7
8 dev-libs/librelp: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14211
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 ...lp-1.3.0-dummyclient.py-Py3-compatibility.patch | 24 ----------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/dev-libs/librelp/files/librelp-1.3.0-dummyclient.py-Py3-compatibility.patch b/dev-libs/librelp/files/librelp-1.3.0-dummyclient.py-Py3-compatibility.patch
18 deleted file mode 100644
19 index 99ac9887f73..00000000000
20 --- a/dev-libs/librelp/files/librelp-1.3.0-dummyclient.py-Py3-compatibility.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -From 93c7ab4284f0609abab7cf2f9b8bdefe21fe0038 Mon Sep 17 00:00:00 2001
24 -From: Thomas Deutschmann <whissi@××××××.de>
25 -Date: Tue, 11 Dec 2018 16:50:12 +0100
26 -Subject: [PATCH] tests: make dummyclient.py compatible with Python2 and
27 - Python3
28 -
29 -Closes: https://github.com/rsyslog/librelp/issues/163
30 ----
31 - tests/dummyclient.py | 2 +-
32 - 1 file changed, 1 insertion(+), 1 deletion(-)
33 -
34 -diff --git a/tests/dummyclient.py b/tests/dummyclient.py
35 -index 6f99c79..8b0041e 100755
36 ---- a/tests/dummyclient.py
37 -+++ b/tests/dummyclient.py
38 -@@ -4,7 +4,7 @@
39 - import os
40 -
41 - port = int(os.environ['TESTPORT'])
42 --print "dummyclient info: opening and closing port " + str(port) + " without sending data"
43 -+print("dummyclient info: opening and closing port " + str(port) + " without sending data")
44 - s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
45 - s.connect(("127.0.0.1", port))
46 - s.close()