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-puzzle/tanglet/
Date: Sun, 22 Oct 2017 17:01:23
Message-Id: 1508691664.6bab15cb3f53ecde25502fa31b61b118296d877b.monsieurp@gentoo
1 commit: 6bab15cb3f53ecde25502fa31b61b118296d877b
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Oct 10 18:10:31 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=6bab15cb
7
8 games-puzzle/tanglet: use HTTPS for links to gottcode.org.
9
10 games-puzzle/tanglet/tanglet-1.3.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-puzzle/tanglet/tanglet-1.3.1.ebuild b/games-puzzle/tanglet/tanglet-1.3.1.ebuild
14 index f4b75b9ca69..93d45133ff1 100644
15 --- a/games-puzzle/tanglet/tanglet-1.3.1.ebuild
16 +++ b/games-puzzle/tanglet/tanglet-1.3.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 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 @@ -7,8 +7,8 @@ LANGSLONG="es_CL"
24 inherit eutils gnome2-utils qmake-utils games
25
26 DESCRIPTION="A single player word finding game based on Boggle"
27 -HOMEPAGE="http://gottcode.org/tanglet/"
28 -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
29 +HOMEPAGE="https://gottcode.org/tanglet/"
30 +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
31
32 LICENSE="GPL-3"
33 SLOT="0"