Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
Date: Mon, 30 May 2011 14:34:33
Message-Id: 20110530143422.D3AA320054@flycatcher.gentoo.org
1 chutzpah 11/05/30 14:34:22
2
3 Modified: ChangeLog ntfs3g-2011.4.12.ebuild
4 Log:
5 RDEPEND on net-libs/gnutls (bug #366701).
6
7 (Portage version: 2.1.9.50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.115 sys-fs/ntfs3g/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.115&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.115&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.114&r2=1.115
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
19 retrieving revision 1.114
20 retrieving revision 1.115
21 diff -u -r1.114 -r1.115
22 --- ChangeLog 9 May 2011 15:23:14 -0000 1.114
23 +++ ChangeLog 30 May 2011 14:34:22 -0000 1.115
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-fs/ntfs3g
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.114 2011/05/09 15:23:14 chutzpah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.115 2011/05/30 14:34:22 chutzpah Exp $
29 +
30 + 30 May 2011; Patrick McLean <chutzpah@g.o> ntfs3g-2011.4.12.ebuild:
31 + RDEPEND on net-libs/gnutls (bug #366701).
32
33 *ntfs3g-2011.4.12 (09 May 2011)
34
35
36
37
38 1.2 sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild?r1=1.1&r2=1.2
43
44 Index: ntfs3g-2011.4.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ntfs3g-2011.4.12.ebuild 9 May 2011 15:23:14 -0000 1.1
51 +++ ntfs3g-2011.4.12.ebuild 30 May 2011 14:34:22 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.1 2011/05/09 15:23:14 chutzpah Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.2 2011/05/30 14:34:22 chutzpah Exp $
57
58 EAPI=2
59 inherit linux-info
60 @@ -18,7 +18,8 @@
61 IUSE="acl crypt debug ntfsprogs suid xattr +udev +external-fuse"
62
63 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )
64 - ntfsprogs? ( !!sys-fs/ntfsprogs )"
65 + ntfsprogs? ( !!sys-fs/ntfsprogs )
66 + crypt? ( net-libs/gnutls )"
67
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig