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-devel/automake: ChangeLog automake-1.10.1.ebuild
Date: Sun, 13 Apr 2008 23:23:14
Message-Id: E1JlBXT-0002dj-53@stork.gentoo.org
1 vapier 08/04/13 23:23:11
2
3 Modified: ChangeLog automake-1.10.1.ebuild
4 Log:
5 Add fix from upstream for instsh2.test failure #217513 by Markus Rothe.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.112 sys-devel/automake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.112&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.112&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?r1=1.111&r2=1.112
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
18 retrieving revision 1.111
19 retrieving revision 1.112
20 diff -u -r1.111 -r1.112
21 --- ChangeLog 13 Apr 2008 09:51:19 -0000 1.111
22 +++ ChangeLog 13 Apr 2008 23:23:10 -0000 1.112
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-devel/automake
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.111 2008/04/13 09:51:19 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.112 2008/04/13 23:23:10 vapier Exp $
28 +
29 + 13 Apr 2008; Mike Frysinger <vapier@g.o>
30 + +files/automake-1.10.1-tests.patch, automake-1.10.1.ebuild:
31 + Add fix from upstream for instsh2.test failure #217513 by Markus Rothe.
32
33 13 Apr 2008; Benedikt Böhm <hollow@g.o> automake-1.10.1.ebuild:
34 amd64 stable wrt #217239
35
36
37
38 1.4 sys-devel/automake/automake-1.10.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild?r1=1.3&r2=1.4
43
44 Index: automake-1.10.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- automake-1.10.1.ebuild 13 Apr 2008 09:51:19 -0000 1.3
51 +++ automake-1.10.1.ebuild 13 Apr 2008 23:23:10 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild,v 1.3 2008/04/13 09:51:19 hollow Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1.ebuild,v 1.4 2008/04/13 23:23:10 vapier Exp $
57
58 inherit eutils
59
60 @@ -24,6 +24,8 @@
61 src_unpack() {
62 unpack ${A}
63 cd "${S}"
64 + epatch "${FILESDIR}"/${P}-tests.patch #217513
65 + chmod a+rx tests/*.test
66 sed -i \
67 -e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
68 doc/automake.texi || die "sed failed"
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list