commit: 72a5dae9b0123719371a586f58ddddfafd03a70d Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Sat Jul 29 19:12:58 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 10:04:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5dae9
sci-physics/espresso: use HTTPS for GitHub and doc links Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 4 ++-- 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 ac559653418..6177a3fe03f 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 2fa536f63bd..b841b4d4bc5 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}"
