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
vapier 08/04/13 23:23:11
Modified: ChangeLog automake-1.10.1.ebuild
Log:
Add fix from upstream for instsh2.test failure #217513 by Markus Rothe.
(Portage version: 2.2_pre5)
Revision Changes Path
1.112 sys-devel/automake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 13 Apr 2008 09:51:19 -0000 1.111
+++ ChangeLog 13 Apr 2008 23:23:10 -0000 1.112
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/automake
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.111 2008/04/13 09:51:19 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.112 2008/04/13 23:23:10 vapier Exp $
+
+ 13 Apr 2008; Mike Frysinger <vapier@g.o>
+ +files/automake-1.10.1-tests.patch, automake-1.10.1.ebuild:
+ Add fix from upstream for instsh2.test failure #217513 by Markus Rothe.
13 Apr 2008; Benedikt Böhm <hollow@g.o> automake-1.10.1.ebuild:
amd64 stable wrt #217239
1.4 sys-devel/automake/automake-1.10.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild?r1=1.3&r2=1.4
Index: automake-1.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- automake-1.10.1.ebuild 13 Apr 2008 09:51:19 -0000 1.3
+++ automake-1.10.1.ebuild 13 Apr 2008 23:23:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild,v 1.3 2008/04/13 09:51:19 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild,v 1.4 2008/04/13 23:23:10 vapier Exp $
inherit eutils
@@ -24,6 +24,8 @@
src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}"/${P}-tests.patch #217513
+ chmod a+rx tests/*.test
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
doc/automake.texi || die "sed failed"
--
gentoo-commits@g.o mailing list
|
|