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 875E11387B1 for ; Mon, 21 Sep 2015 14:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6581821C062; Mon, 21 Sep 2015 14:04:57 +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 B244721C04B 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 BDEB83407D0 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 2BDFB239 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: <1442842946.d21eaa8156d852213452d46219ca9f6cae6a7333.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild X-VCS-Directories: sci-chemistry/mtz2hkl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d21eaa8156d852213452d46219ca9f6cae6a7333 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: da3244ad-8f5c-47f6-9949-f171720d8cac X-Archives-Hash: 8ed0f79a8ad7cda9a41fbc54f263045c commit: d21eaa8156d852213452d46219ca9f6cae6a7333 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 13:42:26 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 13:42:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d21eaa81 sci-chemistry/mtz2hkl: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild index e856afbe..08696a4 100644 --- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild +++ b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Intended to facilitate the transition from refmac5 refinement to shelxh or shelxl refinement" -HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2hkl/mtz2hkl.php" -SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz" +HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2hkl/" +SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz" LICENSE="GPL-3" SLOT="0"