Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-6.2.ebuild ChangeLog truecrypt-6.2a.ebuild
Date: Mon, 31 Aug 2009 16:44:36
Message-Id: E1MiEoZ-00073n-08@stork.gentoo.org
1 ikelos 09/08/31 21:53:26
2
3 Modified: truecrypt-6.2.ebuild ChangeLog
4 truecrypt-6.2a.ebuild
5 Log:
6 Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 app-crypt/truecrypt/truecrypt-6.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild?r1=1.4&r2=1.5
15
16 Index: truecrypt-6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- truecrypt-6.2.ebuild 21 May 2009 17:39:53 -0000 1.4
23 +++ truecrypt-6.2.ebuild 31 Aug 2009 21:53:26 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild,v 1.4 2009/05/21 17:39:53 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild,v 1.5 2009/08/31 21:53:26 ikelos Exp $
29
30 EAPI="2"
31
32 @@ -31,7 +31,7 @@
33 }
34
35 pkg_setup() {
36 - local CONFIG_CHECK="BLK_DEV_DM DM_CRYPT FUSE_FS CRYPTO"
37 + local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO"
38 linux-info_pkg_setup
39
40 local WX_GTK_VER="2.8"
41
42
43
44 1.50 app-crypt/truecrypt/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.50&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.50&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?r1=1.49&r2=1.50
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
53 retrieving revision 1.49
54 retrieving revision 1.50
55 diff -u -r1.49 -r1.50
56 --- ChangeLog 15 Jul 2009 23:07:36 -0000 1.49
57 +++ ChangeLog 31 Aug 2009 21:53:26 -0000 1.50
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-crypt/truecrypt
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.49 2009/07/15 23:07:36 arfrever Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.50 2009/08/31 21:53:26 ikelos Exp $
63 +
64 + 31 Aug 2009; Mike Auty <ikelos@g.o> truecrypt-6.2.ebuild,
65 + truecrypt-6.2a.ebuild:
66 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
67
68 15 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
69 truecrypt-6.2a.ebuild:
70
71
72
73 1.4 app-crypt/truecrypt/truecrypt-6.2a.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild?r1=1.3&r2=1.4
78
79 Index: truecrypt-6.2a.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- truecrypt-6.2a.ebuild 15 Jul 2009 23:07:36 -0000 1.3
86 +++ truecrypt-6.2a.ebuild 31 Aug 2009 21:53:26 -0000 1.4
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.3 2009/07/15 23:07:36 arfrever Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.4 2009/08/31 21:53:26 ikelos Exp $
92
93 EAPI="2"
94
95 @@ -33,7 +33,7 @@
96 }
97
98 pkg_setup() {
99 - local CONFIG_CHECK="BLK_DEV_DM DM_CRYPT FUSE_FS CRYPTO"
100 + local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO"
101 linux-info_pkg_setup
102
103 local WX_GTK_VER="2.8"