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 1957615ACFB for ; Mon, 10 Apr 2023 10:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A7FFE08EB; Mon, 10 Apr 2023 10:53:17 +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 3F2E5E08EB for ; Mon, 10 Apr 2023 10:53:17 +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 495CF33BEE8 for ; Mon, 10 Apr 2023 10:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB7199F7 for ; Mon, 10 Apr 2023 10:53:14 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1681123985.ec281dd9922c7fc70dac7e35a8c76be8d957005c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aalib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aalib/aalib-1.4_rc5-r10.ebuild X-VCS-Directories: media-libs/aalib/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ec281dd9922c7fc70dac7e35a8c76be8d957005c X-VCS-Branch: master Date: Mon, 10 Apr 2023 10:53:14 +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: e4a7d660-acd5-4778-b60b-77aadac0fce7 X-Archives-Hash: 7c19fc0d74b9d1b46c8b407385abaabd commit: ec281dd9922c7fc70dac7e35a8c76be8d957005c Author: Marek Szuba gentoo org> AuthorDate: Mon Apr 10 10:48:04 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Apr 10 10:53:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec281dd9 media-libs/aalib: update SRC_URI Match the upstream path change + phase out mirror:sourceforge. Signed-off-by: Marek Szuba gentoo.org> media-libs/aalib/aalib-1.4_rc5-r10.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/aalib/aalib-1.4_rc5-r10.ebuild b/media-libs/aalib/aalib-1.4_rc5-r10.ebuild index 520c08fd68b9..a5477d7ee262 100644 --- a/media-libs/aalib/aalib-1.4_rc5-r10.ebuild +++ b/media-libs/aalib/aalib-1.4_rc5-r10.ebuild @@ -5,12 +5,13 @@ EAPI=8 inherit autotools multilib-minimal toolchain-funcs -MY_P="${P/_/}" +MY_PV="${PV/_/}" +MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${PN}-1.4.0" DESCRIPTION="A ASCII-Graphics Library" HOMEPAGE="https://aa-project.sourceforge.net/aalib/" -SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz" +SRC_URI="https://download.sourceforge.net/project/aa-project/aa-lib/${MY_PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0"