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-strategy/boswars/
Date: Fri, 11 May 2018 20:39:19
Message-Id: 1526071136.0771c016c7e7328428891f46b2f2ab68de14a0f6.chewi@gentoo
1 commit: 0771c016c7e7328428891f46b2f2ab68de14a0f6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:48:23 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0771c016
7
8 games-strategy/boswars: use HTTPS
9
10 games-strategy/boswars/boswars-2.7-r2.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-strategy/boswars/boswars-2.7-r2.ebuild b/games-strategy/boswars/boswars-2.7-r2.ebuild
14 index e47f414ef94..679d91a6ab3 100644
15 --- a/games-strategy/boswars/boswars-2.7-r2.ebuild
16 +++ b/games-strategy/boswars/boswars-2.7-r2.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit eutils scons-utils
24
25 DESCRIPTION="Futuristic real-time strategy game"
26 -HOMEPAGE="http://www.boswars.org/"
27 -SRC_URI="http://www.boswars.org/dist/releases/${P}-src.tar.gz
28 +HOMEPAGE="https://www.boswars.org"
29 +SRC_URI="https://www.boswars.org/dist/releases/${P}-src.tar.gz
30 https://dev.gentoo.org/~hasufell/distfiles/${P}-fixed-images-for-libpng-1.6.tar.xz
31 mirror://gentoo/bos.png"