Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnubg/
Date: Sat, 09 Apr 2022 02:35:14
Message-Id: 1649469365.c1e6b91e27e11f83d91ba03654a9d9bb2d468df0.sam@gentoo
1 commit: c1e6b91e27e11f83d91ba03654a9d9bb2d468df0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 01:56:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 01:56:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e6b91e
7
8 games-board/gnubg: use mirror://gnu
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-board/gnubg/gnubg-1.06.002-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-board/gnubg/gnubg-1.06.002-r3.ebuild b/games-board/gnubg/gnubg-1.06.002-r3.ebuild
16 index 008587c59fe6..089ad905569b 100644
17 --- a/games-board/gnubg/gnubg-1.06.002-r3.ebuild
18 +++ b/games-board/gnubg/gnubg-1.06.002-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -8,7 +8,7 @@ inherit autotools desktop python-single-r1 xdg
26
27 DESCRIPTION="GNU BackGammon"
28 HOMEPAGE="https://www.gnu.org/software/gnubg/"
29 -SRC_URI="https://ftp.gnu.org/gnu/gnubg/${PN}-release-${PV}-sources.tar.gz"
30 +SRC_URI="mirror://gnu/gnu/${PN}/${PN}-release-${PV}-sources.tar.gz"
31
32 LICENSE="GPL-3+"
33 SLOT="0"