Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_pwdfile: pam_pwdfile-0.99.ebuild ChangeLog
Date: Sun, 04 Nov 2007 15:38:41
Message-Id: E1IohYa-0002Ob-1y@stork.gentoo.org
1 flameeyes 07/11/04 15:38:36
2
3 Modified: pam_pwdfile-0.99.ebuild ChangeLog
4 Log:
5 Use pam.eclass's dopammod to install the module, that also fixes multilib-strict. Die on emake failure. Thanks to Jakub Moc in bug #191949.
6 (Portage version: 2.1.3.17)
7
8 Revision Changes Path
9 1.5 sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild?r1=1.4&r2=1.5
14
15 Index: pam_pwdfile-0.99.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- pam_pwdfile-0.99.ebuild 15 Oct 2006 14:25:51 -0000 1.4
22 +++ pam_pwdfile-0.99.ebuild 4 Nov 2007 15:38:35 -0000 1.5
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.4 2006/10/15 14:25:51 tcort Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.5 2007/11/04 15:38:35 flameeyes Exp $
29
30 -inherit flag-o-matic
31 +inherit flag-o-matic pam
32
33 DESCRIPTION="PAM module for authenticating against passwd-like files."
34 HOMEPAGE="http://cpbotha.net/pam_pwdfile.html"
35 @@ -17,11 +17,10 @@
36 # the upstream makefile does CFLAGS in a horrible way
37 # that '-c' is 100% required here
38 append-flags -fPIC -Wall -Wformat-security -D_BSD_SOURCE -c
39 - emake -f contrib/Makefile.standalone CFLAGS="${CFLAGS}"
40 + emake -f contrib/Makefile.standalone CFLAGS="${CFLAGS}" || die "emake failed"
41 }
42
43 src_install() {
44 - exeinto /lib/security
45 - doexe ${PN}.so
46 + dopammod ${PN}.so
47 dodoc INSTALL README changelog contrib/warwick_duncan-cyrus_without_system_accounts.txt
48 }
49
50
51
52 1.7 sys-auth/pam_pwdfile/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog?rev=1.7&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog?rev=1.7&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog?r1=1.6&r2=1.7
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v
61 retrieving revision 1.6
62 retrieving revision 1.7
63 diff -u -r1.6 -r1.7
64 --- ChangeLog 22 Feb 2007 01:02:22 -0000 1.6
65 +++ ChangeLog 4 Nov 2007 15:38:35 -0000 1.7
66 @@ -1,6 +1,11 @@
67 # ChangeLog for sys-auth/pam_pwdfile
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v 1.6 2007/02/22 01:02:22 jokey Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v 1.7 2007/11/04 15:38:35 flameeyes Exp $
71 +
72 + 04 Nov 2007; Diego Pettenò <flameeyes@g.o>
73 + pam_pwdfile-0.99.ebuild:
74 + Use pam.eclass's dopammod to install the module, that also fixes
75 + multilib-strict. Die on emake failure. Thanks to Jakub Moc in bug #191949.
76
77 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
78 Redigest for Manifest2
79
80
81
82 --
83 gentoo-commits@g.o mailing list