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-chemistry/ParmEd/
Date: Sun, 30 Jul 2017 10:04:46
Message-Id: 1501409066.768384ac38da3276bf1a0e809c663ac0d9af540f.mgorny@gentoo
1 commit: 768384ac38da3276bf1a0e809c663ac0d9af540f
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:57:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768384ac
7
8 sci-chemistry/ParmEd: use HTTPS for GitHub, update HOMEPAGE
9
10 * Use HTTPS for accessing GitHub domains
11 * Update HOMEPAGE to point of redirection
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild | 6 ++----
16 1 file changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
19 index 856b20e9a44..88e65d86e22 100644
20 --- a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
21 +++ b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
22 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
23
24 if [[ $PV = *9999* ]]; then
25 scm_eclass=git-2
26 - EGIT_REPO_URI="
27 - git://github.com/${PN}/${PN}.git
28 - https://github.com/${PN}/${PN}.git"
29 + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
30 SRC_URI=""
31 KEYWORDS=""
32 else
33 @@ -21,7 +19,7 @@ fi
34 inherit eutils distutils-r1 ${scm_eclass}
35
36 DESCRIPTION="Parameter/topology editor and molecular simulator"
37 -HOMEPAGE="http://parmed.github.io/ParmEd"
38 +HOMEPAGE="https://parmed.github.io/ParmEd/html/index.html"
39
40 LICENSE="LGPL-2"
41 SLOT="0"