Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-4.3a.ebuild ChangeLog
Date: Fri, 02 Nov 2007 06:50:23
Message-Id: E1InqM9-0004o5-Uc@stork.gentoo.org
1 alonbl 07/11/02 06:50:13
2
3 Modified: truecrypt-4.3a.ebuild ChangeLog
4 Log:
5 Remove requirement to unload modules, test not use the modules anyway, bug#197839, thanks to Jakub and Guenther Brunthaler
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.5 app-crypt/truecrypt/truecrypt-4.3a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?r1=1.4&r2=1.5
14
15 Index: truecrypt-4.3a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- truecrypt-4.3a.ebuild 2 Nov 2007 03:45:25 -0000 1.4
22 +++ truecrypt-4.3a.ebuild 2 Nov 2007 06:50:13 -0000 1.5
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/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.4 2007/11/02 03:45:25 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.5 2007/11/02 06:50:13 alonbl Exp $
28
29 #
30 # NOTES:
31 @@ -38,7 +38,6 @@
32 BUILD_PARAMS="KERNEL_SRC=${KERNEL_DIR} NO_WARNINGS=1"
33 BUILD_TARGETS="truecrypt"
34 MODULE_NAMES="truecrypt(block:${S}/Linux/Kernel)"
35 -
36 }
37
38 src_unpack() {
39 @@ -59,12 +58,6 @@
40 "${S}/Linux/Cli/truecrypt" --test
41 }
42
43 -pkg_preinst() {
44 - # unload truecrypt modules if already loaded
45 - /sbin/rmmod truecrypt >&- 2>&-
46 - grep -q "^truecrypt" /proc/modules && die "Please dismount all mounted TrueCrypt volumes"
47 -}
48 -
49 src_install() {
50 linux-mod_src_install
51
52
53
54
55 1.26 app-crypt/truecrypt/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.26&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.26&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?r1=1.25&r2=1.26
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
64 retrieving revision 1.25
65 retrieving revision 1.26
66 diff -u -r1.25 -r1.26
67 --- ChangeLog 2 Nov 2007 06:20:46 -0000 1.25
68 +++ ChangeLog 2 Nov 2007 06:50:13 -0000 1.26
69 @@ -1,6 +1,10 @@
70 # ChangeLog for app-crypt/truecrypt
71 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.25 2007/11/02 06:20:46 alonbl Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.26 2007/11/02 06:50:13 alonbl Exp $
74 +
75 + 02 Nov 2007; Alon Bar-Lev <alonbl@g.o> truecrypt-4.3a.ebuild:
76 + Remove requirement to unload modules, test not use the modules anyway,
77 + bug#197839, thanks to Jakub and Guenther Brunthaler
78
79 02 Nov 2007; Alon Bar-Lev <alonbl@g.o> -truecrypt-4.3.ebuild:
80 Cleanup
81
82
83
84 --
85 gentoo-commits@g.o mailing list