Gentoo Archives: gentoo-commits

From: Thomas Kahle <tom111@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/
Date: Wed, 02 May 2012 16:15:38
Message-Id: 1335975308.e5ec811456ef12e63e5368df91c90454044f57cb.tom111@gentoo
1 commit: e5ec811456ef12e63e5368df91c90454044f57cb
2 Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 16:15:01 2012 +0000
4 Commit: Thomas Kahle <tom111 <AT> gmx <DOT> de>
5 CommitDate: Wed May 2 16:15:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e5ec8114
7
8 Fix live ebuild
9
10 ---
11 sci-mathematics/Macaulay2/ChangeLog | 3 +++
12 sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 8 +++++---
13 2 files changed, 8 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog
16 index 069f906..f82041a 100644
17 --- a/sci-mathematics/Macaulay2/ChangeLog
18 +++ b/sci-mathematics/Macaulay2/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 02 May 2012; Thomas Kahle <tomka@g.o> Macaulay2-9999.ebuild:
24 + Fix live ebuild
25 +
26 01 Mar 2012; Thomas Kahle <tomka@g.o> Macaulay2-9999.ebuild:
27 Update deps in M2-live ebuild
28
29
30 diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
31 index 6839fc3..f8414ab 100644
32 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
33 +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
34 @@ -11,16 +11,18 @@ IUSE="emacs optimization"
35 ESVN_REPO_URI="svn://svn.macaulay2.com/Macaulay2/trunk/M2"
36
37 BOEHM_GC="gc-7.3alpha1.2012.01.23"
38 -FACTORY="factory-3-1-4"
39 +FACTORY="factory-3-1-4-1"
40 LIBFAC="libfac-3-1-4"
41
42 DESCRIPTION="Research tool for commutative algebra and algebraic geometry"
43 HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/"
44 SRC_BASE="http://www.math.uiuc.edu/${PN}/Downloads/"
45 -SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${FACTORY}.tar.gz
46 +SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${LIBFAC}.tar.gz
47 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/factory-gftables.tar.gz
48 - ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${LIBFAC}.tar.gz
49 + http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/trunk/${FACTORY}.tar.gz
50 http://www.math.uiuc.edu/Macaulay2/Extra/${BOEHM_GC}.tar.gz"
51 +# Somebody changed the tarball after release... grrr.
52 +# ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${FACTORY}.tar.gz
53
54 SLOT="0"
55 LICENSE="GPL-2"