diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 05:12:58 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:30 +0200 |
commit | 72a5dae9b0123719371a586f58ddddfafd03a70d (patch) | |
tree | db451b78b4846cb2b3b479e7252e19e48b86bab4 /sci-physics/espresso | |
parent | sci-misc/repsnapper: use HTTPS for GitHub (diff) | |
download | gentoo-72a5dae9b0123719371a586f58ddddfafd03a70d.tar.gz gentoo-72a5dae9b0123719371a586f58ddddfafd03a70d.tar.bz2 gentoo-72a5dae9b0123719371a586f58ddddfafd03a70d.zip |
sci-physics/espresso: use HTTPS for GitHub and doc links
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-physics/espresso')
-rw-r--r-- | sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild index ac5596534187..6177a3fe03f0 100644 --- a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild +++ b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Extensible Simulation Package for Research on Soft matter" HOMEPAGE="http://espressomd.org" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/espressomd/espresso.git https://github.com/espressomd/espresso.git" + EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git" EGIT_BRANCH="master" inherit git-r3 KEYWORDS="" @@ -105,7 +105,7 @@ pkg_postinst() { echo elog "Please read and cite:" elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006." - elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005" + elog "https://dx.doi.org/10.1016/j.cpc.2005.10.005" echo elog "If you need more features, change" elog "/etc/portage/savedconfig/${CATEGORY}/${PF}" diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 2fa536f63bd9..b841b4d4bc56 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Extensible Simulation Package for Research on Soft matter" HOMEPAGE="http://espressomd.org" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/espressomd/espresso.git https://github.com/espressomd/espresso.git" + EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git" EGIT_BRANCH="master" inherit git-r3 KEYWORDS="" @@ -118,7 +118,7 @@ pkg_postinst() { echo elog "Please read and cite:" elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006." - elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005" + elog "https://dx.doi.org/10.1016/j.cpc.2005.10.005" echo elog "If you need more features, change" elog "/etc/portage/savedconfig/${CATEGORY}/${PF}" |