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 80C9D138398 for ; Wed, 9 Jan 2013 13:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B0CA21C0A5; Wed, 9 Jan 2013 13:42:27 +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 8F5EE21C0A3 for ; Wed, 9 Jan 2013 13:42:26 +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 A859133DA4B for ; Wed, 9 Jan 2013 13:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1D060E4075 for ; Wed, 9 Jan 2013 13:42:24 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1357738579.96608292a779361a813f6973a695f92706af3c07.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/LoopTools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/LoopTools/ChangeLog sci-physics/LoopTools/LoopTools-2.8.ebuild X-VCS-Directories: sci-physics/LoopTools/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 96608292a779361a813f6973a695f92706af3c07 X-VCS-Branch: master Date: Wed, 9 Jan 2013 13:42:24 +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: 4c66eade-ae90-4191-b251-94f57a6e1cbe X-Archives-Hash: 66fedea37ead810aa97c65f86e6bd326 commit: 96608292a779361a813f6973a695f92706af3c07 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Wed Jan 9 13:36:19 2013 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Wed Jan 9 13:36:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=96608292 sci-physics/LoopTools: manifest fixed forever, thanks to jlec --- sci-physics/LoopTools/ChangeLog | 6 +++++- sci-physics/LoopTools/LoopTools-2.8.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-physics/LoopTools/ChangeLog b/sci-physics/LoopTools/ChangeLog index b8c7f9e..36cec23 100644 --- a/sci-physics/LoopTools/ChangeLog +++ b/sci-physics/LoopTools/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-physics/LoopTools -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Jan 2013; Jauhien Piatlicki (jauhien) + LoopTools-2.8.ebuild: + sources mirrored on jlec's dev space, thanks to jlec + *LoopTools-2.8 (12 Sep 2012) 12 Sep 2012; Jauhien Piatlicki (jauhien) diff --git a/sci-physics/LoopTools/LoopTools-2.8.ebuild b/sci-physics/LoopTools/LoopTools-2.8.ebuild index 76182c1..6432bfc 100644 --- a/sci-physics/LoopTools/LoopTools-2.8.ebuild +++ b/sci-physics/LoopTools/LoopTools-2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -8,7 +8,7 @@ inherit eutils fortran-2 DESCRIPTION="A package for evaluation of scalar and tensor one-loop integrals" HOMEPAGE="http://www.feynarts.de/looptools" -SRC_URI="http://www.feynarts.de/looptools/${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" LICENSE="LGPL-3"