Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.11.ebuild
Date: Wed, 31 Aug 2011 08:25:03
Message-Id: 20110831082453.C232A2004C@flycatcher.gentoo.org
1 chainsaw 11/08/31 08:24:53
2
3 Modified: ChangeLog pam_mount-2.11.ebuild
4 Log:
5 Marked stable on AMD64 based on arch testing by Ian "idella" Delaney & Agostino "ago" Sarubbo in bug #380783 filed by Raphael "Falco" Marichez.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.59 sys-auth/pam_mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 30 Aug 2011 20:37:00 -0000 1.58
23 +++ ChangeLog 31 Aug 2011 08:24:53 -0000 1.59
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-auth/pam_mount
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.58 2011/08/30 20:37:00 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.59 2011/08/31 08:24:53 chainsaw Exp $
29 +
30 + 31 Aug 2011; Tony Vroon <chainsaw@g.o> pam_mount-2.11.ebuild:
31 + Marked stable on AMD64 based on arch testing by Ian "idella" Delaney &
32 + Agostino "ago" Sarubbo in bug #380783 filed by Raphael "Falco" Marichez.
33
34 30 Aug 2011; Matt Turner <mattst88@g.o> pam_mount-2.11.ebuild:
35 Don't install selinux files with USE=-selinux. Thanks to Agostino Sarubbo for
36
37
38
39 1.5 sys-auth/pam_mount/pam_mount-2.11.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild?r1=1.4&r2=1.5
44
45 Index: pam_mount-2.11.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- pam_mount-2.11.ebuild 30 Aug 2011 20:37:00 -0000 1.4
52 +++ pam_mount-2.11.ebuild 31 Aug 2011 08:24:53 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.4 2011/08/30 20:37:00 mattst88 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.5 2011/08/31 08:24:53 chainsaw Exp $
58
59 EAPI=4
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~ppc ~x86"
66 +KEYWORDS="amd64 ~ppc ~x86"
67
68 IUSE="crypt ssl selinux"