Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/msieve: msieve-1.50-r4.ebuild ChangeLog
Date: Fri, 30 Nov 2012 09:23:37
Message-Id: 20121130092326.4447A20C65@flycatcher.gentoo.org
1 patrick 12/11/30 09:23:26
2
3 Modified: msieve-1.50-r4.ebuild ChangeLog
4 Log:
5 Reducing output verbosity some more
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/msieve/msieve-1.50-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild?r1=1.1&r2=1.2
15
16 Index: msieve-1.50-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- msieve-1.50-r4.ebuild 30 Nov 2012 08:52:07 -0000 1.1
23 +++ msieve-1.50-r4.ebuild 30 Nov 2012 09:23:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild,v 1.1 2012/11/30 08:52:07 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild,v 1.2 2012/11/30 09:23:26 patrick Exp $
29
30 EAPI=4
31 DESCRIPTION="A C library implementing a suite of algorithms to factor large integers"
32 @@ -22,6 +22,8 @@
33 src_prepare() {
34 # TODO: Integrate ggnfs properly
35 epatch "${FILESDIR}/reduce-printf.patch" || die
36 + epatch "${FILESDIR}/reduce-printf2.patch" || die
37 + epatch "${FILESDIR}/reduce-printf3.patch" || die
38 epatch "${FILESDIR}/fix-version.patch" || die
39 epatch "${FILESDIR}/fix-version2.patch" || die
40 sed -i -e 's/-march=k8//' Makefile || die
41
42
43
44 1.9 sci-mathematics/msieve/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/msieve/ChangeLog?rev=1.9&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/msieve/ChangeLog?rev=1.9&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/msieve/ChangeLog?r1=1.8&r2=1.9
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v
53 retrieving revision 1.8
54 retrieving revision 1.9
55 diff -u -r1.8 -r1.9
56 --- ChangeLog 30 Nov 2012 08:52:07 -0000 1.8
57 +++ ChangeLog 30 Nov 2012 09:23:26 -0000 1.9
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-mathematics/msieve
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v 1.8 2012/11/30 08:52:07 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v 1.9 2012/11/30 09:23:26 patrick Exp $
63 +
64 + 30 Nov 2012; Patrick Lauer <patrick@g.o> +files/reduce-printf2.patch,
65 + +files/reduce-printf3.patch, msieve-1.50-r4.ebuild:
66 + Reducing output verbosity some more
67
68 *msieve-1.50-r4 (30 Nov 2012)