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-puzzle/mirrormagic/
Date: Wed, 27 Feb 2019 20:45:15
Message-Id: 1551300286.5e5771f3bd433541127f53fb79fb8695ec89e370.chewi@gentoo
1 commit: 5e5771f3bd433541127f53fb79fb8695ec89e370
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 27 18:43:36 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 20:44:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5771f3
7
8 games-puzzle/mirrormagic: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild
17 index 812835fd25d..ea697ed4726 100644
18 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild
19 +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 inherit desktop toolchain-funcs
27
28 DESCRIPTION="A game like Deflektor (C 64) or Mindbender (Amiga)"
29 -HOMEPAGE="http://www.artsoft.org/mirrormagic/"
30 -SRC_URI="http://www.artsoft.org/RELEASES/unix/${PN}/${P}.tar.gz"
31 +HOMEPAGE="https://www.artsoft.org/mirrormagic/"
32 +SRC_URI="https://www.artsoft.org/RELEASES/unix/${PN}/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"