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:46:26
Message-Id: E1KLQcg-0007d5-Ul@stork.gentoo.org
1 flameeyes 08/07/22 22:46:22
2
3 Modified: ChangeLog pam_ssh-1.92.ebuild
4 Log:
5 Don't install the bad system-auth example; tell the user if he/she wants to use this to just enable the relative USE flag on pambase; remove the mirror restriction (why was it there?).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.9 sys-auth/pam_ssh/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 2 Jul 2007 15:28:49 -0000 1.8
22 +++ ChangeLog 22 Jul 2008 22:46:22 -0000 1.9
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-auth/pam_ssh
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.8 2007/07/02 15:28:49 peper Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.9 2008/07/22 22:46:22 flameeyes Exp $
29 +
30 + 22 Jul 2008; Diego Pettenò <flameeyes@g.o> pam_ssh-1.92.ebuild:
31 + Don't install the bad system-auth example; tell the user if he/she wants
32 + to use this to just enable the relative USE flag on pambase; remove the
33 + mirror restriction (why was it there?).
34
35 02 Jul 2007; Piotr Jaroszyński <peper@g.o> pam_ssh-1.91.ebuild,
36 pam_ssh-1.91-r2.ebuild, pam_ssh-1.92.ebuild:
37
38
39
40 1.3 sys-auth/pam_ssh/pam_ssh-1.92.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild?r1=1.2&r2=1.3
45
46 Index: pam_ssh-1.92.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- pam_ssh-1.92.ebuild 2 Jul 2007 15:28:49 -0000 1.2
53 +++ pam_ssh-1.92.ebuild 22 Jul 2008 22:46:22 -0000 1.3
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.2 2007/07/02 15:28:49 peper Exp $
59 +# $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 $
60
61 inherit pam eutils
62
63 @@ -8,7 +8,6 @@
64 HOMEPAGE="http://pam-ssh.sourceforge.net/"
65 SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2"
66
67 -RESTRICT="mirror"
68 LICENSE="BSD as-is"
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~x86"
71 @@ -39,10 +38,10 @@
72
73 src_install() {
74 make install DESTDIR=${D} || die "install failed"
75 - dodoc AUTHORS ChangeLog NEWS README TODO "${FILESDIR}/system-auth.example"
76 + dodoc AUTHORS ChangeLog NEWS README TODO
77 }
78
79 pkg_postinst() {
80 - einfo "You can find an example system-auth file that uses this"
81 - einfo "library in /usr/share/doc/${PF}"
82 + elog "You can enable pam_ssh for system authentication by enabling"
83 + elog "the ssh USE flag on sys-auth/pambase."
84 }