Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: libunwind-1.1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 18:24:47
Message-Id: 20131030182441.5EBB420047@flycatcher.gentoo.org
1 vapier 13/10/30 18:24:41
2
3 Modified: libunwind-1.1.ebuild ChangeLog
4 Log:
5 Call elibtoolize to fix relinking issues when cross-compiling.
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.11 sys-libs/libunwind/libunwind-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild?r1=1.10&r2=1.11
15
16 Index: libunwind-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- libunwind-1.1.ebuild 25 Oct 2013 14:53:16 -0000 1.10
23 +++ libunwind-1.1.ebuild 30 Oct 2013 18:24:41 -0000 1.11
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.10 2013/10/25 14:53:16 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.11 2013/10/30 18:24:41 vapier Exp $
29
30 EAPI="5"
31
32 -inherit eutils
33 +inherit eutils libtool
34
35 DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
36 HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
37 @@ -32,6 +32,7 @@
38 echo 'int main(){return 0;}' > tests/Ltest-dyn1.c
39
40 sed -i -e '/LIBLZMA/s:-lzma:-llzma:' configure{,.ac} || die #444050
41 + elibtoolize
42 }
43
44 src_configure() {
45
46
47
48 1.37 sys-libs/libunwind/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.37&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.37&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.36&r2=1.37
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
57 retrieving revision 1.36
58 retrieving revision 1.37
59 diff -u -r1.36 -r1.37
60 --- ChangeLog 25 Oct 2013 14:53:16 -0000 1.36
61 +++ ChangeLog 30 Oct 2013 18:24:41 -0000 1.37
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-libs/libunwind
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.36 2013/10/25 14:53:16 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.37 2013/10/30 18:24:41 vapier Exp $
67 +
68 + 30 Oct 2013; Mike Frysinger <vapier@g.o> libunwind-1.1.ebuild:
69 + Call elibtoolize to fix relinking issues when cross-compiling.
70
71 25 Oct 2013; Jeroen Roovers <jer@g.o> libunwind-1.1.ebuild:
72 Marked ~hppa too.