Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxslt: libxslt-1.1.26.ebuild ChangeLog
Date: Wed, 07 Oct 2009 15:32:03
Message-Id: E1MvYUh-00018Z-4v@stork.gentoo.org
1 ssuominen 09/10/07 15:31:59
2
3 Modified: libxslt-1.1.26.ebuild ChangeLog
4 Log:
5 Fix linking with -Wl,--no-undefined wrt #246748 by Christian Ruppert.
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-libs/libxslt/libxslt-1.1.26.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild?r1=1.1&r2=1.2
14
15 Index: libxslt-1.1.26.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libxslt-1.1.26.ebuild 7 Oct 2009 14:39:51 -0000 1.1
22 +++ libxslt-1.1.26.ebuild 7 Oct 2009 15:31:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild,v 1.1 2009/10/07 14:39:51 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild,v 1.2 2009/10/07 15:31:58 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools eutils
31 @@ -21,7 +21,8 @@
32
33 src_prepare() {
34 epatch "${FILESDIR}"/libxslt.m4-${P}.patch \
35 - "${FILESDIR}"/${PN}-1.1.23-parallel-install.patch
36 + "${FILESDIR}"/${PN}-1.1.23-parallel-install.patch \
37 + "${FILESDIR}"/${P}-undefined.patch
38 eautoreconf
39 epunt_cxx
40 }
41
42
43
44 1.192 dev-libs/libxslt/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/ChangeLog?rev=1.192&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/ChangeLog?rev=1.192&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/ChangeLog?r1=1.191&r2=1.192
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v
53 retrieving revision 1.191
54 retrieving revision 1.192
55 diff -u -r1.191 -r1.192
56 --- ChangeLog 7 Oct 2009 14:39:51 -0000 1.191
57 +++ ChangeLog 7 Oct 2009 15:31:58 -0000 1.192
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/libxslt
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.191 2009/10/07 14:39:51 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.192 2009/10/07 15:31:58 ssuominen Exp $
63 +
64 + 07 Oct 2009; Samuli Suominen <ssuominen@g.o> libxslt-1.1.26.ebuild,
65 + +files/libxslt-1.1.26-undefined.patch:
66 + Fix linking with -Wl,--no-undefined wrt #246748 by Christian Ruppert.
67
68 *libxslt-1.1.26 (07 Oct 2009)