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-kids/tuxtype/
Date: Fri, 11 May 2018 20:39:13
Message-Id: 1526071125.3912422796dc31017efea3c749da4d4fe73a39e6.chewi@gentoo
1 commit: 3912422796dc31017efea3c749da4d4fe73a39e6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:39:33 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39124227
7
8 games-kids/tuxtype: use HTTPS
9
10 games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
14 index bef649358fc..ecb8f47f771 100644
15 --- a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
16 +++ b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2016 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 user
24
25 DESCRIPTION="Typing tutorial with lots of eye-candy"
26 -HOMEPAGE="http://alioth.debian.org/projects/tux4kids/"
27 -SRC_URI="http://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz"
28 +HOMEPAGE="https://alioth.debian.org/projects/tux4kids"
29 +SRC_URI="https://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz"
30
31 LICENSE="GPL-2 OFL-1.1"
32 SLOT="0"