From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF0C41396DA for ; Sun, 22 Oct 2017 17:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DC9F2BC02D; Sun, 22 Oct 2017 17:01:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C4372BC02D for ; Sun, 22 Oct 2017 17:01:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81AC833BEC7 for ; Sun, 22 Oct 2017 17:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1544882A for ; Sun, 22 Oct 2017 17:01:20 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508691664.ec202faa1c6887278368687a280cce2f730adf7a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tetzle/tetzle-2.0.3.ebuild X-VCS-Directories: games-board/tetzle/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ec202faa1c6887278368687a280cce2f730adf7a X-VCS-Branch: master Date: Sun, 22 Oct 2017 17:01:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3081da4-7d5c-4731-990d-7a45b4eaf1c9 X-Archives-Hash: fe86c343a893c6ef0ad22a5a98eb9567 commit: ec202faa1c6887278368687a280cce2f730adf7a Author: Francesco Turco fastmail fm> AuthorDate: Tue Oct 10 18:07:16 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Oct 22 17:01:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec202faa games-board/tetzle: use HTTPS for links to gottcode.org. games-board/tetzle/tetzle-2.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/tetzle/tetzle-2.0.3.ebuild b/games-board/tetzle/tetzle-2.0.3.ebuild index 848ecf3551f..c69db906bb1 100644 --- a/games-board/tetzle/tetzle-2.0.3.ebuild +++ b/games-board/tetzle/tetzle-2.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit qt4-r2 gnome2-utils games DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces" -HOMEPAGE="http://gottcode.org/tetzle/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/tetzle/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0"