Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-4.3a.ebuild ChangeLog
Date: Mon, 20 Apr 2009 00:07:25
Message-Id: E1Lvh2g-0006oC-Ji@stork.gentoo.org
1 arfrever 09/04/20 00:07:22
2
3 Modified: truecrypt-4.3a.ebuild ChangeLog
4 Log:
5 Fix building with Linux 2.6.29 (bug #264450).
6 (Portage version: 13375-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 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.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?r1=1.8&r2=1.9
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.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- truecrypt-4.3a.ebuild 10 Apr 2009 16:28:05 -0000 1.8
22 +++ truecrypt-4.3a.ebuild 20 Apr 2009 00:07:22 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 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.8 2009/04/10 16:28:05 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.9 2009/04/20 00:07:22 arfrever Exp $
28
29 #
30 # NOTES:
31 @@ -47,6 +47,7 @@
32 cd "${S}"
33 epatch "${FILESDIR}/${P}-2.6.23.patch"
34 epatch "${FILESDIR}/${P}-2.6.24.patch"
35 + epatch "${FILESDIR}/${P}-2.6.29.patch"
36 }
37
38 src_compile() {
39
40
41
42 1.42 app-crypt/truecrypt/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.42&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.42&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?r1=1.41&r2=1.42
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
51 retrieving revision 1.41
52 retrieving revision 1.42
53 diff -u -r1.41 -r1.42
54 --- ChangeLog 10 Apr 2009 16:28:05 -0000 1.41
55 +++ ChangeLog 20 Apr 2009 00:07:22 -0000 1.42
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-crypt/truecrypt
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.41 2009/04/10 16:28:05 caleb Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.42 2009/04/20 00:07:22 arfrever Exp $
61 +
62 + 20 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
63 + +files/truecrypt-4.3a-2.6.29.patch, truecrypt-4.3a:
64 + Fix building with Linux 2.6.29 (bug #264450).
65
66 10 Apr 2009; Caleb Tennis <caleb@g.o> truecrypt-4.3a.ebuild:
67 fix device-mapper dep for lvm2, see #265599