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.1.1.ebuild ChangeLog
Date: Wed, 29 Apr 2015 08:25:04
Message-Id: 20150429082455.A7812998@oystercatcher.gentoo.org
1 patrick 15/04/29 08:24:54
2
3 Modified: ChangeLog
4 Added: cado-nfs-2.1.1.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.7 sci-mathematics/cado-nfs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 10 Sep 2014 07:58:07 -0000 1.6
24 +++ ChangeLog 29 Apr 2015 08:24:54 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-mathematics/cado-nfs
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.6 2014/09/10 07:58:07 patrick Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.7 2015/04/29 08:24:54 patrick Exp $
31 +
32 +*cado-nfs-2.1.1 (29 Apr 2015)
33 +
34 + 29 Apr 2015; Patrick Lauer <patrick@g.o> +cado-nfs-2.1.1.ebuild:
35 + Bump
36
37 *cado-nfs-2.1 (10 Sep 2014)
38
39
40
41
42 1.1 sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cado-nfs-2.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild,v 1.1 2015/04/29 08:24:54 patrick Exp $
52
53 EAPI=4
54 DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
55 HOMEPAGE="http://cado-nfs.gforge.inria.fr/"
56 SRC_URI="https://gforge.inria.fr/frs/download.php/file/34110/${P}.tar.gz"
57
58 inherit eutils cmake-utils
59
60 # Fails F9_{k,m}bucket_test F9_tracektest
61 RESTRICT="test"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="dev-libs/gmp
69 dev-lang/perl
70 !sci-mathematics/ggnfs
71 !sci-biology/shrimp
72 "
73 DEPEND="${RDEPEND}
74 "
75
76 src_prepare() {
77 # looks like packaging mistake
78 sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die
79 sed -i -e 's/target_link_libraries (convert_rels utils)//' misc/CMakeLists.txt || die
80 sed -i -e 's~install(TARGETS convert_rels RUNTIME DESTINATION bin/misc)~~' misc/CMakeLists.txt || die
81 }
82
83 src_configure() {
84 DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
85 }
86 src_compile() {
87 # autodetection goes confused for gf2x
88 ABI=default cmake-utils_src_compile
89 }