From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SPcDJ-0001ms-5c for garchives@archives.gentoo.org; Wed, 02 May 2012 16:15:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE35E08E0; Wed, 2 May 2012 16:15:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2810EE08E0 for ; Wed, 2 May 2012 16:15:22 +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 7D7A81B403C for ; Wed, 2 May 2012 16:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5FD15E5403 for ; Wed, 2 May 2012 16:15:19 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <1335975308.e5ec811456ef12e63e5368df91c90454044f57cb.tom111@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/Macaulay2/ChangeLog sci-mathematics/Macaulay2/Macaulay2-9999.ebuild X-VCS-Directories: sci-mathematics/Macaulay2/ X-VCS-Committer: tom111 X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: e5ec811456ef12e63e5368df91c90454044f57cb X-VCS-Branch: master Date: Wed, 2 May 2012 16:15:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6a860969-e787-4a21-bb7c-514a0aaea495 X-Archives-Hash: 826342a3bbc940a452a84a6c607fc9f5 commit: e5ec811456ef12e63e5368df91c90454044f57cb Author: Thomas Kahle gentoo org> AuthorDate: Wed May 2 16:15:01 2012 +0000 Commit: Thomas Kahle gmx de> CommitDate: Wed May 2 16:15:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3De5ec8114 Fix live ebuild --- sci-mathematics/Macaulay2/ChangeLog | 3 +++ sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaul= ay2/ChangeLog index 069f906..f82041a 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 02 May 2012; Thomas Kahle Macaulay2-9999.ebuild: + Fix live ebuild + 01 Mar 2012; Thomas Kahle Macaulay2-9999.ebuild: Update deps in M2-live ebuild =20 diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathem= atics/Macaulay2/Macaulay2-9999.ebuild index 6839fc3..f8414ab 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild @@ -11,16 +11,18 @@ IUSE=3D"emacs optimization" ESVN_REPO_URI=3D"svn://svn.macaulay2.com/Macaulay2/trunk/M2" =20 BOEHM_GC=3D"gc-7.3alpha1.2012.01.23" -FACTORY=3D"factory-3-1-4" +FACTORY=3D"factory-3-1-4-1" LIBFAC=3D"libfac-3-1-4" =20 DESCRIPTION=3D"Research tool for commutative algebra and algebraic geome= try" HOMEPAGE=3D"http://www.math.uiuc.edu/Macaulay2/" SRC_BASE=3D"http://www.math.uiuc.edu/${PN}/Downloads/" -SRC_URI=3D"ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${FAC= TORY}.tar.gz +SRC_URI=3D"ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${LIB= FAC}.tar.gz ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/factory-gfta= bles.tar.gz - ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${LIBFAC}.ta= r.gz + http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/trunk/${= FACTORY}.tar.gz http://www.math.uiuc.edu/Macaulay2/Extra/${BOEHM_GC}.tar.gz" +# Somebody changed the tarball after release... grrr. +# ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${FACTORY}.= tar.gz =20 SLOT=3D"0" LICENSE=3D"GPL-2"