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/mtz2sca/
Date: Mon, 21 Sep 2015 14:05:07
Message-Id: 1442843147.f0e297f3372ad4e4da1a6ca9314a24326c878d83.jlec@gentoo
1 commit: f0e297f3372ad4e4da1a6ca9314a24326c878d83
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:45:47 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:45:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0e297f3
7
8 sci-chemistry/mtz2sca: 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/mtz2sca/mtz2sca-0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
17 index 09876de..f5c4418 100644
18 --- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
19 +++ b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
20 @@ -7,8 +7,8 @@ EAPI=5
21 inherit eutils toolchain-funcs
22
23 DESCRIPTION="Converts CCP4 mtz-files containing anomalous data to Scalepack format"
24 -HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2sca"
25 -SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz"
26 +HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2sca/"
27 +SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz"
28
29 LICENSE="GPL-3"
30 SLOT="0"