commit: bfa268cacfc8841119f310563eaa554a21f3ac5a Author: Jaco Kroon <jkroon <AT> gentoo <DOT> org> AuthorDate: Sun Mar 1 07:41:24 2026 +0000 Commit: Jaco Kroon <jkroon <AT> gentoo <DOT> org> CommitDate: Sun Mar 1 07:42:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa268ca
net-misc/asterisk-g729: update SRC_URI (21.0.3.1.10-r1) Signed-off-by: Jaco Kroon <jkroon <AT> gentoo.org> net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10-r1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10-r1.ebuild b/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10-r1.ebuild index 8f2570fb02cf..b019ff08ea23 100644 --- a/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10-r1.ebuild +++ b/net-misc/asterisk-g729/asterisk-g729-21.0.3.1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/" AST_PV="$(ver_cut 1-2)" MY_PV="$(ver_rs 2 _)" -MY_TOOLS_VERSION=20250903 +MY_TOOLS_VERSION=20260301 # Keep the binary suffix to re-use already downloaded files. SRC_URI="amd64? ( @@ -46,8 +46,11 @@ src_unpack() { src_install() { local binsuffix=x86_64 - newsbin astregister-${binsuffix}-${MY_TOOLS_VERSION} astregister - newsbin asthostid-${binsuffix}-${MY_TOOLS_VERSION} asthostid + newsbin astregister-${binsuffix}-${MY_TOOLS_VERSION} astregister-${MY_TOOLS_VERSION} + dosym astregister-${MY_TOOLS_VERSION} /usr/sbin/astregister + + newsbin asthostid-${binsuffix}-${MY_TOOLS_VERSION} asthostid-${MY_TOOLS_VERSION} + dosym asthostid-${MY_TOOLS_VERSION} /usr/sbin/asthostid dodoc codec_g729a-${MY_PV}-${binsuffix}/README insinto usr/$(get_libdir)/asterisk/modules/
