Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/flint: ChangeLog flint-2.4.4.ebuild
Date: Wed, 02 Jul 2014 11:11:01
Message-Id: 20140702111057.B1C6D2004F@flycatcher.gentoo.org
1 hasufell 14/07/02 11:10:57
2
3 Modified: ChangeLog flint-2.4.4.ebuild
4 Log:
5 fix NTL test build wrt #516028
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.6 sci-mathematics/flint/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 20 Jun 2014 20:57:18 -0000 1.5
23 +++ ChangeLog 2 Jul 2014 11:10:57 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/flint
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.5 2014/06/20 20:57:18 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.6 2014/07/02 11:10:57 hasufell Exp $
29 +
30 + 02 Jul 2014; Julian Ospald <hasufell@g.o> flint-2.4.4.ebuild,
31 + +files/flint-2.4.4-test.patch:
32 + fix NTL test build wrt #516028
33
34 *flint-2.4.4 (20 Jun 2014)
35
36
37
38
39 1.2 sci-mathematics/flint/flint-2.4.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.4.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.4.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.4.ebuild?r1=1.1&r2=1.2
44
45 Index: flint-2.4.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.4.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- flint-2.4.4.ebuild 20 Jun 2014 20:57:18 -0000 1.1
52 +++ flint-2.4.4.ebuild 2 Jul 2014 11:10:57 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.4.ebuild,v 1.1 2014/06/20 20:57:18 hasufell Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.4.ebuild,v 1.2 2014/07/02 11:10:57 hasufell Exp $
58
59 EAPI="5"
60
61 @@ -26,7 +26,8 @@
62 src_prepare() {
63 epatch "${FILESDIR}"/${PN}-2.4.3-libdir.patch \
64 "${FILESDIR}"/${PN}-2.4.3-whitespaces.patch \
65 - "${FILESDIR}"/${PN}-2.4.3-cflags-ldflags.patch
66 + "${FILESDIR}"/${PN}-2.4.3-cflags-ldflags.patch \
67 + "${FILESDIR}"/${PN}-2.4.4-test.patch
68 }
69
70 src_configure() {