Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-3.6.ebuild ChangeLog
Date: Sun, 08 Jun 2014 02:11:30
Message-Id: 20140608021125.23BBC2004F@flycatcher.gentoo.org
1 alonbl 14/06/08 02:11:25
2
3 Modified: libtasn1-3.6.ebuild ChangeLog
4 Log:
5 Fix autoreconf issue with gtk-doc, bug#512694
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
8
9 Revision Changes Path
10 1.2 dev-libs/libtasn1/libtasn1-3.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild?r1=1.1&r2=1.2
15
16 Index: libtasn1-3.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libtasn1-3.6.ebuild 7 Jun 2014 18:40:15 -0000 1.1
23 +++ libtasn1-3.6.ebuild 8 Jun 2014 02:11:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild,v 1.1 2014/06/07 18:40:15 alonbl Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.6.ebuild,v 1.2 2014/06/08 02:11:24 alonbl Exp $
29
30 EAPI=5
31
32 @@ -27,6 +27,7 @@
33
34 src_prepare() {
35 epatch "${FILESDIR}/${P}-build.patch"
36 + sed -i 's/AM_INIT_AUTOMAKE(\[\(.*\)\])/AM_INIT_AUTOMAKE([\1 -Wno-portability])/' configure.ac
37 eautoreconf
38 }
39
40
41
42
43 1.201 dev-libs/libtasn1/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.201&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.201&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.200&r2=1.201
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
52 retrieving revision 1.200
53 retrieving revision 1.201
54 diff -u -r1.200 -r1.201
55 --- ChangeLog 7 Jun 2014 18:40:15 -0000 1.200
56 +++ ChangeLog 8 Jun 2014 02:11:24 -0000 1.201
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-libs/libtasn1
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.200 2014/06/07 18:40:15 alonbl Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.201 2014/06/08 02:11:24 alonbl Exp $
62 +
63 + 08 Jun 2014; Alon Bar-Lev <alonbl@g.o> libtasn1-3.6.ebuild:
64 + Fix autoreconf issue with gtk-doc, bug#512694
65
66 *libtasn1-3.6 (07 Jun 2014)