Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
Date: Mon, 09 Jun 2008 07:01:46
Message-Id: E1K5bNr-0008Qz-C9@stork.gentoo.org
1 aballier 08/06/09 07:01:39
2
3 Modified: ChangeLog openpam-20071221.ebuild
4 Log:
5 Add missing trailing slash to the modules dir (otherwise modules will not be loaded) and keyword ~x86-fbsd
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.11 sys-auth/openpam/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 29 Mar 2008 00:46:59 -0000 1.10
22 +++ ChangeLog 9 Jun 2008 07:01:38 -0000 1.11
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-auth/openpam
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.10 2008/03/29 00:46:59 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.11 2008/06/09 07:01:38 aballier Exp $
28 +
29 + 09 Jun 2008; Alexis Ballier <aballier@g.o> openpam-20071221.ebuild:
30 + Add missing trailing slash to the modules dir (otherwise modules will not
31 + be loaded) and keyword ~x86-fbsd
32
33 *openpam-20071221 (29 Mar 2008)
34
35
36
37
38 1.2 sys-auth/openpam/openpam-20071221.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.1&r2=1.2
43
44 Index: openpam-20071221.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- openpam-20071221.ebuild 29 Mar 2008 00:46:59 -0000 1.1
51 +++ openpam-20071221.ebuild 9 Jun 2008 07:01:38 -0000 1.2
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/openpam/openpam-20071221.ebuild,v 1.1 2008/03/29 00:46:59 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.2 2008/06/09 07:01:38 aballier Exp $
57
58 inherit multilib flag-o-matic autotools
59
60 @@ -10,7 +10,7 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -KEYWORDS=""
65 +KEYWORDS="~x86-fbsd"
66 IUSE="debug vim-syntax"
67
68 RDEPEND="!virtual/pam"
69 @@ -39,7 +39,7 @@
70 src_compile() {
71 econf \
72 --disable-dependency-tracking \
73 - --with-modules-dir=/$(get_libdir)/security \
74 + --with-modules-dir=/$(get_libdir)/security/ \
75 ${myconf} || die "econf failed"
76
77 emake || die "emake failed"
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list