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 DE1C315802E for ; Sun, 23 Jun 2024 19:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD45E29FE; Sun, 23 Jun 2024 19:49:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE152E29F5 for ; Sun, 23 Jun 2024 19:49:35 +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 AD5A5340836 for ; Sun, 23 Jun 2024 19:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05FEF1C5C for ; Sun, 23 Jun 2024 19:49:33 +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: <1719171660.7144fc5fbeedd08bbee28253dbd13e8189c0c6af.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild X-VCS-Directories: media-plugins/vdr-fritzbox/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7144fc5fbeedd08bbee28253dbd13e8189c0c6af X-VCS-Branch: master Date: Sun, 23 Jun 2024 19:49:33 +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: 5dc9c143-c1c0-4a6e-a978-97b867c00758 X-Archives-Hash: f115c7e7b1e8ce05cd4e2b6e374349af commit: 7144fc5fbeedd08bbee28253dbd13e8189c0c6af Author: Martin Dummer gmx net> AuthorDate: Sun Jun 23 13:11:16 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jun 23 19:41:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7144fc5f media-plugins/vdr-fritzbox: remove non-functional tests Closes: https://bugs.gentoo.org/934764 Signed-off-by: Martin Dummer gmx.net> Closes: https://github.com/gentoo/gentoo/pull/37255 Signed-off-by: Conrad Kostecki gentoo.org> media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild index 71c513cf8ddb..fad92cb04cd4 100644 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild @@ -51,6 +51,9 @@ src_prepare() { # upstream author forgot to update version information sed -e "s:1.5.3:1.5.4:" -i fritzbox.cpp || die + + # remove non-functional tests, #934764 + rm -rf ./test/ ./lib*/test/ || die } pkg_postinst() {