Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dosemu/
Date: Sun, 28 Apr 2019 13:49:08
Message-Id: 1556459326.1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf.slyfox@gentoo
1 commit: 1a3be4146cc6ab4fdb89ee5bb7e75bcce5d0aedf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 13:48:46 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 13:48:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3be414
7
8 app-emulation/dosemu: fix SRC_URI to be a stable link
9
10 sourceforge expires tarball links to arbitrary snapshots
11 and generates unstable snapshots. Use a tarball copy instead.
12
13 Reported-by: Plüss Roland
14 Closes: https://bugs.gentoo.org/684410
15 Package-Manager: Portage-2.3.65, Repoman-2.3.12
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | 6 ++++--
19 1 file changed, 4 insertions(+), 2 deletions(-)
20
21 diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
22 index 4f7a7c37c07..2954d3ad84a 100644
23 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
24 +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -7,11 +7,13 @@ inherit autotools eutils flag-o-matic pax-utils toolchain-funcs
32
33 P_FD="dosemu-freedos-1.0-bin"
34 COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71"
35 +# snapshot is downloaded as:
36 +# https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip
37
38 DESCRIPTION="DOS Emulator"
39 HOMEPAGE="http://www.dosemu.org/"
40 SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
41 - https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip -> ${P}.zip"
42 + https://dev.gentoo.org/~slyfox/distfiles/${P}.zip"
43
44 LICENSE="GPL-2"
45 SLOT="0"