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 72B51139694 for ; Sun, 30 Jul 2017 10:04:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D84D1FC2B8; Sun, 30 Jul 2017 10:04:41 +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 61BA31FC2B8 for ; Sun, 30 Jul 2017 10:04:41 +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 0A9E3341A57 for ; Sun, 30 Jul 2017 10:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C65074CE 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.8a2fe401e6313956e66c3ca40562a41764d65cd5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a2fe401e6313956e66c3ca40562a41764d65cd5 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: abd5ee8a-a5ad-4c9b-b074-185229adf4ca X-Archives-Hash: fe754b534ed57d8488b3a3adcbd13131 commit: 8a2fe401e6313956e66c3ca40562a41764d65cd5 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:47:50 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=8a2fe401 sci-chemistry/GromacsWrapper: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 6 ++---- sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild | 6 ++---- sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild index 8f0b0392ce6..4c953dd73e3 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild index 1e69985d7ef..dc2488dd3b9 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild index 046d3d73e5e..3e946ea31dd 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.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 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS=""