Gentoo Archives: gentoo-commits

From: "Dane Smith (c1pher)" <c1pher@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: ChangeLog truecrypt-7.0a-r1.ebuild
Date: Sun, 07 Nov 2010 14:45:42
Message-Id: 20101107144538.BCC8420051@flycatcher.gentoo.org
1 c1pher 10/11/07 14:45:38
2
3 Modified: ChangeLog truecrypt-7.0a-r1.ebuild
4 Log:
5 Removed the fetch restrict for TrueCrypt.
6
7 (Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.57 app-crypt/truecrypt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 6 Nov 2010 01:15:14 -0000 1.56
23 +++ ChangeLog 7 Nov 2010 14:45:38 -0000 1.57
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-crypt/truecrypt
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.56 2010/11/06 01:15:14 c1pher Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.57 2010/11/07 14:45:38 c1pher Exp $
29 +
30 + 07 Nov 2010; Dane Smith <c1pher@g.o> truecrypt-7.0a-r1.ebuild:
31 + Removed the fetch restrict. Note for future version bumps: the source
32 + archives
33 + will need to be added to the Gentoo mirrors manually.
34
35 *truecrypt-7.0a-r1 (06 Nov 2010)
36
37
38
39
40 1.2 app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: truecrypt-7.0a-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- truecrypt-7.0a-r1.ebuild 6 Nov 2010 01:15:14 -0000 1.1
53 +++ truecrypt-7.0a-r1.ebuild 7 Nov 2010 14:45:38 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild,v 1.1 2010/11/06 01:15:14 c1pher Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild,v 1.2 2010/11/07 14:45:38 c1pher Exp $
59
60 EAPI="2"
61
62 @@ -8,13 +8,13 @@
63
64 DESCRIPTION="Free open-source disk encryption software"
65 HOMEPAGE="http://www.truecrypt.org/"
66 -SRC_URI="${P}.tar.gz"
67 +SRC_URI="mirror://gentoo/${P}.tar.gz"
68
69 LICENSE="truecrypt-3.0"
70 SLOT="0"
71 KEYWORDS="~amd64 ~ppc ~x86"
72 IUSE="X"
73 -RESTRICT="bindist fetch mirror"
74 +RESTRICT="bindist"
75
76 RDEPEND="|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper )
77 sys-fs/fuse
78 @@ -29,7 +29,7 @@
79 pkg_nofetch() {
80 elog "Please download .tar.gz source from:"
81 elog "http://www.truecrypt.org/downloads2"
82 - elog "Then put the file in ${DISTDIR}/${SRC_URI}"
83 + elog "Then put the file in ${DISTDIR}/${P}.tar.gz"
84 }
85
86 pkg_setup() {