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_ssh: ChangeLog pam_ssh-1.92.ebuild
Date: Tue, 22 Jul 2008 22:48:28
Message-Id: E1KLQef-0007dt-MK@stork.gentoo.org
1 flameeyes 08/07/22 22:48:25
2
3 Modified: ChangeLog pam_ssh-1.92.ebuild
4 Log:
5 Quote variable on line 40 for the latest ebuild and use emake for install too.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.10 sys-auth/pam_ssh/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 22 Jul 2008 22:46:22 -0000 1.9
22 +++ ChangeLog 22 Jul 2008 22:48:25 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-auth/pam_ssh
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.9 2008/07/22 22:46:22 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.10 2008/07/22 22:48:25 flameeyes Exp $
28 +
29 + 22 Jul 2008; Diego Pettenò <flameeyes@g.o> pam_ssh-1.92.ebuild:
30 + Quote variable on line 40 for the latest ebuild and use emake for install
31 + too.
32
33 22 Jul 2008; Diego Pettenò <flameeyes@g.o> pam_ssh-1.92.ebuild:
34 Don't install the bad system-auth example; tell the user if he/she wants
35
36
37
38 1.4 sys-auth/pam_ssh/pam_ssh-1.92.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild?r1=1.3&r2=1.4
43
44 Index: pam_ssh-1.92.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- pam_ssh-1.92.ebuild 22 Jul 2008 22:46:22 -0000 1.3
51 +++ pam_ssh-1.92.ebuild 22 Jul 2008 22:48:25 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.3 2008/07/22 22:46:22 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.4 2008/07/22 22:48:25 flameeyes Exp $
57
58 inherit pam eutils
59
60 @@ -37,7 +37,7 @@
61 }
62
63 src_install() {
64 - make install DESTDIR=${D} || die "install failed"
65 + emake DESTDIR="${D}" install || die "install failed"
66 dodoc AUTHORS ChangeLog NEWS README TODO
67 }