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.2310.ebuild ntfs3g-1.1104.ebuild ntfs3g-1.1030.ebuild
Date: Wed, 12 Mar 2008 00:30:14
Message-Id: E1JZErD-0008Q0-3P@stork.gentoo.org
1 chutzpah 08/03/12 00:30:11
2
3 Modified: ChangeLog
4 Added: ntfs3g-1.2310.ebuild
5 Removed: ntfs3g-1.1104.ebuild ntfs3g-1.1030.ebuild
6 Log:
7 Version bump, drop some old versions.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.58 sys-fs/ntfs3g/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 24 Feb 2008 17:46:42 -0000 1.57
24 +++ ChangeLog 12 Mar 2008 00:30:10 -0000 1.58
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.57 2008/02/24 17:46:42 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.58 2008/03/12 00:30:10 chutzpah Exp $
30 +
31 +*ntfs3g-1.2310 (12 Mar 2008)
32 +
33 + 12 Mar 2008; Patrick McLean <chutzpah@g.o> -ntfs3g-1.1030.ebuild,
34 + -ntfs3g-1.1104.ebuild, +ntfs3g-1.2310.ebuild:
35 + Version bump, drop some old versions.
36
37 24 Feb 2008; Brent Baude <ranger@g.o> ntfs3g-1.1120.ebuild:
38 stable ppc64, bug 204850
39
40
41
42 1.1 sys-fs/ntfs3g/ntfs3g-1.2310.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ntfs3g-1.2310.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.2310.ebuild,v 1.1 2008/03/12 00:30:10 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 NEWS
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