Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/files/
Date: Thu, 23 Sep 2021 19:02:13
Message-Id: 1632423685.8c6c131d3fa2d58c5b3ed38ceeee86372a0227c3.conikost@gentoo
1 commit: 8c6c131d3fa2d58c5b3ed38ceeee86372a0227c3
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Sep 23 17:43:21 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 19:01:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6c131d
7
8 net-vpn/tor: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/22372
11 Package-Manager: Portage-3.0.23, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch | 27 ----------------------
16 1 file changed, 27 deletions(-)
17
18 diff --git a/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch b/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch
19 deleted file mode 100644
20 index 31234c735bc..00000000000
21 --- a/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -https://bugs.gentoo.org/770370
25 -diff --git a/src/app/include.am b/src/app/include.am
26 -index 8bb315fff1..2e2180deca 100644
27 ---- a/src/app/include.am
28 -+++ b/src/app/include.am
29 -@@ -28,7 +28,7 @@ src_app_tor_cov_SOURCES = $(src_app_tor_SOURCES)
30 - src_app_tor_cov_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
31 - src_app_tor_cov_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
32 - src_app_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB) \
33 -- @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFALGS@
34 -+ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFLAGS@
35 - src_app_tor_cov_LDADD = src/test/libtor-testing.a \
36 - @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ $(TOR_LIBS_CRYPTLIB) \
37 - @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_SHLWAPI@ @TOR_LIB_GDI@ \
38 -diff --git a/Makefile.in b/Makefile.in
39 -index 8e29bf3..5c9d3e5 100644
40 ---- a/Makefile.in
41 -+++ b/Makefile.in
42 -@@ -6674,7 +6674,7 @@ src_app_tor_LDADD = libtor.a \
43 - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
44 - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
45 - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB) \
46 --@COVERAGE_ENABLED_TRUE@ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFALGS@
47 -+@COVERAGE_ENABLED_TRUE@ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFLAGS@
48 -
49 - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_LDADD = src/test/libtor-testing.a \
50 - @COVERAGE_ENABLED_TRUE@ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ $(TOR_LIBS_CRYPTLIB) \