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 95C6515808A for ; Sat, 26 Jul 2025 05:06:29 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DF1C4341F11 for ; Sat, 26 Jul 2025 05:06:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8B751110562; Sat, 26 Jul 2025 05:06:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 805C9110561 for ; Sat, 26 Jul 2025 05:06:19 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 015CD340F81 for ; Sat, 26 Jul 2025 05:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F87832A9 for ; Sat, 26 Jul 2025 05:06:17 +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: <1753506312.04811e2efba8ed9a16d429ff44d338be3dadd344.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/bb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/bb/bb-1.3.0_rc1-r7.ebuild X-VCS-Directories: app-misc/bb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 04811e2efba8ed9a16d429ff44d338be3dadd344 X-VCS-Branch: master Date: Sat, 26 Jul 2025 05:06:17 +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: 103b3211-8e2a-459b-bc3d-f87e44773ead X-Archives-Hash: 771ea82e7e1960a586670141b4bf04cb commit: 04811e2efba8ed9a16d429ff44d338be3dadd344 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Jul 19 22:39:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 26 05:05:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04811e2e app-misc/bb: update SRC_URI Following a permanent redirect caught by pkgcheck Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Part-of: https://github.com/gentoo/gentoo/pull/43076 Signed-off-by: Sam James gentoo.org> app-misc/bb/bb-1.3.0_rc1-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/bb/bb-1.3.0_rc1-r7.ebuild b/app-misc/bb/bb-1.3.0_rc1-r7.ebuild index 66a1437dbbed..d0057a2e3305 100644 --- a/app-misc/bb/bb-1.3.0_rc1-r7.ebuild +++ b/app-misc/bb/bb-1.3.0_rc1-r7.ebuild @@ -5,11 +5,11 @@ EAPI=8 inherit autotools -MY_P="${PN}-$(ver_cut 1-2)$(ver_cut 4-5)" +MY_PV="$(ver_cut 1-2)$(ver_cut 4-5)" DESCRIPTION="Lightweight ASCII art demo using media-libs/aalib" HOMEPAGE="https://aa-project.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/aa-project/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/aa-project/bb/${MY_PV}/bb-${MY_PV}.tar.gz" LICENSE="GPL-2+" SLOT="0"