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 75DA1158041 for ; Mon, 25 Mar 2024 09:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 627F9E29EF; Mon, 25 Mar 2024 09:21:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 443E9E29EF for ; Mon, 25 Mar 2024 09:21:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D843430B6 for ; Mon, 25 Mar 2024 09:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC36D1518 for ; Mon, 25 Mar 2024 09:21:56 +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: <1711358442.1c02938a7d02268aba6491cf14013299b57e1902.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/cmt-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild X-VCS-Directories: media-plugins/cmt-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c02938a7d02268aba6491cf14013299b57e1902 X-VCS-Branch: master Date: Mon, 25 Mar 2024 09:21:56 +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: e6da865e-f7d9-4c7e-8157-7545f3a52096 X-Archives-Hash: c3d6154ef4eb33e1d301ea835b493973 commit: 1c02938a7d02268aba6491cf14013299b57e1902 Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 25 01:33:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 25 09:20:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c02938a media-plugins/cmt-plugins: correct HOMEPAGE ladspa has a number of projects associated. Point to the landing page for this specific project. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild b/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild index 9002989f400d..5abe17d68a7b 100644 --- a/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild +++ b/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild @@ -9,7 +9,7 @@ MY_P="cmt_${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="CMT (computer music toolkit) LADSPA library plugins" -HOMEPAGE="https://www.ladspa.org/" +HOMEPAGE="https://www.ladspa.org/cmt/overview.html" SRC_URI="https://www.ladspa.org/download/${MY_P}.tgz" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"