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/flint: flint-2.3.ebuild ChangeLog
Date: Tue, 21 May 2013 07:10:15
Message-Id: 20130521071010.D9F932171D@flycatcher.gentoo.org
1 patrick 13/05/21 07:10:10
2
3 Modified: flint-2.3.ebuild ChangeLog
4 Log:
5 Fixing libdir for #470732
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/flint/flint-2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild?r1=1.1&r2=1.2
15
16 Index: flint-2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- flint-2.3.ebuild 26 Nov 2012 08:06:33 -0000 1.1
23 +++ flint-2.3.ebuild 21 May 2013 07:10:10 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild,v 1.1 2012/11/26 08:06:33 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild,v 1.2 2013/05/21 07:10:10 patrick Exp $
30
31 EAPI="5"
32
33 -inherit eutils
34 +inherit eutils multilib
35
36 DESCRIPTION="Fast Library for Number Theory"
37 HOMEPAGE="http://www.flintlib.org/"
38 @@ -22,6 +22,11 @@
39 "
40 RDEPEND="${DEPEND}"
41
42 +src_prepare() {
43 + # Correct lib paths to be multilib-proper #470732
44 + sed -i -e 's~/lib~/'$(get_libdir)'~' Makefile.in || die
45 +}
46 +
47 src_configure() {
48 # handwritten script, needs extra stabbing
49 ./configure --with-mpir=/usr --with-mpfr=/usr --with-ntl=/usr --prefix="${D}/usr" || die
50
51
52
53 1.2 sci-mathematics/flint/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 26 Nov 2012 08:06:33 -0000 1.1
66 +++ ChangeLog 21 May 2013 07:10:10 -0000 1.2
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sci-mathematics/flint
69 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.1 2012/11/26 08:06:33 patrick Exp $
71 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.2 2013/05/21 07:10:10 patrick Exp $
73 +
74 + 21 May 2013; Patrick Lauer <patrick@g.o> flint-2.3.ebuild:
75 + Fixing libdir for #470732
76
77 *flint-2.3 (26 Nov 2012)