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 7F3B41381F3 for ; Sun, 14 Apr 2013 13:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C542E0AB9; Sun, 14 Apr 2013 13:17:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4895E0AC1 for ; Sun, 14 Apr 2013 13:17:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05F6F33DDD4 for ; Sun, 14 Apr 2013 13:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C9ED6E42E4 for ; Sun, 14 Apr 2013 13:17:00 +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: <1365944611.2c19e891a9eabda634268184ac0780e633cc2fba.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-gle/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-gle/ChangeLog sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-gle/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2c19e891a9eabda634268184ac0780e633cc2fba X-VCS-Branch: master Date: Sun, 14 Apr 2013 13:17:00 +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: 0b546fb1-feff-4e1a-9c3a-7aaccf37c7b3 X-Archives-Hash: e0074c4920bc174647975e961756fd7f commit: 2c19e891a9eabda634268184ac0780e633cc2fba Author: Justin Lecher gentoo org> AuthorDate: Sun Apr 14 13:03:31 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Apr 14 13:03:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2c19e891 sci-chemistry/mgltools-gle: Fix SRC_URI Package-Manager: portage-2.2.0_alpha171 --- sci-chemistry/mgltools-gle/ChangeLog | 3 +++ .../mgltools-gle/mgltools-gle-1.5.6.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-gle/ChangeLog b/sci-chemistry/mgltools-gle/ChangeLog index 36be5f8..c19fc80 100644 --- a/sci-chemistry/mgltools-gle/ChangeLog +++ b/sci-chemistry/mgltools-gle/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Apr 2013; Justin Lecher mgltools-gle-1.5.6.ebuild: + Fix SRC_URI + *mgltools-gle-1.5.6 (12 Apr 2013) 12 Apr 2013; Justin Lecher -mgltools-gle-1.5.6_rc2.ebuild, diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild index 73328fb..e7c2c7c 100644 --- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild +++ b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild @@ -16,8 +16,7 @@ PYTHON_MODNAME="${MY_PN}" DESCRIPTION="MGLTools Plugin -- gle" HOMEPAGE="http://mgltools.scripps.edu" -#SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/mgltools_source_${PV/_/}.tar.gz" +SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz" LICENSE="MGLTOOLS" SLOT="0"