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 2F3E358973 for ; Thu, 11 Feb 2016 07:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EBA221C011; Thu, 11 Feb 2016 07:54:14 +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 1F96821C011 for ; Thu, 11 Feb 2016 07:54:14 +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 D37483408F9 for ; Thu, 11 Feb 2016 07:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE69AE5F for ; Thu, 11 Feb 2016 07:54:09 +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: <1455177246.c8959204c03d7bd209875a9eb7e6b6ca0d9a01cb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molden/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/molden/molden-4.8-r2.ebuild sci-chemistry/molden/molden-5.0.ebuild X-VCS-Directories: sci-chemistry/molden/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c8959204c03d7bd209875a9eb7e6b6ca0d9a01cb X-VCS-Branch: master Date: Thu, 11 Feb 2016 07:54:09 +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: 11fbf4ee-86a4-4b41-b3c1-4d9af76d2102 X-Archives-Hash: 6c56d94beaa2e5687cb2e4e3ba496607 commit: c8959204c03d7bd209875a9eb7e6b6ca0d9a01cb Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 11 07:23:24 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 11 07:54:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8959204 sci-chemistry/molden: Fix SRC_URI to new location Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=509854 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/molden/molden-4.8-r2.ebuild | 2 +- sci-chemistry/molden/molden-5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/molden/molden-4.8-r2.ebuild b/sci-chemistry/molden/molden-4.8-r2.ebuild index c6f6c03..11ac49c 100644 --- a/sci-chemistry/molden/molden-4.8-r2.ebuild +++ b/sci-chemistry/molden/molden-4.8-r2.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}${PV}" DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac" HOMEPAGE="http://www.cmbi.ru.nl/molden/" -SRC_URI="ftp://ftp.cmbi.kun.nl/pub/molgraph/${PN}/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molgraph/${PN}/${MY_P}.tar.gz" LICENSE="MOLDEN" SLOT="0" diff --git a/sci-chemistry/molden/molden-5.0.ebuild b/sci-chemistry/molden/molden-5.0.ebuild index 65743e4..e46f9a0 100644 --- a/sci-chemistry/molden/molden-5.0.ebuild +++ b/sci-chemistry/molden/molden-5.0.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}${PV}" DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac" HOMEPAGE="http://www.cmbi.ru.nl/molden/" -SRC_URI="ftp://ftp.cmbi.kun.nl/pub/molgraph/${PN}/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molgraph/${PN}/${MY_P}.tar.gz" LICENSE="MOLDEN" SLOT="0"