Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/
Date: Wed, 03 Aug 2022 21:43:30
Message-Id: 1659562981.4762c029cc5c7b2bbf03e18142d51c2c874afc91.chewi@gentoo
1 commit: 4762c029cc5c7b2bbf03e18142d51c2c874afc91
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Aug 3 17:58:22 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 21:43:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4762c029
7
8 games-arcade/gunocide2ex: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild b/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
18 index b13817223bfb..966755f7ba53 100644
19 --- a/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
20 +++ b/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,7 +6,7 @@ EAPI=7
28 inherit desktop edos2unix toolchain-funcs unpacker
29
30 DESCRIPTION="Fast-paced 2D shoot'em'up"
31 -HOMEPAGE="http://g2ex.sourceforge.net/"
32 +HOMEPAGE="https://sourceforge.net/projects/g2ex/"
33 SRC_URI="mirror://sourceforge/g2ex/g2ex-setup.run"
34 S="${WORKDIR}"