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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 945781382C5 for ; Thu, 25 Feb 2021 16:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D4EE09A7; Thu, 25 Feb 2021 16:50:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CBC1E09A7 for ; Thu, 25 Feb 2021 16:50:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FAA2340F5D for ; Thu, 25 Feb 2021 16:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD94A4E1 for ; Thu, 25 Feb 2021 16:50:12 +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: <1614271812.f0ee4c5d75815e5c06c8e57d9d2cea2c788038dd.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/multimon-ng/Manifest net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild net-analyzer/multimon-ng/multimon-ng-9999.ebuild X-VCS-Directories: net-analyzer/multimon-ng/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: f0ee4c5d75815e5c06c8e57d9d2cea2c788038dd X-VCS-Branch: master Date: Thu, 25 Feb 2021 16:50:12 +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: 44956980-9650-4712-b41d-34db84d1cc6d X-Archives-Hash: f3e7c54ba992f605695ff824cdf68456 commit: f0ee4c5d75815e5c06c8e57d9d2cea2c788038dd Author: Rick Farina gentoo org> AuthorDate: Thu Feb 25 16:50:00 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Feb 25 16:50:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ee4c5d net-analyzer/multimon-ng: bump add missing pdep Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-analyzer/multimon-ng/Manifest | 2 +- .../{multimon-ng-1.1.8.ebuild => multimon-ng-1.1.9.ebuild} | 5 +++-- net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest index 59bc5904a3f..cea5f08e846 100644 --- a/net-analyzer/multimon-ng/Manifest +++ b/net-analyzer/multimon-ng/Manifest @@ -1 +1 @@ -DIST multimon-ng-1.1.8.tar.gz 2430488 BLAKE2B 82bc0be58e2f7d596363fc916c11584cbd1335e7984194af22955587877ad1cba2a0cca819467061bb18b97ca70f5c2adfd73ccbf159fbc27348d59429959ada SHA512 9cf93362555e5dc465a9ec60dff27b9875879afd954e810069022b3c003eca4c3ab2a833f1c00fef877175bc72e2d378bbb53380ada54542ae29d257a7d2bd1b +DIST multimon-ng-1.1.9.tar.gz 2433964 BLAKE2B c2d72ba3b19ba162cb6fa9b8c1a66d950f3ed0acb36117ce070fbb9ede1837225b7349f473477020eea0ba727b6ea088688dbfaa50257702f337f1270ff5a233 SHA512 a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild similarity index 92% rename from net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild rename to net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild index 6e71ce63712..f2011e9ff0d 100644 --- a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild +++ b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes" HOMEPAGE="https://github.com/EliasOenal/multimon-ng" @@ -23,9 +23,10 @@ IUSE="pulseaudio X" DEPEND="pulseaudio? ( media-sound/pulseaudio ) X? ( x11-libs/libX11 )" RDEPEND="${DEPEND}" +PDEPEND="media-sound/sox" src_prepare() { use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt use X || sed -i '/find_package( X11 )/d' CMakeLists.txt - cmake-utils_src_prepare + cmake_src_prepare } diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild index 6e71ce63712..f2011e9ff0d 100644 --- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild +++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes" HOMEPAGE="https://github.com/EliasOenal/multimon-ng" @@ -23,9 +23,10 @@ IUSE="pulseaudio X" DEPEND="pulseaudio? ( media-sound/pulseaudio ) X? ( x11-libs/libX11 )" RDEPEND="${DEPEND}" +PDEPEND="media-sound/sox" src_prepare() { use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt use X || sed -i '/find_package( X11 )/d' CMakeLists.txt - cmake-utils_src_prepare + cmake_src_prepare }