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-csg/
Date: Sun, 30 Jul 2017 10:04:49
Message-Id: 1501409065.71e06d6a0bb64643983bc08fbbd1b919760ce192.mgorny@gentoo
1 commit: 71e06d6a0bb64643983bc08fbbd1b919760ce192
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:54:31 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=71e06d6a
7
8 sci-chemistry/votca-csg: use HTTPS for GitHub and doc links
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 8 ++++----
13 sci-chemistry/votca-csg/votca-csg-9999.ebuild | 10 +++++-----
14 2 files changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
17 index 9f468772952..f8a45defd41 100644
18 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
19 +++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
20 @@ -17,7 +17,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 @@ -52,13 +52,13 @@ src_unpack() {
30 else
31 git-r3_src_unpack
32 if use doc; then
33 - EGIT_REPO_URI="git://github.com/${PN/-//}-manual.git https://github.com/${PN/-//}-manual.git"
34 + EGIT_REPO_URI="https://github.com/${PN/-//}-manual.git"
35 EGIT_BRANCH="master"
36 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-manual"\
37 git-r3_src_unpack
38 fi
39 if use examples; then
40 - EGIT_REPO_URI="git://github.com/${PN/-//}-tutorials.git https://github.com/${PN/-//}-tutorials.git"
41 + EGIT_REPO_URI="https://github.com/${PN/-//}-tutorials.git"
42 EGIT_BRANCH="master"
43 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN#votca-}-tutorials"\
44 git-r3_src_unpack
45 @@ -108,6 +108,6 @@ pkg_postinst() {
46 einfo
47 einfo "Please read and cite:"
48 einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
49 - einfo "http://dx.doi.org/10.1021/ct900369w"
50 + einfo "https://dx.doi.org/10.1021/ct900369w"
51 einfo
52 }
53
54 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
55 index 8942a57b2d9..b3ef0f312d8 100644
56 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
57 +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2016 Gentoo Foundation
60 +# Copyright 1999-2017 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=6
64 @@ -17,7 +17,7 @@ if [ "${PV}" != "9999" ]; then
65 S="${WORKDIR}/${P#votca-}"
66 else
67 inherit git-r3
68 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
69 + EGIT_REPO_URI="https://github.com/${PN/-//}.git"
70 KEYWORDS=""
71 fi
72
73 @@ -52,13 +52,13 @@ src_unpack() {
74 else
75 git-r3_src_unpack
76 if use doc; then
77 - EGIT_REPO_URI="git://github.com/${PN/-//}-manual.git https://github.com/${PN/-//}-manual.git"
78 + EGIT_REPO_URI="https://github.com/${PN/-//}-manual.git"
79 EGIT_BRANCH="master"
80 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-manual"\
81 git-r3_src_unpack
82 fi
83 if use examples; then
84 - EGIT_REPO_URI="git://github.com/${PN/-//}-tutorials.git https://github.com/${PN/-//}-tutorials.git"
85 + EGIT_REPO_URI="https://github.com/${PN/-//}-tutorials.git"
86 EGIT_BRANCH="master"
87 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN#votca-}-tutorials"\
88 git-r3_src_unpack
89 @@ -108,6 +108,6 @@ pkg_postinst() {
90 einfo
91 einfo "Please read and cite:"
92 einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
93 - einfo "http://dx.doi.org/10.1021/ct900369w"
94 + einfo "https://dx.doi.org/10.1021/ct900369w"
95 einfo
96 }