Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
Date: Sun, 22 Oct 2017 17:01:23
Message-Id: 1508691664.ec202faa1c6887278368687a280cce2f730adf7a.monsieurp@gentoo
1 commit: ec202faa1c6887278368687a280cce2f730adf7a
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Oct 10 18:07:16 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 17:01:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec202faa
7
8 games-board/tetzle: use HTTPS for links to gottcode.org.
9
10 games-board/tetzle/tetzle-2.0.3.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-board/tetzle/tetzle-2.0.3.ebuild b/games-board/tetzle/tetzle-2.0.3.ebuild
14 index 848ecf3551f..c69db906bb1 100644
15 --- a/games-board/tetzle/tetzle-2.0.3.ebuild
16 +++ b/games-board/tetzle/tetzle-2.0.3.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit qt4-r2 gnome2-utils games
24
25 DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces"
26 -HOMEPAGE="http://gottcode.org/tetzle/"
27 -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
28 +HOMEPAGE="https://gottcode.org/tetzle/"
29 +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
30
31 LICENSE="GPL-3"
32 SLOT="0"