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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EB6A158042 for ; Fri, 18 Oct 2024 14:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E66E088B; Fri, 18 Oct 2024 14:37:32 +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 C6EB7E088B for ; Fri, 18 Oct 2024 14:37:32 +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 9304E34307A for ; Fri, 18 Oct 2024 14:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4BE921C8 for ; Fri, 18 Oct 2024 14:37:28 +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: <1729262122.a3c8ba566a51110e474b1c297281ecf44afec59f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-g729/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk-g729/asterisk-g729-16.0.3.1.10.ebuild net-misc/asterisk-g729/asterisk-g729-18.0.3.1.10.ebuild net-misc/asterisk-g729/asterisk-g729-20.0.3.1.10.ebuild net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10.ebuild net-misc/asterisk-g729/asterisk-g729-22.0.3.1.10.ebuild X-VCS-Directories: net-misc/asterisk-g729/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a3c8ba566a51110e474b1c297281ecf44afec59f X-VCS-Branch: master Date: Fri, 18 Oct 2024 14:37:28 +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: 438b24e0-ebd1-487b-a783-29da41ea1eb0 X-Archives-Hash: f8978641d7c52ba945e88e4f707fea72 commit: a3c8ba566a51110e474b1c297281ecf44afec59f Author: Jaco Kroon uls co za> AuthorDate: Thu Oct 17 19:57:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 18 14:35:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c8ba56 net-misc/asterisk-g729: update HOMEPAGE Signed-off-by: Jaco Kroon uls.co.za> Signed-off-by: Sam James gentoo.org> net-misc/asterisk-g729/asterisk-g729-16.0.3.1.10.ebuild | 2 +- net-misc/asterisk-g729/asterisk-g729-18.0.3.1.10.ebuild | 2 +- net-misc/asterisk-g729/asterisk-g729-20.0.3.1.10.ebuild | 4 ++-- net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10.ebuild | 2 +- net-misc/asterisk-g729/asterisk-g729-22.0.3.1.10.ebuild | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.10.ebuild b/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.10.ebuild index ba68b2878ec9..530c2564155d 100644 --- a/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.10.ebuild +++ b/net-misc/asterisk-g729/asterisk-g729-16.0.3.1.10.ebuild @@ -4,7 +4,7 @@ EAPI="7" DESCRIPTION="G.729 codec and supporting files for asterisk" -HOMEPAGE="https://www.sangoma.com/asterisk/software/g729-codec/" +HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/" AST_PV="$(ver_cut 1-2)" MY_PV="$(ver_rs 2 _)" diff --git a/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.10.ebuild b/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.10.ebuild index ba68b2878ec9..530c2564155d 100644 --- a/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.10.ebuild +++ b/net-misc/asterisk-g729/asterisk-g729-18.0.3.1.10.ebuild @@ -4,7 +4,7 @@ EAPI="7" DESCRIPTION="G.729 codec and supporting files for asterisk" -HOMEPAGE="https://www.sangoma.com/asterisk/software/g729-codec/" +HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/" AST_PV="$(ver_cut 1-2)" MY_PV="$(ver_rs 2 _)" diff --git a/net-misc/asterisk-g729/asterisk-g729-20.0.3.1.10.ebuild b/net-misc/asterisk-g729/asterisk-g729-20.0.3.1.10.ebuild index c62b6daea016..2e98b031b3e1 100644 --- a/net-misc/asterisk-g729/asterisk-g729-20.0.3.1.10.ebuild +++ b/net-misc/asterisk-g729/asterisk-g729-20.0.3.1.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="G.729 codec and supporting files for asterisk" -HOMEPAGE="https://www.sangoma.com/asterisk/software/g729-codec/" +HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/" AST_PV="$(ver_cut 1-2)" MY_PV="$(ver_rs 2 _)" diff --git a/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10.ebuild b/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10.ebuild index f4f58749acc3..2934c225739e 100644 --- a/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10.ebuild +++ b/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10.ebuild @@ -4,7 +4,7 @@ EAPI="7" DESCRIPTION="G.729 codec and supporting files for asterisk" -HOMEPAGE="https://www.sangoma.com/asterisk/software/g729-codec/" +HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/" AST_PV="$(ver_cut 1-2)" MY_PV="$(ver_rs 2 _)" diff --git a/net-misc/asterisk-g729/asterisk-g729-22.0.3.1.10.ebuild b/net-misc/asterisk-g729/asterisk-g729-22.0.3.1.10.ebuild index f4f58749acc3..2934c225739e 100644 --- a/net-misc/asterisk-g729/asterisk-g729-22.0.3.1.10.ebuild +++ b/net-misc/asterisk-g729/asterisk-g729-22.0.3.1.10.ebuild @@ -4,7 +4,7 @@ EAPI="7" DESCRIPTION="G.729 codec and supporting files for asterisk" -HOMEPAGE="https://www.sangoma.com/asterisk/software/g729-codec/" +HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/" AST_PV="$(ver_cut 1-2)" MY_PV="$(ver_rs 2 _)"