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 20:35:16
Message-Id: 20100423203511.032DF2C04B@corvid.gentoo.org
1 hanno 10/04/23 20:35:10
2
3 Modified: ChangeLog pam_mount-2.0.ebuild
4 Log:
5 pam_mount: adjust dependency on cryptsteup
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.39 sys-auth/pam_mount/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 23 Apr 2010 13:27:57 -0000 1.38
22 +++ ChangeLog 23 Apr 2010 20:35:10 -0000 1.39
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-auth/pam_mount
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.38 2010/04/23 13:27:57 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.39 2010/04/23 20:35:10 hanno Exp $
28 +
29 + 23 Apr 2010; Hanno Boeck <hanno@g.o> pam_mount-2.0.ebuild:
30 + Adjust cryptsetup dependency.
31
32 *pam_mount-2.0 (23 Apr 2010)
33
34
35
36
37 1.2 sys-auth/pam_mount/pam_mount-2.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild?r1=1.1&r2=1.2
42
43 Index: pam_mount-2.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- pam_mount-2.0.ebuild 23 Apr 2010 13:27:57 -0000 1.1
50 +++ pam_mount-2.0.ebuild 23 Apr 2010 20:35:10 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $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 $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v 1.2 2010/04/23 20:35:10 hanno Exp $
56
57 EAPI=3
58
59 @@ -19,12 +19,13 @@
60 dev-libs/openssl
61 >=sys-libs/libhx-3.4
62 dev-libs/libxml2
63 + >=sys-fs/cryptsetup-1.1.0
64 dev-util/pkgconfig"
65 RDEPEND=">=sys-libs/pam-0.99
66 dev-libs/openssl
67 >=sys-libs/libhx-3.4
68 dev-libs/libxml2
69 - >=sys-fs/cryptsetup-1.0.5
70 + >=sys-fs/cryptsetup-1.1.0
71 sys-process/lsof"
72
73 src_configure() {