diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-28 14:48:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-28 14:48:46 +0100 |
commit | 1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf (patch) | |
tree | 05c2c09bbf1834e9ffcca4ab714bda5fe19e853d /app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | |
parent | dev-libs/nettle: convert [static-libs=]->[static-libs(+)] (diff) | |
download | gentoo-1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf.tar.gz gentoo-1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf.tar.bz2 gentoo-1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf.zip |
app-emulation/dosemu: fix SRC_URI to be a stable link
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 <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild')
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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" |