Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup: ChangeLog cryptsetup-1.0.5.ebuild
Date: Fri, 14 Sep 2007 21:40:58
Message-Id: E1IWIn8-00058c-Ka@stork.gentoo.org
1 wolf31o2 07/09/14 21:33:34
2
3 Modified: ChangeLog cryptsetup-1.0.5.ebuild
4 Log:
5 Removed check for USE=build since it did nothing because cryptsetup isn't in stage1. Removed call to linux-info_pkg_setup to remove requirement on a configured kernel. This fixes bug #148390 from this end, but changes are still needed in linux-info.eclass, which is tracked at bug #192556.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.42 sys-fs/cryptsetup/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 15 Aug 2007 20:51:18 -0000 1.41
22 +++ ChangeLog 14 Sep 2007 21:33:34 -0000 1.42
23 @@ -1,6 +1,13 @@
24 # ChangeLog for sys-fs/cryptsetup
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.41 2007/08/15 20:51:18 strerror Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.42 2007/09/14 21:33:34 wolf31o2 Exp $
28 +
29 + 14 Sep 2007; Chris Gianelloni <wolf31o2@g.o>
30 + cryptsetup-1.0.5.ebuild:
31 + Removed check for USE=build since it did nothing because cryptsetup isn't in
32 + stage1. Removed call to linux-info_pkg_setup to remove requirement on a
33 + configured kernel. This fixes bug #148390 from this end, but changes are
34 + still needed in linux-info.eclass, which is tracked at bug #192556.
35
36 15 Aug 2007; Benjamin Smee <strerror@g.o>
37 files/1.0.5-dm-crypt-start.sh:
38
39
40
41 1.2 sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild?r1=1.1&r2=1.2
46
47 Index: cryptsetup-1.0.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- cryptsetup-1.0.5.ebuild 14 Aug 2007 16:05:16 -0000 1.1
54 +++ cryptsetup-1.0.5.ebuild 14 Sep 2007 21:33:34 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild,v 1.1 2007/08/14 16:05:16 strerror Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5.ebuild,v 1.2 2007/09/14 21:33:34 wolf31o2 Exp $
60
61 inherit linux-info eutils flag-o-matic multilib
62
63 @@ -47,13 +47,9 @@
64 }
65
66 pkg_setup() {
67 - # Bug 148390
68 - if ! use build ; then
69 - linux-info_pkg_setup
70 - dm-crypt_check
71 - crypto_check
72 - cbc_check
73 - fi
74 + dm-crypt_check
75 + crypto_check
76 + cbc_check
77 }
78
79 src_compile() {
80
81
82
83 --
84 gentoo-commits@g.o mailing list