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 7F27B158095 for ; Mon, 10 Oct 2022 22:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEEFE0864; Mon, 10 Oct 2022 22:11:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29EE6E0843 for ; Mon, 10 Oct 2022 22:11:57 +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 2A823335CC1 for ; Mon, 10 Oct 2022 22:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C36F523 for ; Mon, 10 Oct 2022 22:11:54 +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: <1665439836.e7989fb23aba692955ef334410007ad87f42d42e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/terminatorx/terminatorx-4.1.0.ebuild media-sound/terminatorx/terminatorx-4.2.0.ebuild X-VCS-Directories: media-sound/terminatorx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7989fb23aba692955ef334410007ad87f42d42e X-VCS-Branch: master Date: Mon, 10 Oct 2022 22:11:54 +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: 0dc6d8f4-d7bd-472a-8295-31da898d2b23 X-Archives-Hash: 22a1b5f0988bffe67d59c893ceebd013 commit: e7989fb23aba692955ef334410007ad87f42d42e Author: Sam James gentoo org> AuthorDate: Mon Oct 10 22:10:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 10 22:10:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7989fb2 media-sound/terminatorx: drop www from HOMEPAGE/SRC_URI Has cert issues. Signed-off-by: Sam James gentoo.org> media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 +++--- media-sound/terminatorx/terminatorx-4.2.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild index c34a201fbaec..a5e5fd161367 100644 --- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild +++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,9 +7,9 @@ inherit gnome2 MY_P=${P/terminatorx/terminatorX} DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data" -HOMEPAGE="https://www.terminatorx.org/" +HOMEPAGE="https://terminatorx.org/" # this is the original location but there is an issue with their certificate so mirroring the file -#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2" +#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2" SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild index ca8785ba193d..cee126dbd19e 100644 --- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild +++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild @@ -7,9 +7,9 @@ inherit gnome2 MY_P=${P/terminatorx/terminatorX} DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data" -HOMEPAGE="https://www.terminatorx.org/" +HOMEPAGE="https://terminatorx.org/" # this is the original location but there is an issue with their certificate so mirroring the file -#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2" +#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2" SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2" LICENSE="GPL-2"