From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 81BBE1581EE for ; Wed, 02 Apr 2025 02:50:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6AF273431BE for ; Wed, 02 Apr 2025 02:50:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9F9111104B6; Wed, 02 Apr 2025 02:50:42 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 937961104B6 for ; Wed, 02 Apr 2025 02:50:42 +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 3D8A7343121 for ; Wed, 02 Apr 2025 02:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70B72848 for ; Wed, 02 Apr 2025 02:50:38 +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: <1743561524.a85c1b9bb31c7b7898f5dbaa2a2aeaf82859d4ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aylet/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/aylet/aylet-0.5.ebuild X-VCS-Directories: media-sound/aylet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a85c1b9bb31c7b7898f5dbaa2a2aeaf82859d4ab X-VCS-Branch: master Date: Wed, 02 Apr 2025 02:50:38 +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: 95ca2526-16c5-465a-bf05-834b7719cba8 X-Archives-Hash: c419a6ca3914601ba880b1be267ddad4 commit: a85c1b9bb31c7b7898f5dbaa2a2aeaf82859d4ab Author: Sam James gentoo org> AuthorDate: Wed Apr 2 02:38:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 2 02:38:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85c1b9b media-sound/aylet: HTTPSify Signed-off-by: Sam James gentoo.org> media-sound/aylet/aylet-0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/aylet/aylet-0.5.ebuild b/media-sound/aylet/aylet-0.5.ebuild index bab06f882fe1..49bf2de37fc9 100644 --- a/media-sound/aylet/aylet-0.5.ebuild +++ b/media-sound/aylet/aylet-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Aylet plays music files in the .ay format" HOMEPAGE="http://rus.members.beeb.net/aylet.html" -SRC_URI="http://ftp.ibiblio.org/pub/Linux/apps/sound/players/${P}.tar.gz" +SRC_URI="https://www.ibiblio.org/pub/Linux/apps/sound/players/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"