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 818FE1582EF for ; Fri, 21 Feb 2025 14:54:30 +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 624D03430A4 for ; Fri, 21 Feb 2025 14:54:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 56AD71102A2; Fri, 21 Feb 2025 14:54:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 4DF851102A2 for ; Fri, 21 Feb 2025 14:54:29 +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 002073430A0 for ; Fri, 21 Feb 2025 14:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50FD916DF for ; Fri, 21 Feb 2025 14:54:27 +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: <1740149644.3b4447d0039eb63db21bd7c1fea769e7e11cf875.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/remake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/remake/metadata.xml dev-build/remake/remake-4.3.1.1.6-r100.ebuild X-VCS-Directories: dev-build/remake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b4447d0039eb63db21bd7c1fea769e7e11cf875 X-VCS-Branch: master Date: Fri, 21 Feb 2025 14:54:27 +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: 4bd38ebe-4604-4fde-8421-9c3799d857a8 X-Archives-Hash: acc952fe3c120c1cdff543f5a6aab6c7 commit: 3b4447d0039eb63db21bd7c1fea769e7e11cf875 Author: Sam James gentoo org> AuthorDate: Fri Feb 21 14:02:50 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 21 14:54:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4447d0 dev-build/remake: update for upstream org rename Signed-off-by: Sam James gentoo.org> dev-build/remake/metadata.xml | 2 +- dev-build/remake/remake-4.3.1.1.6-r100.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-build/remake/metadata.xml b/dev-build/remake/metadata.xml index 17bb5f7f22f9..49575d00c251 100644 --- a/dev-build/remake/metadata.xml +++ b/dev-build/remake/metadata.xml @@ -3,7 +3,7 @@ - rocky/remake + Trepan-Debuggers/remake bashdb diff --git a/dev-build/remake/remake-4.3.1.1.6-r100.ebuild b/dev-build/remake/remake-4.3.1.1.6-r100.ebuild index 084e4912fcd3..1586a112b504 100644 --- a/dev-build/remake/remake-4.3.1.1.6-r100.ebuild +++ b/dev-build/remake/remake-4.3.1.1.6-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ MY_P="${PN}-${MY_MAKE_BASE}+dbg-${MY_REMAKE_PATCH}" DESCRIPTION="Patched version of GNU Make with improved error reporting, tracing and debugging" HOMEPAGE="http://bashdb.sourceforge.net/remake/" -SRC_URI="https://github.com/rocky/remake/releases/download/${MY_P}/${MY_P}.tar.gz" +SRC_URI="https://github.com/Trepan-Debuggers/remake/releases/download/${MY_P}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} LICENSE="GPL-3"