Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/cracklib: cracklib-2.8.19.ebuild ChangeLog
Date: Wed, 31 Oct 2012 20:49:58
Message-Id: 20121031204942.BDCBF21600@flycatcher.gentoo.org
1 zerochaos 12/10/31 20:49:42
2
3 Modified: cracklib-2.8.19.ebuild ChangeLog
4 Log:
5 last fix for USE=build bootstrapping, missed a line on the previous commit
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.12 sys-libs/cracklib/cracklib-2.8.19.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild?r1=1.11&r2=1.12
15
16 Index: cracklib-2.8.19.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- cracklib-2.8.19.ebuild 22 Oct 2012 01:02:27 -0000 1.11
23 +++ cracklib-2.8.19.ebuild 31 Oct 2012 20:49:42 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild,v 1.11 2012/10/22 01:02:27 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.19.ebuild,v 1.12 2012/10/31 20:49:42 zerochaos Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="python? 2"
32 @@ -49,7 +49,9 @@
33 die "Please run: FEATURES=-unmerge-orphans emerge cracklib"
34 fi
35
36 - use python && python_pkg_setup
37 + if use !build; then
38 + use python && python_pkg_setup
39 + fi
40 }
41
42 src_prepare() {
43
44
45
46 1.174 sys-libs/cracklib/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.174&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.174&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?r1=1.173&r2=1.174
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v
55 retrieving revision 1.173
56 retrieving revision 1.174
57 diff -u -r1.173 -r1.174
58 --- ChangeLog 22 Oct 2012 01:02:27 -0000 1.173
59 +++ ChangeLog 31 Oct 2012 20:49:42 -0000 1.174
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sys-libs/cracklib
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.173 2012/10/22 01:02:27 zerochaos Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.174 2012/10/31 20:49:42 zerochaos Exp $
65 +
66 + 31 Oct 2012; Rick Farina <zerochaos@g.o> cracklib-2.8.19.ebuild:
67 + last fix for USE=build bootstrapping, missed a line on the previous commit
68
69 22 Oct 2012; Rick Farina <zerochaos@g.o> cracklib-2.8.19.ebuild:
70 catalyst stage1 build with python enabled breaks so we add a build use flag to