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/libgcrypt: libgcrypt-1.6.0.ebuild ChangeLog
Date: Fri, 24 Jan 2014 21:26:13
Message-Id: 20140124212608.3441F2004E@flycatcher.gentoo.org
1 alonbl 14/01/24 21:26:08
2
3 Modified: libgcrypt-1.6.0.ebuild ChangeLog
4 Log:
5 enable automake >= 1.14, bug#498718, thanks to wojtek
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BF20DC51)
8
9 Revision Changes Path
10 1.6 dev-libs/libgcrypt/libgcrypt-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.6.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.6.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.6.0.ebuild?r1=1.5&r2=1.6
15
16 Index: libgcrypt-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.6.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libgcrypt-1.6.0.ebuild 18 Jan 2014 05:07:26 -0000 1.5
23 +++ libgcrypt-1.6.0.ebuild 24 Jan 2014 21:26:08 -0000 1.6
24 @@ -1,10 +1,10 @@
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/libgcrypt/libgcrypt-1.6.0.ebuild,v 1.5 2014/01/18 05:07:26 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.6.0.ebuild,v 1.6 2014/01/24 21:26:08 alonbl Exp $
29
30 EAPI=5
31 AUTOTOOLS_AUTORECONF=1
32 -WANT_AUTOMAKE=1.12
33 +WANT_AUTOMAKE=1.13
34
35 inherit autotools-utils flag-o-matic
36
37 @@ -26,6 +26,7 @@
38 PATCHES=(
39 "${FILESDIR}"/${PN}-1.5.0-uscore.patch
40 "${FILESDIR}"/${PN}-multilib-syspath.patch
41 + "${FILESDIR}"/${P}-serial-tests.patch
42 )
43
44 src_configure() {
45
46
47
48 1.199 dev-libs/libgcrypt/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?rev=1.199&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?rev=1.199&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?r1=1.198&r2=1.199
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v
57 retrieving revision 1.198
58 retrieving revision 1.199
59 diff -u -r1.198 -r1.199
60 --- ChangeLog 18 Jan 2014 05:07:26 -0000 1.198
61 +++ ChangeLog 24 Jan 2014 21:26:08 -0000 1.199
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-libs/libgcrypt
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.198 2014/01/18 05:07:26 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.199 2014/01/24 21:26:08 alonbl Exp $
67 +
68 + 24 Jan 2014; Alon Bar-Lev <alonbl@g.o>
69 + +files/libgcrypt-1.6.0-serial-tests.patch, libgcrypt-1.6.0.ebuild:
70 + enable automake >= 1.14, bug#498718, thanks to wojtek
71
72 18 Jan 2014; Mike Frysinger <vapier@g.o> libgcrypt-1.5.3.ebuild,
73 libgcrypt-1.6.0.ebuild: