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