From c20f8c3acd684031787e58a8b4ed73bb3d118ee0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 30 Apr 2024 20:29:25 +0200 Subject: */*: Inline mirror://sourceforge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/gentoo/gentoo/pull/36198 for the sed invocation. Signed-off-by: Michał Górny --- sci-misc/linuxcnc/linuxcnc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-misc') diff --git a/sci-misc/linuxcnc/linuxcnc-9999.ebuild b/sci-misc/linuxcnc/linuxcnc-9999.ebuild index 980b00fc4..f3cb10abf 100644 --- a/sci-misc/linuxcnc/linuxcnc-9999.ebuild +++ b/sci-misc/linuxcnc/linuxcnc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit autotools desktop git-r3 python-single-r1 DESCRIPTION="LinuxCNC" HOMEPAGE="http://linuxcnc.org/" -#SRC_URI="mirror://sourceforge/gentoocnc/distfiles/${P}.tar.gz" +#SRC_URI="https://downloads.sourceforge.net/gentoocnc/distfiles/${P}.tar.gz" #SRC_URI="https://github.com/LinuxCNC/linuxcnc/archive/2.7.zip" EGIT_REPO_URI="https://github.com/LinuxCNC/linuxcnc.git https://gitclone.com/github.com/LinuxCNC/linuxcnc.git" S="${WORKDIR}"/linuxcnc-9999/src -- cgit v1.2.3-65-gdbad