From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1646068-garchives=archives.gentoo.org@lists.gentoo.org>
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 <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 19:49:33 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
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" <conikost@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
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 <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jun 23 13:11:16 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37255
Signed-off-by: Conrad Kostecki <conikost <AT> 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() {