From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 837B91387B1 for ; Mon, 21 Sep 2015 14:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04D7E21C080; Mon, 21 Sep 2015 14:04:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C7D21C062 for ; Mon, 21 Sep 2015 14:04:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF7F63407E2 for ; Mon, 21 Sep 2015 14:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EEEE23B for ; Mon, 21 Sep 2015 14:04:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442843147.f0e297f3372ad4e4da1a6ca9314a24326c878d83.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild X-VCS-Directories: sci-chemistry/mtz2sca/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f0e297f3372ad4e4da1a6ca9314a24326c878d83 X-VCS-Branch: master Date: Mon, 21 Sep 2015 14:04:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7be76b04-d76b-4659-892a-3072d3af1e2d X-Archives-Hash: 26e29436e2c17caa069b07b93c910bdc commit: f0e297f3372ad4e4da1a6ca9314a24326c878d83 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 13:45:47 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 13:45:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0e297f3 sci-chemistry/mtz2sca: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild index 09876de..f5c4418 100644 --- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild +++ b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Converts CCP4 mtz-files containing anomalous data to Scalepack format" -HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2sca" -SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz" +HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2sca/" +SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz" LICENSE="GPL-3" SLOT="0"