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/cado-nfs: cado-nfs-2.0.ebuild ChangeLog
Date: Thu, 23 Jan 2014 02:45:32
Message-Id: 20140123024528.E3F252004E@flycatcher.gentoo.org
1 patrick 14/01/23 02:45:28
2
3 Modified: cado-nfs-2.0.ebuild ChangeLog
4 Log:
5 Add keywords and fix setting S
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: cado-nfs-2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cado-nfs-2.0.ebuild 14 Jan 2014 03:19:37 -0000 1.1
23 +++ cado-nfs-2.0.ebuild 23 Jan 2014 02:45:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild,v 1.1 2014/01/14 03:19:37 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild,v 1.2 2014/01/23 02:45:28 patrick Exp $
29
30 EAPI=4
31 DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
32 @@ -11,8 +11,7 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -#KEYWORDS="~amd64 ~x86"
37 -KEYWORDS=""
38 +KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 RDEPEND="dev-libs/gmp
42 @@ -23,9 +22,6 @@
43 DEPEND="${RDEPEND}
44 "
45
46 -# sigh :(
47 -S="${WORKDIR}/cado-nfs-2.0alpha_55e97b6a"
48 -
49 src_prepare() {
50 # looks like packaging mistake
51 sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die
52
53
54
55 1.5 sci-mathematics/cado-nfs/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog?r1=1.4&r2=1.5
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- ChangeLog 14 Jan 2014 03:19:37 -0000 1.4
68 +++ ChangeLog 23 Jan 2014 02:45:28 -0000 1.5
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sci-mathematics/cado-nfs
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.4 2014/01/14 03:19:37 patrick Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.5 2014/01/23 02:45:28 patrick Exp $
74 +
75 + 23 Jan 2014; Patrick Lauer <patrick@g.o> cado-nfs-2.0.ebuild:
76 + Add keywords and fix setting S
77
78 *cado-nfs-2.0 (14 Jan 2014)