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 95E7C139694 for ; Sun, 30 Jul 2017 10:04:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEE431FC2B1; Sun, 30 Jul 2017 10:04:40 +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 BB2BD1FC2B1 for ; Sun, 30 Jul 2017 10:04:40 +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 E2053341A4B for ; Sun, 30 Jul 2017 10:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC3C74CF 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: <1501409064.bbd55e4ad71361b829325522daabeeb6d59809ed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild sci-chemistry/votca-xtp/votca-xtp-9999.ebuild X-VCS-Directories: sci-chemistry/votca-xtp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bbd55e4ad71361b829325522daabeeb6d59809ed 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: a0301ea3-5fe8-4c58-86a3-f8fadca47524 X-Archives-Hash: 208e1ee55e0ca84241c9da5801531980 commit: bbd55e4ad71361b829325522daabeeb6d59809ed Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:52:11 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 10:04:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd55e4a sci-chemistry/votca-xtp: use HTTPS for GitHub and doc links Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild | 4 ++-- sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild index 02324ee7d8d..17eef63d0d8 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild @@ -15,7 +15,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 @@ -66,6 +66,6 @@ pkg_postinst() { einfo einfo "Please read and cite:" einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)" - einfo "http://dx.doi.org/10.1021/ct200388s" + einfo "https://dx.doi.org/10.1021/ct200388s" einfo } diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild index b30032ce58e..8459c4c4970 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-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 @@ -15,7 +15,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 @@ -66,6 +66,6 @@ pkg_postinst() { einfo einfo "Please read and cite:" einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)" - einfo "http://dx.doi.org/10.1021/ct200388s" + einfo "https://dx.doi.org/10.1021/ct200388s" einfo }