From 1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 28 Apr 2019 14:48:46 +0100 Subject: app-emulation/dosemu: fix SRC_URI to be a stable link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sourceforge expires tarball links to arbitrary snapshots and generates unstable snapshots. Use a tarball copy instead. Reported-by: Plüss Roland Closes: https://bugs.gentoo.org/684410 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild index 4f7a7c37c07a..2954d3ad84a4 100644 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,11 +7,13 @@ inherit autotools eutils flag-o-matic pax-utils toolchain-funcs P_FD="dosemu-freedos-1.0-bin" COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71" +# snapshot is downloaded as: +# https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip DESCRIPTION="DOS Emulator" HOMEPAGE="http://www.dosemu.org/" SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz - https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip -> ${P}.zip" + https://dev.gentoo.org/~slyfox/distfiles/${P}.zip" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad