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_p11: pam_p11-0.1.3.ebuild ChangeLog
Date: Sat, 10 Nov 2007 17:38:30
Message-Id: E1IquHo-0004hm-3s@stork.gentoo.org
1 alonbl 07/11/10 17:38:24
2
3 Modified: pam_p11-0.1.3.ebuild ChangeLog
4 Log:
5 Cleanups
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.3 sys-auth/pam_p11/pam_p11-0.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild?r1=1.2&r2=1.3
14
15 Index: pam_p11-0.1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pam_p11-0.1.3.ebuild 26 Jul 2007 19:22:53 -0000 1.2
22 +++ pam_p11-0.1.3.ebuild 10 Nov 2007 17:38:23 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild,v 1.2 2007/07/26 19:22:53 gmsoft Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild,v 1.3 2007/11/10 17:38:23 alonbl Exp $
28
29 -inherit pam
30 +inherit pam eutils
31
32 DESCRIPTION="pam_p11 is a pam package for using cryptographic tokens as authentication"
33 HOMEPAGE="http://www.opensc-project.org/pam_p11/"
34 @@ -19,9 +19,15 @@
35
36 MAKEOPTS="${MAKEOPTS} -j1"
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + epatch "${FILESDIR}/${P}-qa.patch"
42 +}
43 +
44 src_install() {
45 - dopammod ${S}/src/.libs/pam_p11_opensc.so
46 - dopammod ${S}/src/.libs/pam_p11_openssh.so
47 + dopammod src/.libs/pam_p11_opensc.so
48 + dopammod src/.libs/pam_p11_openssh.so
49
50 dohtml doc/*.html doc/*.css
51 }
52
53
54
55 1.11 sys-auth/pam_p11/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_p11/ChangeLog?rev=1.11&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_p11/ChangeLog?rev=1.11&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_p11/ChangeLog?r1=1.10&r2=1.11
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v
64 retrieving revision 1.10
65 retrieving revision 1.11
66 diff -u -r1.10 -r1.11
67 --- ChangeLog 29 Aug 2007 18:53:49 -0000 1.10
68 +++ ChangeLog 10 Nov 2007 17:38:23 -0000 1.11
69 @@ -1,6 +1,10 @@
70 # ChangeLog for sys-auth/pam_p11
71 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.10 2007/08/29 18:53:49 phreak Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.11 2007/11/10 17:38:23 alonbl Exp $
74 +
75 + 10 Nov 2007; Alon Bar-Lev <alonbl@g.o>
76 + +files/pam_p11-0.1.3-qa.patch, pam_p11-0.1.3.ebuild:
77 + Cleanups
78
79 29 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
80 Removing kaiowas from metadata due to his retirement (see #61930 for
81
82
83
84 --
85 gentoo-commits@g.o mailing list