Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-0.19.ebuild ChangeLog
Date: Fri, 21 Sep 2007 23:17:38
Message-Id: E1IYrDi-000842-Ov@stork.gentoo.org
1 hanno 07/09/21 22:43:34
2
3 Modified: pam_mount-0.19.ebuild ChangeLog
4 Log:
5 pam_mount minor fixes
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.4 sys-auth/pam_mount/pam_mount-0.19.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.19.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.19.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.19.ebuild?r1=1.3&r2=1.4
14
15 Index: pam_mount-0.19.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.19.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pam_mount-0.19.ebuild 14 Aug 2007 15:49:42 -0000 1.3
22 +++ pam_mount-0.19.ebuild 21 Sep 2007 22:43:34 -0000 1.4
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_mount/pam_mount-0.19.ebuild,v 1.3 2007/08/14 15:49:42 strerror Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.19.ebuild,v 1.4 2007/09/21 22:43:34 hanno Exp $
28
29 -inherit eutils multilib
30 +inherit eutils multilib pam
31
32 DESCRIPTION="A PAM module that can mount volumes for a user session"
33 HOMEPAGE="http://pam-mount.sourceforge.net"
34 @@ -16,7 +16,8 @@
35 DEPEND=">=sys-libs/pam-0.72
36 dev-libs/openssl
37 >=dev-libs/glib-2.0.0
38 - sys-libs/libhx"
39 + sys-libs/libhx
40 + dev-libs/libxml2"
41 RDEPEND="$DEPEND
42 crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )
43 sys-process/lsof"
44 @@ -28,8 +29,7 @@
45
46 src_install() {
47 emake DESTDIR="${D}" install || die "make install failed"
48 - insinto /etc/security
49 - doins ${S}/config/pam_mount.conf.xml || die
50 + dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed"
51
52 dodoc README TODO AUTHORS FAQ || die
53 }
54
55
56
57 1.4 sys-auth/pam_mount/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.4&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.4&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.3&r2=1.4
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
66 retrieving revision 1.3
67 retrieving revision 1.4
68 diff -u -r1.3 -r1.4
69 --- ChangeLog 14 Aug 2007 15:49:42 -0000 1.3
70 +++ ChangeLog 21 Sep 2007 22:43:34 -0000 1.4
71 @@ -1,6 +1,9 @@
72 # ChangeLog for sys-auth/pam_mount
73 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.3 2007/08/14 15:49:42 strerror Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.4 2007/09/21 22:43:34 hanno Exp $
76 +
77 + 21 Sep 2007; Hanno Boeck <hanno@g.o> pam_mount-0.19.ebuild:
78 + Add dep to libxml2 and use pam eclass.
79
80 14 Aug 2007; Benjamin Smee <strerror@g.o> pam_mount-0.18.ebuild,
81 pam_mount-0.19.ebuild:
82
83
84
85 --
86 gentoo-commits@g.o mailing list