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 1S38wW-0008Pt-M1 for garchives@archives.gentoo.org; Thu, 01 Mar 2012 16:33:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB3DE0893; Thu, 1 Mar 2012 16:33:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 46765E0893 for ; Thu, 1 Mar 2012 16:33:16 +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 7ADFB1B4024 for ; Thu, 1 Mar 2012 16:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E531E542A for ; Thu, 1 Mar 2012 16:33:14 +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: <1330619586.ec4d0cbf48fd6686e20d99708da842f1b9148935.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: ec4d0cbf48fd6686e20d99708da842f1b9148935 X-VCS-Branch: master Date: Thu, 1 Mar 2012 16:33:14 +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: 1a8b1086-a6e6-4f28-8ed3-dafbf51115ac X-Archives-Hash: c08d7bcc6e70f214a03ca4f2fbe40b6a commit: ec4d0cbf48fd6686e20d99708da842f1b9148935 Author: Thomas Kahle gentoo org> AuthorDate: Thu Mar 1 16:32:43 2012 +0000 Commit: Thomas Kahle gmx de> CommitDate: Thu Mar 1 16:33:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dec4d0cbf Update deps in M2 live ebuild --- sci-mathematics/Macaulay2/ChangeLog | 5 ++++- sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 21 ++++++++++++++---= ---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaul= ay2/ChangeLog index ab9d8e8..069f906 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/Macaulay2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 01 Mar 2012; Thomas Kahle Macaulay2-9999.ebuild: + Update deps in M2-live ebuild + 25 Sep 2011; Thomas Kahle files/9999-paths-of-external-programs.patch, Macaulay2-9999.ebuild: Fix live ebuild diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathem= atics/Macaulay2/Macaulay2-9999.ebuild index e313f60..6839fc3 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -10,12 +10,17 @@ IUSE=3D"emacs optimization" =20 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" +LIBFAC=3D"libfac-3-1-4" + 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/libfa= c-3-1-3.tar.gz - ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/factory-3-1-= 3.tar.gz - http://www.math.uiuc.edu/Macaulay2/Extra/gc-7.2alpha7-2011-07-25.tar.= gz" +SRC_URI=3D"ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${FAC= TORY}.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/Extra/${BOEHM_GC}.tar.gz" =20 SLOT=3D"0" LICENSE=3D"GPL-2" @@ -67,14 +72,16 @@ src_prepare() { # Factory, and libfac are statically linked libraries which (in this fl= avor) are not used by any # other program. We build them internally and don't install them mkdir "${S}/BUILD/tarfiles" || die "Creation of directory failed" - cp "${DISTDIR}/factory-3-1-3.tar.gz" "${S}/BUILD/tarfiles/" \ + cp "${DISTDIR}/${FACTORY}.tar.gz" "${S}/BUILD/tarfiles/" \ + || die "copy failed" + cp "${DISTDIR}/factory-gftables.tar.gz" "${S}/BUILD/tarfiles/" \ || die "copy failed" - cp "${DISTDIR}/libfac-3-1-3.tar.gz" "${S}/BUILD/tarfiles/" \ + cp "${DISTDIR}/${LIBFAC}.tar.gz" "${S}/BUILD/tarfiles/" \ || die "copy failed" # Macaulay 2 insists on a snapshot of boehm-gc that is not available el= sewhere # We will let it build its internal version for now. Note: # The resulting QA warning is known. - cp "${DISTDIR}/gc-7.2alpha7-2011-07-25.tar.gz" "${S}/BUILD/tarfiles/" \ + cp "${DISTDIR}/${BOEHM_GC}.tar.gz" "${S}/BUILD/tarfiles/" \ || die "copy failed" =20 eautoreconf