Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_pkcs11: pam_pkcs11-0.6.6.ebuild ChangeLog
Date: Fri, 06 May 2011 09:30:05
Message-Id: 20110506092904.A9CF120054@flycatcher.gentoo.org
1 flameeyes 11/05/06 09:29:04
2
3 Modified: pam_pkcs11-0.6.6.ebuild ChangeLog
4 Log:
5 Drop dependency over opensc, any PKCS#11 provider would do.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.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.6.ebuild?r1=1.1&r2=1.2
15
16 Index: pam_pkcs11-0.6.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pam_pkcs11-0.6.6.ebuild 23 Feb 2011 14:50:44 -0000 1.1
23 +++ pam_pkcs11-0.6.6.ebuild 6 May 2011 09:29:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild,v 1.1 2011/02/23 14:50:44 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild,v 1.2 2011/05/06 09:29:04 flameeyes Exp $
29
30 EAPI="3"
31
32 @@ -15,8 +15,7 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
34 IUSE="curl ldap nss +pcsc-lite"
35
36 -RDEPEND="dev-libs/opensc
37 - sys-libs/pam
38 +RDEPEND="sys-libs/pam
39 curl? ( net-misc/curl )
40 ldap? ( net-nds/openldap )
41 nss? (
42 @@ -79,9 +78,13 @@
43 }
44
45 pkg_postinst() {
46 + elog "For ${PN} to work you need a PKCS#11 provider, such as one of:"
47 + elog " - dev-libs/opensc"
48 + elog " - dev-libs/opencryptoki"
49 + elog ""
50 elog "You probably want to configure the '${EROOT}etc/${PN}/${PN}.conf' file with"
51 elog "the settings for your pkcs11 provider."
52 - elog
53 + elog ""
54 elog "You might also want to set up '${EROOT}etc/${PN}/pkcs11_eventmgr.conf' with"
55 elog "the settings for the event manager, and start it up at user login."
56 }
57
58
59
60 1.20 sys-auth/pam_pkcs11/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog?rev=1.20&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog?rev=1.20&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog?r1=1.19&r2=1.20
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v
69 retrieving revision 1.19
70 retrieving revision 1.20
71 diff -u -r1.19 -r1.20
72 --- ChangeLog 23 Feb 2011 14:50:44 -0000 1.19
73 +++ ChangeLog 6 May 2011 09:29:04 -0000 1.20
74 @@ -1,6 +1,10 @@
75 # ChangeLog for sys-auth/pam_pkcs11
76 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.19 2011/02/23 14:50:44 arfrever Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.20 2011/05/06 09:29:04 flameeyes Exp $
79 +
80 + 06 May 2011; Diego E. Pettenò <flameeyes@g.o>
81 + pam_pkcs11-0.6.6.ebuild:
82 + Drop dependency over opensc, any PKCS#11 provider would do.
83
84 *pam_pkcs11-0.6.6 (23 Feb 2011)