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.0.ebuild
Date: Fri, 23 Apr 2010 13:28:01
Message-Id: 20100423132757.99936317E1@corvid.gentoo.org
1 hanno 10/04/23 13:27:57
2
3 Modified: ChangeLog
4 Added: pam_mount-2.0.ebuild
5 Log:
6 pam_mount bump
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.38 sys-auth/pam_mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 10 Jan 2010 15:51:34 -0000 1.37
23 +++ ChangeLog 23 Apr 2010 13:27:57 -0000 1.38
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/pam_mount
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.37 2010/01/10 15:51:34 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.38 2010/04/23 13:27:57 hanno Exp $
29 +
30 +*pam_mount-2.0 (23 Apr 2010)
31 +
32 + 23 Apr 2010; Hanno Boeck <hanno@g.o> +pam_mount-2.0.ebuild:
33 + Version bump.
34
35 *pam_mount-1.33 (10 Jan 2010)
36
37
38
39
40 1.1 sys-auth/pam_mount/pam_mount-2.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pam_mount-2.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 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-2.0.ebuild,v 1.1 2010/04/23 13:27:57 hanno Exp $
50
51 EAPI=3
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.xz"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62
63 IUSE="crypt"
64 DEPEND=">=sys-libs/pam-0.99
65 dev-libs/openssl
66 >=sys-libs/libhx-3.4
67 dev-libs/libxml2
68 dev-util/pkgconfig"
69 RDEPEND=">=sys-libs/pam-0.99
70 dev-libs/openssl
71 >=sys-libs/libhx-3.4
72 dev-libs/libxml2
73 >=sys-fs/cryptsetup-1.0.5
74 sys-process/lsof"
75
76 src_configure() {
77 econf --with-slibdir="/$(get_libdir)" || die "econf failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "make install failed"
82 dodoc doc/*.txt || die "dodoc failed"
83 }