sci-chemistry/ParmEd: use HTTPS for GitHub, update HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:57:41 +0000 (04:57 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:26 +0000 (12:04 +0200)
* Use HTTPS for accessing GitHub domains
* Update HOMEPAGE to point of redirection

Package-Manager: Portage-2.3.6, Repoman-2.3.3

sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild

index 856b20e9a444eb47e7628e95d5fbf1bd73ccf20c..88e65d86e229b6d06eb32f67b2c93fcc2446450d 100644 (file)
@@ -7,9 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 if [[ $PV = *9999* ]]; then
        scm_eclass=git-2
-       EGIT_REPO_URI="
-               git://github.com/${PN}/${PN}.git
-               https://github.com/${PN}/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
        SRC_URI=""
        KEYWORDS=""
 else
@@ -21,7 +19,7 @@ fi
 inherit eutils distutils-r1 ${scm_eclass}
 
 DESCRIPTION="Parameter/topology editor and molecular simulator"
-HOMEPAGE="http://parmed.github.io/ParmEd"
+HOMEPAGE="https://parmed.github.io/ParmEd/html/index.html"
 
 LICENSE="LGPL-2"
 SLOT="0"