commit: f98da2f0871763e43a8311b99dd2c6fa3fc45a1c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jul 15 16:56:17 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 15:04:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98da2f0
media-sound/upmpdcli: remove unused patches Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-sound/upmpdcli/files/configure.patch | 11 ----------- media-sound/upmpdcli/files/makefile.patch | 22 ---------------------- 2 files changed, 33 deletions(-) diff --git a/media-sound/upmpdcli/files/configure.patch b/media-sound/upmpdcli/files/configure.patch deleted file mode 100644 index d708186f652b..000000000000 --- a/media-sound/upmpdcli/files/configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac 2023-06-10 10:21:38.770760698 -0500 -+++ b/configure.ac 2023-06-10 10:22:01.670904090 -0500 -@@ -86,7 +86,7 @@ - - #### Functions - AC_LINK_IFELSE( -- [AC_LANG_PROGRAM([#include <math.h>], [double x = exp10(1.0);])], -+ [AC_LANG_PROGRAM([#include <math.h>], [double exp10(double x);], [double x = exp10(1.0);])], - [AC_DEFINE([HAVE_EXP10], [1], [Define to 1 if you have the 'exp10' function])], - []) - diff --git a/media-sound/upmpdcli/files/makefile.patch b/media-sound/upmpdcli/files/makefile.patch deleted file mode 100644 index dd259a1406a6..000000000000 --- a/media-sound/upmpdcli/files/makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile.in 2023-02-08 13:40:15.504842769 -0600 -+++ b/Makefile.in 2023-02-08 13:40:30.175898082 -0600 -@@ -2002,7 +2002,7 @@ - @MAKECONFGUI_TRUE@ prefix=$(prefix) exec_prefix=$(exec_prefix) libdir=$(libdir) \ - @MAKECONFGUI_TRUE@ install - --install-data-hook: -+install-data-hook: install-dist_sysconfDATA - (cd $(DESTDIR)$(sysconfdir); test -f upmpdcli.conf || \ - mv upmpdcli.conf-dist upmpdcli.conf; chmod 600 upmpdcli.conf) - (cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts) ---- a/Makefile.am 2023-02-08 13:45:02.076935272 -0600 -+++ b/Makefile.am 2023-02-08 13:45:20.889007724 -0600 -@@ -285,7 +285,7 @@ - systemd/upmpdcli.service - - --install-data-hook: -+install-data-hook: install-dist_sysconfDATA - (cd $(DESTDIR)$(sysconfdir); test -f upmpdcli.conf || \ - mv upmpdcli.conf-dist upmpdcli.conf; chmod 600 upmpdcli.conf) - (cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)