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 sys-auth/pam_pkcs11: pam_pkcs11-0.6.8.ebuild ChangeLog
Date: Sun, 06 Jul 2014 17:49:39
Message-Id: 20140706174935.756CE2004E@flycatcher.gentoo.org
1 alonbl 14/07/06 17:49:35
2
3 Modified: pam_pkcs11-0.6.8.ebuild ChangeLog
4 Log:
5 Fix silent build disable, bug#515344
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 sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild?r1=1.1&r2=1.2
15
16 Index: pam_pkcs11-0.6.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pam_pkcs11-0.6.8.ebuild 2 Aug 2012 15:24:33 -0000 1.1
23 +++ pam_pkcs11-0.6.8.ebuild 6 Jul 2014 17:49:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild,v 1.1 2012/08/02 15:24:33 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.8.ebuild,v 1.2 2014/07/06 17:49:35 alonbl Exp $
30
31 EAPI=4
32
33 @@ -49,7 +49,7 @@
34 $(use_with nss) \
35 --docdir=/usr/share/doc/${PF} \
36 --htmldir=/usr/share/doc/${PF}/html \
37 - --disable-silent-build
38 + --disable-silent-rules
39 }
40
41 src_install() {
42
43
44
45 1.23 sys-auth/pam_pkcs11/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog?rev=1.23&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog?rev=1.23&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog?r1=1.22&r2=1.23
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v
54 retrieving revision 1.22
55 retrieving revision 1.23
56 diff -u -r1.22 -r1.23
57 --- ChangeLog 2 Aug 2012 15:24:33 -0000 1.22
58 +++ ChangeLog 6 Jul 2014 17:49:35 -0000 1.23
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-auth/pam_pkcs11
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.22 2012/08/02 15:24:33 flameeyes Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.23 2014/07/06 17:49:35 alonbl Exp $
65 +
66 + 06 Jul 2014; Alon Bar-Lev <alonbl@g.o> pam_pkcs11-0.6.8.ebuild:
67 + Fix silent build disable, bug#515344
68
69 *pam_pkcs11-0.6.8 (02 Aug 2012)