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: pam_mount-1.26.ebuild ChangeLog
Date: Tue, 30 Jun 2009 10:47:46
Message-Id: E1MLasK-0007W8-Hy@stork.gentoo.org
1 hanno 09/06/30 10:47:44
2
3 Modified: ChangeLog
4 Added: pam_mount-1.26.ebuild
5 Log:
6 pam_mount bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 sys-auth/pam_mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 15 Jun 2009 13:31:56 -0000 1.33
23 +++ ChangeLog 30 Jun 2009 10:47:44 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/pam_mount
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.33 2009/06/15 13:31:56 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.34 2009/06/30 10:47:44 hanno Exp $
29 +
30 +*pam_mount-1.26 (30 Jun 2009)
31 +
32 + 30 Jun 2009; Hanno Boeck <hanno@g.o> +pam_mount-1.26.ebuild:
33 + Version bump.
34
35 *pam_mount-1.25-r1 (15 Jun 2009)
36
37
38
39
40 1.1 sys-auth/pam_mount/pam_mount-1.26.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-1.26.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-1.26.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pam_mount-1.26.ebuild
46 ===================================================================
47 # Copyright 1999-2009 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-1.26.ebuild,v 1.1 2009/06/30 10:47:44 hanno Exp $
50
51 inherit multilib eutils
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-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60
61 IUSE="crypt"
62 DEPEND=">=sys-libs/pam-0.99
63 dev-libs/openssl
64 >=sys-libs/libhx-2.7
65 dev-libs/libxml2
66 dev-util/pkgconfig"
67 RDEPEND=">=sys-libs/pam-0.99
68 dev-libs/openssl
69 >=sys-libs/libhx-2.7
70 dev-libs/libxml2
71 >=sys-fs/cryptsetup-1.0.5
72 sys-process/lsof"
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77
78 epatch "${FILESDIR}"/${PN}-1.25-nullsetenv.patch
79 }
80
81 src_compile() {
82 econf --with-slibdir="/$(get_libdir)" || die "econf failed"
83 emake || die "emake failed"
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "make install failed"
88 dodoc doc/*.txt || die "dodoc failed"
89 }