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 1Qqkln-0005VX-RH for garchives@archives.gentoo.org; Tue, 09 Aug 2011 11:46:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F28421C07F; Tue, 9 Aug 2011 11:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52F9621C07F for ; Tue, 9 Aug 2011 11:46:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C02F1B4003 for ; Tue, 9 Aug 2011 11:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5AEA880040 for ; Tue, 9 Aug 2011 11:46:42 +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: <4548831f683bef8d9da94113f8a39c4fddbb371a.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: 4548831f683bef8d9da94113f8a39c4fddbb371a Date: Tue, 9 Aug 2011 11:46:42 +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: X-Archives-Hash: 7763f353f8e28ed6dd763ee02b58c3b8 commit: 4548831f683bef8d9da94113f8a39c4fddbb371a Author: Thomas Kahle gentoo org> AuthorDate: Tue Aug 9 11:46:16 2011 +0000 Commit: Thomas Kahle gmx de> CommitDate: Tue Aug 9 11:46:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D4548831f adjusting boehm-gc source file --- sci-mathematics/Macaulay2/ChangeLog | 3 +++ sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaul= ay2/ChangeLog index 80813e5..e3e7937 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 09 Aug 2011; Thomas Kahle Macaulay2-9999.ebuild: + adjusting boehm-gc source file + 08 Jul 2011; Thomas Kahle -files/1.4-paths-of-external-programs.patch, -Macaulay2-1.3.1-r4.ebuil= d, Macaulay2-9999.ebuild, -files/respect-CFLAGS.patch: diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathem= atics/Macaulay2/Macaulay2-9999.ebuild index 67c914a..1ea1cde 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE=3D"http://www.math.uiuc.edu/Macaulay2/" SRC_BASE=3D"http://www.math.uiuc.edu/${PN}/Downloads/" SRC_URI=3D"${SRC_BASE}/OtherSourceCode/1.3/factory-3-1-1.tar.gz ${SRC_BASE}/OtherSourceCode/1.3/libfac-3-1-1.tar.gz - http://www.math.uiuc.edu/Macaulay2/Extra/gc-7.2alpha5-2010-09-03.tar.= gz" + http://www.math.uiuc.edu/Macaulay2/Extra/gc-7.2alpha7-2011-07-25.tar.= gz" =20 SLOT=3D"0" LICENSE=3D"GPL-2" @@ -71,10 +71,10 @@ src_prepare() { || die "copy failed" cp "${DISTDIR}/libfac-3-1-1.tar.gz" "${S}/BUILD/tarfiles/" \ || die "copy failed" - # Macaulay 2 in this version insists on a snapshot of boehm-gc that is = not available elsewhere - # We will let it build its internal version until >=3Dboehm-gc-7.2_alph= a5 is in in tree. Note: + # 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.2alpha5-2010-09-03.tar.gz" "${S}/BUILD/tarfiles/" \ + cp "${DISTDIR}/gc-7.2alpha7-2011-07-25.tar.gz" "${S}/BUILD/tarfiles/" \ || die "copy failed" =20 eautoreconf