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 9544E15800A for ; Fri, 28 Jul 2023 18:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B4CE0A9B; Fri, 28 Jul 2023 18:23:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB12BE0A9B for ; Fri, 28 Jul 2023 18:23:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD477335D6A for ; Fri, 28 Jul 2023 18:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E78F8E7E for ; Fri, 28 Jul 2023 18:23:34 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1690568608.94c3821a92bdc2603f9c73a15c1c04b9ab106229.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-rds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild net-wireless/gr-rds/gr-rds-9999.ebuild X-VCS-Directories: net-wireless/gr-rds/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 94c3821a92bdc2603f9c73a15c1c04b9ab106229 X-VCS-Branch: master Date: Fri, 28 Jul 2023 18:23:34 +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: ffa9a8a1-8ae7-42ab-95da-d4466c47e18d X-Archives-Hash: 28be0b7cf549b53c086d527f9f4fed15 commit: 94c3821a92bdc2603f9c73a15c1c04b9ab106229 Author: Rick Farina gentoo org> AuthorDate: Fri Jul 28 16:46:29 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Jul 28 18:23:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c3821a net-wireless/gr-rds: remove unneeded sed Signed-off-by: Rick Farina gentoo.org> net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild | 10 ---------- net-wireless/gr-rds/gr-rds-9999.ebuild | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild index 4c255107627b..5004055f9d05 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild @@ -35,16 +35,6 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/swig:0 " -#cppunit is listed in cmake, but only needed for tests and there are no tests -# dev-util/cppunit" - -src_prepare() { - cmake_src_prepare - #although cppunit is not used, it fails if it isn't there, fix it - sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt || die - sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt || die - sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt || die -} src_configure() { local mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" ) diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild index 4c255107627b..5004055f9d05 100644 --- a/net-wireless/gr-rds/gr-rds-9999.ebuild +++ b/net-wireless/gr-rds/gr-rds-9999.ebuild @@ -35,16 +35,6 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/swig:0 " -#cppunit is listed in cmake, but only needed for tests and there are no tests -# dev-util/cppunit" - -src_prepare() { - cmake_src_prepare - #although cppunit is not used, it fails if it isn't there, fix it - sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt || die - sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt || die - sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt || die -} src_configure() { local mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )