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: ChangeLog pam_mount-0.26.ebuild
Date: Wed, 26 Sep 2007 03:22:56
Message-Id: E1IaNM6-0006cI-Hz@stork.gentoo.org
1 hanno 07/09/26 03:14:30
2
3 Modified: ChangeLog
4 Added: pam_mount-0.26.ebuild
5 Log:
6 pam_mount bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.5 sys-auth/pam_mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 21 Sep 2007 22:43:34 -0000 1.4
23 +++ ChangeLog 26 Sep 2007 03:14:30 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/pam_mount
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.4 2007/09/21 22:43:34 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.5 2007/09/26 03:14:30 hanno Exp $
29 +
30 +*pam_mount-0.26 (26 Sep 2007)
31 +
32 + 26 Sep 2007; Hanno Boeck <hanno@g.o> +pam_mount-0.26.ebuild:
33 + Version bump.
34
35 21 Sep 2007; Hanno Boeck <hanno@g.o> pam_mount-0.19.ebuild:
36 Add dep to libxml2 and use pam eclass.
37
38
39
40 1.1 sys-auth/pam_mount/pam_mount-0.26.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.26.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.26.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pam_mount-0.26.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.26.ebuild,v 1.1 2007/09/26 03:14:30 hanno Exp $
50
51 inherit eutils multilib pam
52
53 DESCRIPTION="A PAM module that can mount volumes for a user session"
54 HOMEPAGE="http://pam-mount.sourceforge.net"
55 SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~x86 ~amd64"
60
61 IUSE="crypt"
62 DEPEND=">=sys-libs/pam-0.72
63 dev-libs/openssl
64 >=dev-libs/glib-2.0.0
65 sys-libs/libhx
66 dev-libs/libxml2"
67 RDEPEND="$DEPEND
68 crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )
69 sys-process/lsof"
70
71 src_compile() {
72 econf --with-slibdir="/$(get_libdir)" || die "econf failed"
73 emake || die "emake failed"
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "make install failed"
78 dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed"
79
80 dodoc doc/*.txt || die
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list