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.29.ebuild
Date: Fri, 28 Sep 2007 14:47:45
Message-Id: E1IbGzf-00063x-QU@stork.gentoo.org
1 hanno 07/09/28 14:39:03
2
3 Modified: ChangeLog
4 Added: pam_mount-0.29.ebuild
5 Log:
6 pam_mount version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.8 sys-auth/pam_mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 26 Sep 2007 14:45:32 -0000 1.7
23 +++ ChangeLog 28 Sep 2007 14:39:03 -0000 1.8
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.7 2007/09/26 14:45:32 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.8 2007/09/28 14:39:03 hanno Exp $
29 +
30 +*pam_mount-0.29 (28 Sep 2007)
31 +
32 + 28 Sep 2007; Hanno Boeck <hanno@g.o> +pam_mount-0.29.ebuild:
33 + Version bump.
34
35 26 Sep 2007; Hanno Boeck <hanno@g.o> pam_mount-0.27.ebuild:
36 QA: Add die message to dodoc.
37
38
39
40 1.1 sys-auth/pam_mount/pam_mount-0.29.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.29.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-0.29.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pam_mount-0.29.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.29.ebuild,v 1.1 2007/09/28 14:39:03 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 sys-libs/libhx
65 dev-libs/libxml2"
66 RDEPEND="$DEPEND
67 crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )
68 sys-process/lsof"
69
70 src_compile() {
71 econf --with-slibdir="/$(get_libdir)" || die "econf failed"
72 emake || die "emake failed"
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "make install failed"
77 dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed"
78
79 dodoc doc/*.txt || die "dodoc failed"
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list