From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1020883-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 B4BE81382C5 for <garchives@archives.gentoo.org>; Sat, 28 Apr 2018 10:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6432E0A5A; Sat, 28 Apr 2018 10:54:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C38C0E0A5A for <gentoo-commits@lists.gentoo.org>; Sat, 28 Apr 2018 10:54:03 +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 DD2F0335C90 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Apr 2018 10:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CDB6290 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Apr 2018 10:54:01 +0000 (UTC) From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1524912839.a73467028e738683a1a6c9255e62bc4c7c939ecc.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild X-VCS-Directories: games-puzzle/sgt-puzzles/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a73467028e738683a1a6c9255e62bc4c7c939ecc X-VCS-Branch: master Date: Sat, 28 Apr 2018 10:54:01 +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: 9bb91f57-86ea-4432-b0c3-2616f9929c8e X-Archives-Hash: a85034366e35a62e196abd0183d7e251 commit: a73467028e738683a1a6c9255e62bc4c7c939ecc Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Apr 28 10:53:02 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Apr 28 10:53:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7346702 games-puzzle/sgt-puzzles: Use HTTPS. Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild index cfc0b290bca..7eaeac646bc 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild @@ -7,7 +7,7 @@ inherit eutils gnome2-utils toolchain-funcs autotools if [[ ${PV} == "99999999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://git.tartarus.org/simon/puzzles.git" + EGIT_REPO_URI="https://git.tartarus.org/simon/puzzles.git" GENTOO_ICONS="20160315" SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz" KEYWORDS=""