Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_abl: pam_abl-0.2.3-r1.ebuild ChangeLog
Date: Mon, 29 Oct 2007 20:05:28
Message-Id: E1ImarQ-000819-Kf@stork.gentoo.org
1 jokey 07/10/29 20:05:20
2
3 Modified: pam_abl-0.2.3-r1.ebuild ChangeLog
4 Log:
5 restrict tests as they're broken
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.3 sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: pam_abl-0.2.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pam_abl-0.2.3-r1.ebuild 17 Sep 2007 10:42:10 -0000 1.2
22 +++ pam_abl-0.2.3-r1.ebuild 29 Oct 2007 20:05:20 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.2 2007/09/17 10:42:10 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.3 2007/10/29 20:05:20 jokey Exp $
28
29 inherit flag-o-matic pam toolchain-funcs
30
31 @@ -20,6 +20,9 @@
32
33 S=${WORKDIR}/${PN}
34
35 +# restrict tests as they're broken badly
36 +RESTRICT="test"
37 +
38 src_unpack() {
39 unpack ${A}
40 cd "${S}"
41
42
43
44 1.5 sys-auth/pam_abl/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 17 Sep 2007 10:42:10 -0000 1.4
57 +++ ChangeLog 29 Oct 2007 20:05:20 -0000 1.5
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-auth/pam_abl
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.4 2007/09/17 10:42:10 jokey Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.5 2007/10/29 20:05:20 jokey Exp $
63 +
64 + 29 Oct 2007; Markus Ullmann <jokey@g.o> pam_abl-0.2.3-r1.ebuild:
65 + restrict tests as they're broken
66
67 17 Sep 2007; Markus Ullmann <jokey@g.o> pam_abl-0.2.3-r1.ebuild:
68 use pam.eclass instead of manual hacks, thanks to jakub for notify wrt bug
69
70
71
72 --
73 gentoo-commits@g.o mailing list