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/yafu: yafu-1.33-r1.ebuild ChangeLog
Date: Wed, 28 Nov 2012 08:13:05
Message-Id: 20121128081253.D7C9F20C65@flycatcher.gentoo.org
1 patrick 12/11/28 08:12:53
2
3 Modified: yafu-1.33-r1.ebuild ChangeLog
4 Log:
5 Adding ggnfs dep
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/yafu/yafu-1.33-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: yafu-1.33-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yafu-1.33-r1.ebuild 25 Nov 2012 07:42:37 -0000 1.1
23 +++ yafu-1.33-r1.ebuild 28 Nov 2012 08:12:53 -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/yafu/yafu-1.33-r1.ebuild,v 1.1 2012/11/25 07:42:37 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild,v 1.2 2012/11/28 08:12:53 patrick Exp $
29
30 EAPI=4
31 DESCRIPTION="Yet another factoring utility"
32 @@ -13,11 +13,12 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 # nfs is overloaded, so using less confusing sieve here
36 -IUSE="sieve"
37 +IUSE="+sieve"
38
39 DEPEND="dev-libs/gmp
40 sci-mathematics/gmp-ecm
41 - sieve? ( sci-mathematics/msieve )"
42 + sieve? ( sci-mathematics/msieve
43 + sci-mathematics/ggnfs )"
44 RDEPEND="${DEPEND}"
45
46 src_prepare() {
47
48
49
50 1.3 sci-mathematics/yafu/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yafu/ChangeLog?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yafu/ChangeLog?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yafu/ChangeLog?r1=1.2&r2=1.3
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- ChangeLog 25 Nov 2012 07:42:37 -0000 1.2
63 +++ ChangeLog 28 Nov 2012 08:12:53 -0000 1.3
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sci-mathematics/yafu
66 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.2 2012/11/25 07:42:37 patrick Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.3 2012/11/28 08:12:53 patrick Exp $
69 +
70 + 28 Nov 2012; Patrick Lauer <patrick@g.o> yafu-1.33-r1.ebuild:
71 + Adding ggnfs dep
72
73 *yafu-1.33-r1 (25 Nov 2012)