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-rpg/bass/
Date: Sat, 27 Jan 2018 09:54:57
Message-Id: 1517046883.510c9f02e9d7f8afe7abe4b747c549bf0ec0d04c.mgorny@gentoo
1 commit: 510c9f02e9d7f8afe7abe4b747c549bf0ec0d04c
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Thu Sep 7 15:11:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 09:54:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510c9f02
7
8 games-rpg/bass: use HTTPS for links to en.wikipedia.org, bug #637190
9
10 games-rpg/bass/bass-1.2-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/games-rpg/bass/bass-1.2-r1.ebuild b/games-rpg/bass/bass-1.2-r1.ebuild
14 index 6336e5e98a0..1e217f1dd02 100644
15 --- a/games-rpg/bass/bass-1.2-r1.ebuild
16 +++ b/games-rpg/bass/bass-1.2-r1.ebuild
17 @@ -6,7 +6,7 @@ inherit eutils games
18
19 DESCRIPTION="Beneath a Steel Sky: a SciFi thriller set in a bleak vision of the future"
20 #HOMEPAGE="http://www.revgames.com/_display.php?id=16"
21 -HOMEPAGE="http://en.wikipedia.org/wiki/Beneath_a_Steel_Sky"
22 +HOMEPAGE="https://en.wikipedia.org/wiki/Beneath_a_Steel_Sky"
23 SRC_URI="mirror://sourceforge/scummvm/bass-cd-${PV}.zip
24 mirror://gentoo/${PN}.png"