Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/
Date: Sun, 30 Jul 2017 10:04:47
Message-Id: 1501409065.8d2b5337bee9edee3d9564eee459ac61731859ac.mgorny@gentoo
1 commit: 8d2b5337bee9edee3d9564eee459ac61731859ac
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:55:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2b5337
7
8 sci-chemistry/votca-csgapps: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild | 2 +-
13 sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild
17 index b33cb0922a6..9c82b843b30 100644
18 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild
19 +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild
20 @@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then
21 S="${WORKDIR}/${P#votca-}"
22 else
23 inherit git-r3
24 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
25 + EGIT_REPO_URI="https://github.com/${PN/-//}.git"
26 KEYWORDS="amd64 x86"
27 fi
28
29
30 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
31 index 274f29dd4d3..3fb54fe5504 100644
32 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
33 +++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then
41 S="${WORKDIR}/${P#votca-}"
42 else
43 inherit git-r3
44 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
45 + EGIT_REPO_URI="https://github.com/${PN/-//}.git"
46 KEYWORDS=""
47 fi