Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
flameeyes 09/09/13 15:41:49
Modified: libtool-2.2.6a.ebuild ChangeLog
Log:
Add backport from upstream to skip over localisation test (#37) when German locale is unavailable; this also fixes the other test failure (#73) since that was just a recursion over the rest of the tests. Solves the blocking issues from bug #257399.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-devel/libtool/libtool-2.2.6a.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.6&r2=1.7
Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libtool-2.2.6a.ebuild 13 Sep 2009 14:38:02 -0000 1.6
+++ libtool-2.2.6a.ebuild 13 Sep 2009 15:41:49 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.6 2009/09/13 14:38:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.7 2009/09/13 15:41:49 flameeyes Exp $
LIBTOOLIZE="true" #225559
inherit eutils autotools
@@ -27,6 +27,7 @@
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}/${P}-gnuinfo.patch #249168
+ epatch "${FILESDIR}"/${PV}/${P}-tests-locale.patch #249168
if ! use vanilla ; then
epunt_cxx
1.145 sys-devel/libtool/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 13 Sep 2009 14:46:53 -0000 1.144
+++ ChangeLog 13 Sep 2009 15:41:49 -0000 1.145
@@ -1,6 +1,13 @@
# ChangeLog for sys-devel/libtool
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.144 2009/09/13 14:46:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.145 2009/09/13 15:41:49 flameeyes Exp $
+
+ 13 Sep 2009; Diego E. Pettenò <flameeyes@g.o>
+ libtool-2.2.6a.ebuild, +files/2.2.6a/libtool-2.2.6a-tests-locale.patch:
+ Add backport from upstream to skip over localisation test (#37) when
+ German locale is unavailable; this also fixes the other test failure (#73)
+ since that was just a recursion over the rest of the tests. Solves the
+ blocking issues from bug #257399.
13 Sep 2009; Diego E. Pettenò <flameeyes@g.o> libtool-9999.ebuild:
Fix dependencies from current GIT.
|
|