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-action/trine2/
Date: Wed, 03 Aug 2022 21:43:30
Message-Id: 1659562975.f3fd43195d8cf26dc60074a9cbb667674b3bf6a4.chewi@gentoo
1 commit: f3fd43195d8cf26dc60074a9cbb667674b3bf6a4
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Aug 3 17:56:34 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 21:42:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fd4319
7
8 games-action/trine2: 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-action/trine2/trine2-2.01.425-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/trine2/trine2-2.01.425-r2.ebuild b/games-action/trine2/trine2-2.01.425-r2.ebuild
18 index 54c627265d17..be99074c64ea 100644
19 --- a/games-action/trine2/trine2-2.01.425-r2.ebuild
20 +++ b/games-action/trine2/trine2-2.01.425-r2.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 @@ -10,7 +10,7 @@ MY_P="${PN}_complete_story_v${MY_P%_*}_build_${MY_P##*_}"
28 MY_PN="Trine 2"
29
30 DESCRIPTION="Sidescrolling game of action, puzzles and platforming, Complete Story edition"
31 -HOMEPAGE="http://www.trine2.com/"
32 +HOMEPAGE="https://www.trine2.com/"
33 SRC_URI="${MY_P}_humble_linux_full.zip"
34
35 LICENSE="all-rights-reserved"