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-1.2506.ebuild ntfs3g-1.1120.ebuild
Date: Wed, 07 May 2008 02:02:18
Message-Id: E1JtYz1-0001qq-Ax@stork.gentoo.org
1 chutzpah 08/05/07 02:02:15
2
3 Modified: ChangeLog
4 Added: ntfs3g-1.2506.ebuild
5 Removed: ntfs3g-1.1120.ebuild
6 Log:
7 Version bump. Bug #220561. Dropped NEWS file from installation as it's just a pointer to the web site. Drop version 1.1120.
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.65 sys-fs/ntfs3g/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 17 Apr 2008 18:17:53 -0000 1.64
24 +++ ChangeLog 7 May 2008 02:02:14 -0000 1.65
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-fs/ntfs3g
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.64 2008/04/17 18:17:53 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.65 2008/05/07 02:02:14 chutzpah Exp $
30 +
31 +*ntfs3g-1.2506 (07 May 2008)
32 +
33 + 07 May 2008; Patrick McLean <chutzpah@g.o> +ntfs3g-1.2506.ebuild:
34 + Version bump. Bug #220561. Dropped NEWS file from installation as it's
35 + just a pointer to the web site. Drop version 1.1120.
36
37 17 Apr 2008; nixnut <nixnut@g.o> ntfs3g-1.2310.ebuild:
38 Stable on ppc wrt bug 217890
39
40
41
42 1.1 sys-fs/ntfs3g/ntfs3g-1.2506.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2506.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2506.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ntfs3g-1.2506.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2506.ebuild,v 1.1 2008/05/07 02:02:14 chutzpah Exp $
52
53 MY_PN="${PN/3g/-3g}"
54 MY_P="${MY_PN}-${PV}"
55
56 DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
57 HOMEPAGE="http://www.ntfs-3g.org"
58 SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="debug suid"
64
65 RDEPEND=""
66 DEPEND=""
67
68 S="${WORKDIR}/${MY_P}"
69
70 src_compile() {
71 econf \
72 --docdir="/usr/share/doc/${PF}" \
73 --enable-ldscript \
74 --disable-ldconfig \
75 $(use_enable debug)
76 emake || die "emake failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "install failed"
81 prepalldocs
82 dodoc AUTHORS ChangeLog CREDITS
83
84 use suid && fperms u+s "/bin/${MY_PN}"
85 }
86
87 pkg_postinst() {
88 if use suid; then
89 ewarn
90 ewarn "You have chosen to install ${PN} with the binary setuid root. This"
91 ewarn "means that if there any undetected vulnerabilities in the binary,"
92 ewarn "then local users may be able to gain root access on your machine."
93 ewarn
94 fi
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list