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-2.5.ebuild
Date: Tue, 05 Oct 2010 11:32:08
Message-Id: 20101005113201.EC8DD20051@flycatcher.gentoo.org
1 hanno 10/10/05 11:32:01
2
3 Modified: ChangeLog
4 Added: pam_mount-2.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.9.13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.46 sys-auth/pam_mount/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 13 Aug 2010 13:33:09 -0000 1.45
24 +++ ChangeLog 5 Oct 2010 11:32:01 -0000 1.46
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-auth/pam_mount
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.45 2010/08/13 13:33:09 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.46 2010/10/05 11:32:01 hanno Exp $
30 +
31 +*pam_mount-2.5 (05 Oct 2010)
32 +
33 + 05 Oct 2010; Hanno Boeck <hanno@g.o> +pam_mount-2.5.ebuild:
34 + Version bump.
35
36 13 Aug 2010; Joseph Jezak <josejx@g.o> pam_mount-2.1.ebuild:
37 Marked ppc stable for bug #264658.
38
39
40
41 1.1 sys-auth/pam_mount/pam_mount-2.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pam_mount-2.5.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.5.ebuild,v 1.1 2010/10/05 11:32:01 hanno Exp $
51
52 EAPI=3
53
54 inherit multilib
55
56 DESCRIPTION="A PAM module that can mount volumes for a user session"
57 HOMEPAGE="http://pam-mount.sourceforge.net"
58 SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 IUSE="crypt"
65 DEPEND=">=sys-libs/pam-0.99
66 dev-libs/openssl
67 >=sys-libs/libhx-3.4
68 dev-libs/libxml2
69 >=sys-fs/cryptsetup-1.1.0
70 dev-util/pkgconfig
71 app-arch/xz-utils"
72 RDEPEND=">=sys-libs/pam-0.99
73 dev-libs/openssl
74 >=sys-libs/libhx-3.4
75 dev-libs/libxml2
76 >=sys-fs/cryptsetup-1.1.0
77 sys-process/lsof"
78
79 src_configure() {
80 econf --with-slibdir="/$(get_libdir)" || die "econf failed"
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "make install failed"
85 dodoc doc/*.txt || die "dodoc failed"
86 }