Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/m64py/
Date: Fri, 03 Jan 2020 20:40:27
Message-Id: 1578083992.d55ed2587bef2015970b23d6e792c71dec14bca8.mgorny@gentoo
1 commit: d55ed2587bef2015970b23d6e792c71dec14bca8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 17:01:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 20:39:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55ed258
7
8 games-emulation/m64py: Remove SRC_URI redirect
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-emulation/m64py/m64py-0.2.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild
16 index 3a2bbf16337..4b2366ea830 100644
17 --- a/games-emulation/m64py/m64py-0.2.4.ebuild
18 +++ b/games-emulation/m64py/m64py-0.2.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ inherit distutils-r1 xdg-utils
26
27 DESCRIPTION="A frontend for Mupen64Plus"
28 HOMEPAGE="http://m64py.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/m64py/${P}.tar.gz"
30 +SRC_URI="https://downloads.sourceforge.net/project/m64py/${P}/${P}.tar.gz"
31
32 LICENSE="GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0"
33 SLOT="0"