Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_abl: pam_abl-0.2.3-r1.ebuild ChangeLog
Date: Mon, 17 Sep 2007 10:50:00
Message-Id: E1IXE3P-0001Oc-6d@stork.gentoo.org
1 jokey 07/09/17 10:42:11
2
3 Modified: pam_abl-0.2.3-r1.ebuild ChangeLog
4 Log:
5 use pam.eclass instead of manual hacks, thanks to jakub for notify wrt bug #192032
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: pam_abl-0.2.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pam_abl-0.2.3-r1.ebuild 12 Jul 2007 11:23:59 -0000 1.1
22 +++ pam_abl-0.2.3-r1.ebuild 17 Sep 2007 10:42:10 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.1 2007/07/12 11:23:59 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.2 2007/09/17 10:42:10 jokey Exp $
28
29 inherit flag-o-matic pam toolchain-funcs
30
31 @@ -48,10 +48,8 @@
32
33 src_install() {
34 dopammod pam_abl.so
35 - insinto /etc/security
36 - doins conf/pam_abl.conf
37 + dopamsecurity . conf/pam_abl.conf
38 dobin tools/pam_abl
39 - dodir /var/lib/abl
40 keepdir /var/lib/abl
41 dohtml doc/*.html doc/*.css
42 }
43
44
45
46 1.4 sys-auth/pam_abl/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 12 Jul 2007 11:23:59 -0000 1.3
59 +++ ChangeLog 17 Sep 2007 10:42:10 -0000 1.4
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sys-auth/pam_abl
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.3 2007/07/12 11:23:59 jokey Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.4 2007/09/17 10:42:10 jokey Exp $
65 +
66 + 17 Sep 2007; Markus Ullmann <jokey@g.o> pam_abl-0.2.3-r1.ebuild:
67 + use pam.eclass instead of manual hacks, thanks to jakub for notify wrt bug
68 + #192032
69
70 *pam_abl-0.2.3-r1 (12 Jul 2007)
71
72
73
74
75 --
76 gentoo-commits@g.o mailing list