Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libetpan: libetpan-1.1.ebuild ChangeLog
Date: Tue, 30 Apr 2013 06:38:49
Message-Id: 20130430063846.564D22171D@flycatcher.gentoo.org
1 eras 13/04/30 06:38:46
2
3 Modified: libetpan-1.1.ebuild ChangeLog
4 Log:
5 Fix building with automake-1.13 - bug #467788
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.11 net-libs/libetpan/libetpan-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild?r1=1.10&r2=1.11
15
16 Index: libetpan-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- libetpan-1.1.ebuild 5 Aug 2012 20:17:03 -0000 1.10
23 +++ libetpan-1.1.ebuild 30 Apr 2013 06:38:46 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v 1.10 2012/08/05 20:17:03 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v 1.11 2013/04/30 06:38:46 eras Exp $
30
31 EAPI="4"
32
33 @@ -24,8 +24,12 @@
34
35 src_prepare() {
36 epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch
37 - # respect CFLAGS - bug #373723
38 - sed -i -e "s/-O2 -g//" configure.ac
39 +
40 + sed -i \
41 + -e "s/-O2 -g//" \
42 + -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \
43 + configure.ac
44 +
45 eautoreconf
46 }
47
48
49
50
51 1.102 net-libs/libetpan/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.102&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.102&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?r1=1.101&r2=1.102
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v
60 retrieving revision 1.101
61 retrieving revision 1.102
62 diff -u -r1.101 -r1.102
63 --- ChangeLog 5 Aug 2012 20:17:03 -0000 1.101
64 +++ ChangeLog 30 Apr 2013 06:38:46 -0000 1.102
65 @@ -1,6 +1,9 @@
66 # ChangeLog for net-libs/libetpan
67 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.101 2012/08/05 20:17:03 blueness Exp $
69 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.102 2013/04/30 06:38:46 eras Exp $
71 +
72 + 30 Apr 2013; Eray Aslan <eras@g.o> libetpan-1.1.ebuild:
73 + Fix building with automake-1.13 - bug #467788
74
75 05 Aug 2012; Anthony G. Basile <blueness@g.o> libetpan-1.1.ebuild:
76 Keyword ~arm
77 @@ -376,4 +379,3 @@
78 23 Jun 2005; Andrej Kacian <ticho@g.o> +metadata.xml,
79 +libetpan-0.36.ebuild:
80 Initial import.
81 -