From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0B6331388C0 for ; Mon, 22 Feb 2016 18:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E93E080E; Mon, 22 Feb 2016 18:20:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99091E080E for ; Mon, 22 Feb 2016 18:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E68F340B90 for ; Mon, 22 Feb 2016 18:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31AC014AC for ; Mon, 22 Feb 2016 18:20:35 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1456165237.224762a0ac6be1a8ac124194840b425788cc45d2.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/cgit/cgit-9999.ebuild X-VCS-Directories: www-apps/cgit/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 224762a0ac6be1a8ac124194840b425788cc45d2 X-VCS-Branch: master Date: Mon, 22 Feb 2016 18:20:35 +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: bf1d5a74-4659-4592-af48-a88b25938efa X-Archives-Hash: 4dc40cb99395cce6e008d65045594639 commit: 224762a0ac6be1a8ac124194840b425788cc45d2 Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Feb 22 18:20:25 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Mon Feb 22 18:20:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224762a0 www-apps/cgit: upstream cloning uses https now Package-Manager: portage-2.2.27 www-apps/cgit/cgit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index a339c03..112a8dc 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -13,7 +13,7 @@ inherit webapp eutils multilib user toolchain-funcs git-2 DESCRIPTION="a fast web-interface for git repositories" HOMEPAGE="http://git.zx2c4.com/cgit/about" SRC_URI="" -EGIT_REPO_URI="git://git.zx2c4.com/cgit" +EGIT_REPO_URI="https://git.zx2c4.com/cgit" LICENSE="GPL-2" SLOT="0"