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 1EB3C15800F for ; Wed, 25 Jan 2023 06:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36A57E085B; Wed, 25 Jan 2023 06:10:48 +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 1B5C2E085B for ; Wed, 25 Jan 2023 06:10:48 +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 0B9B8340F7C for ; Wed, 25 Jan 2023 06:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A84E888D for ; Wed, 25 Jan 2023 06:10:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1674627032.8a1cd0384438f5543b13bc21010e993f24d5b083.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-osmosdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild X-VCS-Directories: net-wireless/gr-osmosdr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8a1cd0384438f5543b13bc21010e993f24d5b083 X-VCS-Branch: master Date: Wed, 25 Jan 2023 06:10:44 +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: 1e3a7c80-f5c9-44e9-9583-263b9271787a X-Archives-Hash: 65a8398612b4dc15f467526a1f30dfe6 commit: 8a1cd0384438f5543b13bc21010e993f24d5b083 Author: Petr Vaněk atlas cz> AuthorDate: Tue Jan 24 08:45:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 25 06:10:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1cd038 net-wireless/gr-osmosdr: append main repository HOMEPAGE Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29238 Signed-off-by: Sam James gentoo.org> net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild | 5 ++++- net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild index 41df63172681..803032a0f1cd 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild @@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit cmake python-single-r1 DESCRIPTION="GNU Radio source block for OsmoSDR and rtlsdr and hackrf" -HOMEPAGE="https://sdr.osmocom.org/trac/wiki/GrOsmoSDR" +HOMEPAGE=" + https://sdr.osmocom.org/trac/wiki/GrOsmoSDR + https://gitea.osmocom.org/sdr/gr-osmosdr +" if [[ ${PV} == 9999* ]]; then inherit git-r3 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index 7c9f599786a3..9a232d13ca0a 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit cmake python-single-r1 DESCRIPTION="GNU Radio source block for OsmoSDR and rtlsdr and hackrf" -HOMEPAGE="https://sdr.osmocom.org/trac/wiki/GrOsmoSDR" +HOMEPAGE=" + https://sdr.osmocom.org/trac/wiki/GrOsmoSDR + https://gitea.osmocom.org/sdr/gr-osmosdr +" if [[ ${PV} == 9999* ]]; then inherit git-r3