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 56BF5139694 for ; Sun, 30 Jul 2017 10:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BF81FC2C1; Sun, 30 Jul 2017 10:04:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B056A1FC2C1 for ; Sun, 30 Jul 2017 10:04:42 +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 B5FB5341A81 for ; Sun, 30 Jul 2017 10:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D516274D6 for ; Sun, 30 Jul 2017 10:04:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501409067.eac520f0647f163158acc061c316237b3cf7e0fc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/votca-tools/votca-tools-1.4.ebuild sci-libs/votca-tools/votca-tools-9999.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eac520f0647f163158acc061c316237b3cf7e0fc X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:37 +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: 9135d277-a428-4d78-b832-bd030459f0f8 X-Archives-Hash: 6cfda9c8a12f9239e752a742655f3b40 commit: eac520f0647f163158acc061c316237b3cf7e0fc Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 19:01:17 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 10:04:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac520f0 sci-libs/votca-tools: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-libs/votca-tools/votca-tools-1.4.ebuild | 2 +- sci-libs/votca-tools/votca-tools-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/votca-tools/votca-tools-1.4.ebuild b/sci-libs/votca-tools/votca-tools-1.4.ebuild index 1cd55f36aaf..ae9aec9e652 100644 --- a/sci-libs/votca-tools/votca-tools-1.4.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.4.ebuild @@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then S="${WORKDIR}/${P#votca-}" else inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="amd64 x86" fi diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild index 121832404c9..1902116de67 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.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 @@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then S="${WORKDIR}/${P#votca-}" else inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="" fi