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 A3B861396D9 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 EFAF32BC008; Sun, 22 Oct 2017 17:01:22 +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 CB7A52BC008 for ; Sun, 22 Oct 2017 17:01:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A808733BF0F 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 0262F828 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.be893f02179bd69116134fcaa04ded3ba821be65.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/simsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/simsu/simsu-1.2.3-r1.ebuild games-board/simsu/simsu-1.2.3.ebuild X-VCS-Directories: games-board/simsu/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: be893f02179bd69116134fcaa04ded3ba821be65 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: 3e2aac5a-5a48-4aae-b16a-fc6a8b1fb5ef X-Archives-Hash: 6f2669e31bcba12ac75a1667882bafd8 commit: be893f02179bd69116134fcaa04ded3ba821be65 Author: Francesco Turco fastmail fm> AuthorDate: Tue Oct 10 18:06:06 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=be893f02 games-board/simsu: use HTTPS for links to gottcode.org. games-board/simsu/simsu-1.2.3-r1.ebuild | 6 +++--- games-board/simsu/simsu-1.2.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild b/games-board/simsu/simsu-1.2.3-r1.ebuild index ed7e202179e..b6fd926b812 100644 --- a/games-board/simsu/simsu-1.2.3-r1.ebuild +++ b/games-board/simsu/simsu-1.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils gnome2-utils qmake-utils DESCRIPTION="A basic sudoku game" -HOMEPAGE="http://gottcode.org/simsu/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/simsu/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/games-board/simsu/simsu-1.2.3.ebuild b/games-board/simsu/simsu-1.2.3.ebuild index 70fbe569e7d..24b8b48f4e6 100644 --- a/games-board/simsu/simsu-1.2.3.ebuild +++ b/games-board/simsu/simsu-1.2.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils gnome2-utils qt4-r2 games DESCRIPTION="A basic sudoku game" -HOMEPAGE="http://gottcode.org/simsu/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/simsu/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0"