Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-7.1a.ebuild ChangeLog
Date: Thu, 02 Aug 2012 18:25:10
Message-Id: 20120802182500.37BD82004B@flycatcher.gentoo.org
1 radhermit 12/08/02 18:25:00
2
3 Modified: truecrypt-7.1a.ebuild ChangeLog
4 Log:
5 Remove PORTDIR from license warning (bug #416737).
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-crypt/truecrypt/truecrypt-7.1a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild?r1=1.2&r2=1.3
15
16 Index: truecrypt-7.1a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- truecrypt-7.1a.ebuild 6 Mar 2012 06:06:30 -0000 1.2
23 +++ truecrypt-7.1a.ebuild 2 Aug 2012 18:25:00 -0000 1.3
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/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.2 2012/03/06 06:06:30 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.3 2012/08/02 18:25:00 radhermit Exp $
29
30 EAPI="4"
31
32 @@ -105,17 +105,15 @@
33 elog "mappings removed on shutdown in order to prevent other file systems"
34 elog "from unmounting then run:"
35 elog "rc-update add truecrypt boot"
36 - elog ""
37 + elog
38
39 ewarn "If you're getting errors about DISPLAY while using the terminal"
40 ewarn "it's a known upstream bug. To use TrueCrypt from the terminal"
41 ewarn "all that's necessary is to run: unset DISPLAY"
42 ewarn "This will make the display unaccessable from that terminal "
43 ewarn "but at least you will be able to access your volumes."
44 - ewarn ""
45 + ewarn
46
47 - ewarn "TrueCrypt has very restrictive license."
48 - ewarn "Please read the ${LICENSE} license in ${PORTDIR}/licenses"
49 - ewarn "directory before using TrueCrypt. Please be explicitly aware of"
50 - ewarn "the limitations on redistribution of binaries or modified source."
51 + ewarn "TrueCrypt has a very restrictive license. Please be explicitly aware"
52 + ewarn "of the limitations on redistribution of binaries or modified source."
53 }
54
55
56
57 1.71 app-crypt/truecrypt/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.71&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.71&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/ChangeLog?r1=1.70&r2=1.71
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
66 retrieving revision 1.70
67 retrieving revision 1.71
68 diff -u -r1.70 -r1.71
69 --- ChangeLog 6 Mar 2012 06:06:30 -0000 1.70
70 +++ ChangeLog 2 Aug 2012 18:25:00 -0000 1.71
71 @@ -1,6 +1,9 @@
72 # ChangeLog for app-crypt/truecrypt
73 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.70 2012/03/06 06:06:30 radhermit Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.71 2012/08/02 18:25:00 radhermit Exp $
76 +
77 + 02 Aug 2012; Tim Harder <radhermit@g.o> truecrypt-7.1a.ebuild:
78 + Remove PORTDIR from license warning (bug #416737).
79
80 06 Mar 2012; Tim Harder <radhermit@g.o> truecrypt-7.1a.ebuild:
81 Make the download instructions clearer (bug #406745).