Gentoo Archives: gentoo-commits

From: "Stefaan De Roeck (stefaan)" <stefaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam-afs-session: ChangeLog pam-afs-session-1.6.ebuild
Date: Tue, 25 Mar 2008 11:47:00
Message-Id: E1Je7cG-0001jH-Nn@stork.gentoo.org
1 stefaan 08/03/25 11:46:56
2
3 Modified: ChangeLog
4 Added: pam-afs-session-1.6.ebuild
5 Log:
6 Version bump to 1.6
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 sys-auth/pam-afs-session/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam-afs-session/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam-afs-session/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam-afs-session/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam-afs-session/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 13 Oct 2007 14:35:48 -0000 1.4
23 +++ ChangeLog 25 Mar 2008 11:46:56 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-auth/pam-afs-session
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-afs-session/ChangeLog,v 1.4 2007/10/13 14:35:48 stefaan Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-afs-session/ChangeLog,v 1.5 2008/03/25 11:46:56 stefaan Exp $
30 +
31 +*pam-afs-session-1.6 (25 Mar 2008)
32 +
33 + 25 Mar 2008; Stefaan De Roeck <stefaan@g.o>
34 + +pam-afs-session-1.6.ebuild:
35 + Version bump to 1.6
36
37 *pam-afs-session-1.5 (13 Oct 2007)
38
39
40
41
42 1.1 sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pam-afs-session-1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild,v 1.1 2008/03/25 11:46:56 stefaan Exp $
52
53 inherit pam
54
55 DESCRIPTION="OpenAFS PAM Module"
56 HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-afs-session/"
57 SRC_URI="http://archives.eyrie.org/software/afs/${P}.tar.gz"
58
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="virtual/krb5 virtual/pam"
65 RDEPEND="${DEPEND}"
66
67 src_compile() {
68 econf --with-kerberos || die "econf failed"
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 dopammod pam_afs_session.so
74 doman pam_afs_session.5
75 dodoc CHANGES NEWS README TODO
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list