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-rpg/bastion/
Date: Fri, 11 May 2018 20:39:20
Message-Id: 1526071141.f114909661be7550d3f1e53aee3829033f87a4d2.chewi@gentoo
1 commit: f114909661be7550d3f1e53aee3829033f87a4d2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:52:31 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:39:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1149096
7
8 games-rpg/bastion: use HTTPS, fix HOMEPAGE
9
10 games-rpg/bastion/bastion-20120620-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/games-rpg/bastion/bastion-20120620-r1.ebuild b/games-rpg/bastion/bastion-20120620-r1.ebuild
14 index 56c1f4d020f..4cb7738a2de 100644
15 --- a/games-rpg/bastion/bastion-20120620-r1.ebuild
16 +++ b/games-rpg/bastion/bastion-20120620-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -6,7 +6,7 @@ inherit eutils gnome2-utils check-reqs unpacker games
24
25 TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2}
26 DESCRIPTION="An original action role-playing game set in a lush imaginative world"
27 -HOMEPAGE="http://supergiantgames.com/?page_id=242"
28 +HOMEPAGE="https://supergiantgames.com/games/bastion/"
29 SRC_URI="Bastion-HIB-${TIMESTAMP}.sh"
30
31 LICENSE="all-rights-reserved"