Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog
Date: Sat, 01 Aug 2015 06:11:31
Message-Id: 20150801061112.DAB15112@oystercatcher.gentoo.org
1 tomka 15/08/01 06:11:12
2
3 Modified: singular-4.0.2.ebuild ChangeLog
4 Log:
5 Fix building with automake other than 1.13, add slot on gmp.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
8
9 Revision Changes Path
10 1.5 sci-mathematics/singular/singular-4.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.4&r2=1.5
15
16 Index: singular-4.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- singular-4.0.2.ebuild 26 Mar 2015 12:44:41 -0000 1.4
23 +++ singular-4.0.2.ebuild 1 Aug 2015 06:11:12 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 2015/03/26 12:44:41 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.5 2015/08/01 06:11:12 tomka Exp $
29
30 EAPI=5
31
32 @@ -24,7 +24,7 @@
33 KEYWORDS="~amd64 ~x86 ~x86-linux ~x86-macos"
34 IUSE="boost doc emacs examples python +readline"
35
36 -RDEPEND="dev-libs/gmp
37 +RDEPEND="dev-libs/gmp:0
38 >=dev-libs/ntl-5.5.1
39 emacs? ( >=virtual/emacs-22 )
40 sci-mathematics/flint
41 @@ -60,7 +60,7 @@
42
43 epatch "${FILESDIR}"/${PN}-4.0.2-ntl8-compat.patch
44
45 - cd "${S}"/omalloc || die "failed to cd into omalloc directory"
46 + # autoreconf everything since otherwise it assumes autmake-1.13 is installed
47 eautoreconf
48 }
49
50
51
52
53 1.66 sci-mathematics/singular/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.66&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.66&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.65&r2=1.66
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
62 retrieving revision 1.65
63 retrieving revision 1.66
64 diff -u -r1.65 -r1.66
65 --- ChangeLog 8 Apr 2015 18:23:00 -0000 1.65
66 +++ ChangeLog 1 Aug 2015 06:11:12 -0000 1.66
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sci-mathematics/singular
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.65 2015/04/08 18:23:00 mgorny Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.66 2015/08/01 06:11:12 tomka Exp $
72 +
73 + 01 Aug 2015; Thomas Kahle <tomka@g.o> singular-4.0.2.ebuild:
74 + Fix building with automake other than 1.13, add slot on gmp.
75
76 08 Apr 2015; Michał Górny <mgorny@g.o> singular-3.1.6.ebuild:
77 Drop old Python implementations