From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1018451-garchives=archives.gentoo.org@lists.gentoo.org> 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 2463E1382C5 for <garchives@archives.gentoo.org>; Wed, 18 Apr 2018 18:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB6BE091F; Wed, 18 Apr 2018 18:16:03 +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 DC412E091F for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 18:16:02 +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 E3D88335C60 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 18:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4165292 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 18:15:58 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1524075303.f3c0c1ec57094376a1c5d9459f710094fe639595.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/ccgo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/ccgo/ccgo-0.3.6.5-r1.ebuild X-VCS-Directories: games-board/ccgo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f3c0c1ec57094376a1c5d9459f710094fe639595 X-VCS-Branch: master Date: Wed, 18 Apr 2018 18:15:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 68958afa-4728-4645-9a74-bee4bfa7f6fd X-Archives-Hash: b79dc535475d59e1656e71a1073478d3 commit: f3c0c1ec57094376a1c5d9459f710094fe639595 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Apr 18 07:21:46 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Apr 18 18:15:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c0c1ec games-board/ccgo: use HTTPS games-board/ccgo/ccgo-0.3.6.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild b/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild index 3edfb70d763..9f19d9aa9e4 100644 --- a/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild +++ b/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools eutils toolchain-funcs flag-o-matic DESCRIPTION="An IGS client written in C++" -HOMEPAGE="http://ccdw.org/~cjj/prog/ccgo/" -SRC_URI="http://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz" +HOMEPAGE="https://ccdw.org/~cjj/prog/ccgo/" +SRC_URI="https://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0"