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 DE49F158017 for ; Tue, 28 Sep 2021 16:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C300E08FC; Tue, 28 Sep 2021 16:07:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB2C9E08FC for ; Tue, 28 Sep 2021 16:07:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0679342D9F for ; Tue, 28 Sep 2021 16:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30FE535 for ; Tue, 28 Sep 2021 16:07:48 +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: <1632845239.5359200eb15a6971057f9d072426be01a78d1ebd.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/qdmr/Manifest net-wireless/qdmr/qdmr-0.8.0.ebuild net-wireless/qdmr/qdmr-0.8.1.ebuild net-wireless/qdmr/qdmr-9999.ebuild X-VCS-Directories: net-wireless/qdmr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 5359200eb15a6971057f9d072426be01a78d1ebd X-VCS-Branch: master Date: Tue, 28 Sep 2021 16:07:48 +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: 6a87c81b-4f8d-4c8e-a47d-4783e04d8e15 X-Archives-Hash: eb5b40e68d58c3eaed43e8e2d732adaa commit: 5359200eb15a6971057f9d072426be01a78d1ebd Author: Rick Farina gentoo org> AuthorDate: Tue Sep 28 16:07:09 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Sep 28 16:07:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5359200e net-wireless/qdmr: bump add some config warnings as suggested by Anarchy Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> net-wireless/qdmr/Manifest | 2 +- net-wireless/qdmr/{qdmr-0.8.0.ebuild => qdmr-0.8.1.ebuild} | 10 +++++++++- net-wireless/qdmr/qdmr-9999.ebuild | 10 +++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/net-wireless/qdmr/Manifest b/net-wireless/qdmr/Manifest index ea4483787da..a00474802bf 100644 --- a/net-wireless/qdmr/Manifest +++ b/net-wireless/qdmr/Manifest @@ -1 +1 @@ -DIST qdmr-0.8.0.tar.gz 3858103 BLAKE2B 1e3e16854ae12b4ae7d1b484c03ee6bea16b06d4b7b8619b084b93216fdafc0b5f9736a32f8b195b73fabc04503a0c3c0f874f4ec2ed81bd2cf564ae6cf4525f SHA512 1964981e77e738215abf3459ccaf46e7b0207f31a8e315b4d36f902e722472b1e37348a87e0cc724294df7a843244b15096b591722490b9955da9a27a8843c79 +DIST qdmr-0.8.1.tar.gz 3870631 BLAKE2B 3be78a398a41cb105abac07b2a3c3ddaf0a5e51b5af855860c5ea06a407447d71ae89d4f3be5d46ba8fd50c38baec42663977373c643813f4db193ab034cfb88 SHA512 068eaad49393dca4384146b5254342d57921fd2e3f972057dd0f6abc1f8ce1412ae544ab09f50ce0ffa50f48f7fb2145fc36e82c2c8f9cf534fedb60e947130d diff --git a/net-wireless/qdmr/qdmr-0.8.0.ebuild b/net-wireless/qdmr/qdmr-0.8.1.ebuild similarity index 70% rename from net-wireless/qdmr/qdmr-0.8.0.ebuild rename to net-wireless/qdmr/qdmr-0.8.1.ebuild index ae09930cdab..21f42f59eb7 100644 --- a/net-wireless/qdmr/qdmr-0.8.0.ebuild +++ b/net-wireless/qdmr/qdmr-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake udev +inherit cmake udev linux-info DESCRIPTION="GUI application for configuring and programming cheap DMR radios" HOMEPAGE="https://dm3mat.darc.de/qdmr/" @@ -33,6 +33,14 @@ DEPEND="${RDEPEND} dev-qt/linguist-tools:5" BDEPEND="" +pkg_setup() { + CONFIG_CHECK="~USB_ACM" + WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio" + CONFIG_CHECK="~USB_SERIAL" + WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio" + check_extra_config +} + src_prepare() { #no devil perms sed -i 's#666#660#' dist/99-qdmr.rules diff --git a/net-wireless/qdmr/qdmr-9999.ebuild b/net-wireless/qdmr/qdmr-9999.ebuild index ae09930cdab..21f42f59eb7 100644 --- a/net-wireless/qdmr/qdmr-9999.ebuild +++ b/net-wireless/qdmr/qdmr-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake udev +inherit cmake udev linux-info DESCRIPTION="GUI application for configuring and programming cheap DMR radios" HOMEPAGE="https://dm3mat.darc.de/qdmr/" @@ -33,6 +33,14 @@ DEPEND="${RDEPEND} dev-qt/linguist-tools:5" BDEPEND="" +pkg_setup() { + CONFIG_CHECK="~USB_ACM" + WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio" + CONFIG_CHECK="~USB_SERIAL" + WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio" + check_extra_config +} + src_prepare() { #no devil perms sed -i 's#666#660#' dist/99-qdmr.rules