Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdanalysis/
Date: Tue, 01 Sep 2015 20:07:10
Message-Id: 1441137473.e5b098f3877505ad2897a85614263511c4fc3081.klausman@gentoo
1 commit: e5b098f3877505ad2897a85614263511c4fc3081
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:57:53 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:57:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b098f3
7
8 sci-chemistry/mdanalysis: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild b/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild
16 index aab3656..09aa042 100644
17 --- a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild
18 +++ b/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild
19 @@ -12,7 +12,7 @@ MY_PN="MDAnalysis"
20 MY_P="${MY_PN}-${PV}"
21
22 DESCRIPTION="A python library to analyze and manipulate molecular dynamics trajectories"
23 -HOMEPAGE="https://code.google.com/p/mdanalysis/"
24 +HOMEPAGE="http://www.mdanalysis.org/"
25 SRC_URI="https://mdanalysis.googlecode.com/files/${MY_P}.tar.gz"
26
27 SLOT="0"