Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libhdhomerun/files/
Date: Sun, 31 Jan 2021 20:38:22
Message-Id: 1612125488.371b1c5c5920bae95fd7ffc7c22e601dc148af93.conikost@gentoo
1 commit: 371b1c5c5920bae95fd7ffc7c22e601dc148af93
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 31 18:49:22 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:38:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371b1c5c
7
8 media-libs/libhdhomerun: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/19274
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 media-libs/libhdhomerun/files/dont-strip.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/media-libs/libhdhomerun/files/dont-strip.patch b/media-libs/libhdhomerun/files/dont-strip.patch
19 deleted file mode 100644
20 index 62aa00af3f0..00000000000
21 --- a/media-libs/libhdhomerun/files/dont-strip.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -diff -Nur libhdhomerun/Makefile libhdhomerun.fix/Makefile
25 ---- libhdhomerun/Makefile 2012-08-30 15:46:27.000000000 -0500
26 -+++ libhdhomerun.fix/Makefile 2013-03-24 14:47:08.740937164 -0500
27 -@@ -42,7 +42,6 @@
28 -
29 - hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS)
30 - $(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@
31 -- $(STRIP) $@
32 -
33 - libhdhomerun$(LIBEXT) : $(LIBSRCS)
34 - $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@
35 -Binary files libhdhomerun/hdhomerun_config and libhdhomerun.fix/hdhomerun_config differ
36 -Binary files libhdhomerun/libhdhomerun.so and libhdhomerun.fix/libhdhomerun.so differ