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/pdb-tools/
Date: Tue, 01 Sep 2015 20:07:12
Message-Id: 1441137495.f94d8fc4d349f132077e8adba2821477b69d9ae9.klausman@gentoo
1 commit: f94d8fc4d349f132077e8adba2821477b69d9ae9
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:58:15 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:58:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94d8fc4
7
8 sci-chemistry/pdb-tools: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild | 2 +-
13 sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
17 index ffe2ac3..932ef7b 100644
18 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
19 +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
20 @@ -11,7 +11,7 @@ inherit fortran-2 python-single-r1 toolchain-funcs
21 MY_PN="pdbTools"
22
23 DESCRIPTION="Tools for manipulating and doing calculations on wwPDB macromolecule structure files"
24 -HOMEPAGE="https://code.google.com/p/pdb-tools/"
25 +HOMEPAGE="https://github.com/harmslab/pdbtools"
26 SRC_URI="https://${PN}.googlecode.com/files/${MY_PN}_${PV}.tar.gz"
27
28 SLOT="0"
29
30 diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild
31 index 366bc85..fa15855 100644
32 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild
33 +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r2.ebuild
34 @@ -11,7 +11,7 @@ inherit fortran-2 python-single-r1 toolchain-funcs
35 MY_PN="pdbTools"
36
37 DESCRIPTION="Tools for manipulating and doing calculations on wwPDB macromolecule structure files"
38 -HOMEPAGE="https://code.google.com/p/pdb-tools/"
39 +HOMEPAGE="https://github.com/harmslab/pdbtools"
40 SRC_URI="https://${PN}.googlecode.com/files/${MY_PN}_${PV}.tar.gz"
41
42 SLOT="0"