diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:57:41 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:26 +0200 |
commit | 768384ac38da3276bf1a0e809c663ac0d9af540f (patch) | |
tree | 329be5a5eb7829fcff4085c43b114f5966ae01ab /sci-chemistry/ParmEd | |
parent | sci-chemistry/votca-csgapps: use HTTPS for GitHub (diff) | |
download | gentoo-768384ac38da3276bf1a0e809c663ac0d9af540f.tar.gz gentoo-768384ac38da3276bf1a0e809c663ac0d9af540f.tar.bz2 gentoo-768384ac38da3276bf1a0e809c663ac0d9af540f.zip |
sci-chemistry/ParmEd: use HTTPS for GitHub, update HOMEPAGE
* Use HTTPS for accessing GitHub domains
* Update HOMEPAGE to point of redirection
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry/ParmEd')
-rw-r--r-- | sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild index 856b20e9a444..88e65d86e229 100644 --- a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild +++ b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild @@ -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" |