Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/
Date: Mon, 21 Sep 2015 14:05:04
Message-Id: 1442842946.d21eaa8156d852213452d46219ca9f6cae6a7333.jlec@gentoo
1 commit: d21eaa8156d852213452d46219ca9f6cae6a7333
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:42:26 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:42:26 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d21eaa81
7
8 sci-chemistry/mtz2hkl: Fix SRC_URI
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
17 index e856afbe..08696a4 100644
18 --- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
19 +++ b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
20 @@ -7,8 +7,8 @@ EAPI=5
21 inherit eutils toolchain-funcs
22
23 DESCRIPTION="Intended to facilitate the transition from refmac5 refinement to shelxh or shelxl refinement"
24 -HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2hkl/mtz2hkl.php"
25 -SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz"
26 +HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2hkl/"
27 +SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz"
28
29 LICENSE="GPL-3"
30 SLOT="0"