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 89DA215800A for ; Sat, 26 Aug 2023 06:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9E112BC100; Sat, 26 Aug 2023 06:03:46 +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 A85492BC100 for ; Sat, 26 Aug 2023 06:03:46 +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 6228233E3A9 for ; Sat, 26 Aug 2023 06:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAEB11052 for ; Sat, 26 Aug 2023 06:03:43 +0000 (UTC) From: "Konstantin Tutsch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Konstantin Tutsch" Message-ID: <1693029809.1d3d45ca125e6a7b991b05dbfc14221f108ad475.mail@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kooha/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kooha/kooha-2.2.3.ebuild X-VCS-Directories: media-video/kooha/ X-VCS-Committer: mail X-VCS-Committer-Name: Konstantin Tutsch X-VCS-Revision: 1d3d45ca125e6a7b991b05dbfc14221f108ad475 X-VCS-Branch: dev Date: Sat, 26 Aug 2023 06:03:43 +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: ef6701d6-72a9-442a-81ec-4a482cb3f384 X-Archives-Hash: 8bd40f921ab0cbf683288059d16e4764 commit: 1d3d45ca125e6a7b991b05dbfc14221f108ad475 Author: Konstantin Tutsch konstantintutsch de> AuthorDate: Sat Aug 26 06:02:51 2023 +0000 Commit: Konstantin Tutsch konstantintutsch de> CommitDate: Sat Aug 26 06:03:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d3d45ca media-video/kooha: remove sed for src/meson.build Signed-off-by: Konstantin Tutsch konstantintutsch.de> media-video/kooha/kooha-2.2.3.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-video/kooha/kooha-2.2.3.ebuild b/media-video/kooha/kooha-2.2.3.ebuild index 8300a3ebb5..324f5886c5 100644 --- a/media-video/kooha/kooha-2.2.3.ebuild +++ b/media-video/kooha/kooha-2.2.3.ebuild @@ -196,11 +196,6 @@ src_prepare() { -e '/^gnome.post_install(/,/)/d' \ meson.build \ || die - - sed -i \ - -e '/^test(/,/time\n\t)/d' \ - src/meson.build \ - || die } pkg_postinst() {