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-physics/espresso/
Date: Sun, 30 Jul 2017 10:04:53
Message-Id: 1501409070.72a5dae9b0123719371a586f58ddddfafd03a70d.mgorny@gentoo
1 commit: 72a5dae9b0123719371a586f58ddddfafd03a70d
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 19:12:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5dae9
7
8 sci-physics/espresso: use HTTPS for GitHub and doc links
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 4 ++--
13 sci-physics/espresso/espresso-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild
17 index ac559653418..6177a3fe03f 100644
18 --- a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild
19 +++ b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild
20 @@ -12,7 +12,7 @@ DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
21 HOMEPAGE="http://espressomd.org"
22
23 if [[ ${PV} = 9999 ]]; then
24 - EGIT_REPO_URI="git://github.com/espressomd/espresso.git https://github.com/espressomd/espresso.git"
25 + EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git"
26 EGIT_BRANCH="master"
27 inherit git-r3
28 KEYWORDS=""
29 @@ -105,7 +105,7 @@ pkg_postinst() {
30 echo
31 elog "Please read and cite:"
32 elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006."
33 - elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005"
34 + elog "https://dx.doi.org/10.1016/j.cpc.2005.10.005"
35 echo
36 elog "If you need more features, change"
37 elog "/etc/portage/savedconfig/${CATEGORY}/${PF}"
38
39 diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild
40 index 2fa536f63bd..b841b4d4bc5 100644
41 --- a/sci-physics/espresso/espresso-9999.ebuild
42 +++ b/sci-physics/espresso/espresso-9999.ebuild
43 @@ -12,7 +12,7 @@ DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
44 HOMEPAGE="http://espressomd.org"
45
46 if [[ ${PV} = 9999 ]]; then
47 - EGIT_REPO_URI="git://github.com/espressomd/espresso.git https://github.com/espressomd/espresso.git"
48 + EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git"
49 EGIT_BRANCH="master"
50 inherit git-r3
51 KEYWORDS=""
52 @@ -118,7 +118,7 @@ pkg_postinst() {
53 echo
54 elog "Please read and cite:"
55 elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006."
56 - elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005"
57 + elog "https://dx.doi.org/10.1016/j.cpc.2005.10.005"
58 echo
59 elog "If you need more features, change"
60 elog "/etc/portage/savedconfig/${CATEGORY}/${PF}"