Gentoo Archives: gentoo-commits

From: "Benda XU (heroxbd)" <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2-r1.ebuild ChangeLog
Date: Sun, 03 Nov 2013 07:16:57
Message-Id: 20131103071652.506AD2004B@flycatcher.gentoo.org
1 heroxbd 13/11/03 07:16:52
2
3 Modified: mpfr-3.1.2-r1.ebuild ChangeLog
4 Log:
5 EROOT for gmp locations to do cross compiling correctly. bug #476336
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 dev-libs/mpfr/mpfr-3.1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: mpfr-3.1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- mpfr-3.1.2-r1.ebuild 30 Oct 2013 12:08:10 -0000 1.4
23 +++ mpfr-3.1.2-r1.ebuild 3 Nov 2013 07:16:52 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.4 2013/10/30 12:08:10 nimiux Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.5 2013/11/03 07:16:52 heroxbd Exp $
29
30 EAPI="3"
31
32 @@ -46,8 +46,8 @@
33 src_configure() {
34 econf \
35 --docdir="${EPREFIX}"/usr/share/doc/${PF} \
36 - --with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
37 - --with-gmp-include="${EPREFIX}"/usr/include \
38 + --with-gmp-lib="${EROOT}"usr/$(get_libdir) \
39 + --with-gmp-include="${EROOT}"usr/include \
40 $(use_enable static-libs static)
41 }
42
43
44
45
46 1.173 dev-libs/mpfr/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.173&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.173&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?r1=1.172&r2=1.173
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v
55 retrieving revision 1.172
56 retrieving revision 1.173
57 diff -u -r1.172 -r1.173
58 --- ChangeLog 30 Oct 2013 12:08:10 -0000 1.172
59 +++ ChangeLog 3 Nov 2013 07:16:52 -0000 1.173
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-libs/mpfr
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.172 2013/10/30 12:08:10 nimiux Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.173 2013/11/03 07:16:52 heroxbd Exp $
65 +
66 + 03 Nov 2013; Benda Xu <heroxbd@g.o> mpfr-3.1.2-r1.ebuild:
67 + EROOT for gmp locations to do cross compiling correctly. bug #476336
68
69 30 Oct 2013; Chema Alonso <nimiux@g.o> mpfr-3.1.2-r1.ebuild:
70 Stable for amd64 wrt bug #487798