From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BBCC158170 for ; Sun, 21 Jul 2024 15:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50ADD2BC065; Sun, 21 Jul 2024 15:12:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30F642BC065 for ; Sun, 21 Jul 2024 15:12:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2208334308A for ; Sun, 21 Jul 2024 15:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 842551D77 for ; Sun, 21 Jul 2024 15:12:09 +0000 (UTC) From: "Conrad Kostecki" 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" Message-ID: <1721574270.f98da2f0871763e43a8311b99dd2c6fa3fc45a1c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/upmpdcli/files/configure.patch media-sound/upmpdcli/files/makefile.patch X-VCS-Directories: media-sound/upmpdcli/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f98da2f0871763e43a8311b99dd2c6fa3fc45a1c X-VCS-Branch: master Date: Sun, 21 Jul 2024 15:12:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36a66234-8529-47da-8f10-10cfbcd2c06a X-Archives-Hash: 71ffddf10afb3c0d9fd348271d543ac9 commit: f98da2f0871763e43a8311b99dd2c6fa3fc45a1c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Jul 15 16:56:17 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Signed-off-by: Conrad Kostecki 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 ], [double x = exp10(1.0);])], -+ [AC_LANG_PROGRAM([#include ], [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)