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-xtp/
Date: Sun, 30 Jul 2017 10:04:44
Message-Id: 1501409064.bbd55e4ad71361b829325522daabeeb6d59809ed.mgorny@gentoo
1 commit: bbd55e4ad71361b829325522daabeeb6d59809ed
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:52:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd55e4a
7
8 sci-chemistry/votca-xtp: use HTTPS for GitHub and doc links
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild | 4 ++--
13 sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
17 index 02324ee7d8d..17eef63d0d8 100644
18 --- a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
19 +++ b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
20 @@ -15,7 +15,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 @@ -66,6 +66,6 @@ pkg_postinst() {
30 einfo
31 einfo "Please read and cite:"
32 einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
33 - einfo "http://dx.doi.org/10.1021/ct200388s"
34 + einfo "https://dx.doi.org/10.1021/ct200388s"
35 einfo
36 }
37
38 diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
39 index b30032ce58e..8459c4c4970 100644
40 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
41 +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -15,7 +15,7 @@ if [ "${PV}" != "9999" ]; then
49 S="${WORKDIR}/${P#votca-}"
50 else
51 inherit git-r3
52 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
53 + EGIT_REPO_URI="https://github.com/${PN/-//}.git"
54 KEYWORDS=""
55 fi
56
57 @@ -66,6 +66,6 @@ pkg_postinst() {
58 einfo
59 einfo "Please read and cite:"
60 einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
61 - einfo "http://dx.doi.org/10.1021/ct200388s"
62 + einfo "https://dx.doi.org/10.1021/ct200388s"
63 einfo
64 }