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.913.ebuild
Date: Tue, 18 Sep 2007 03:47:04
Message-Id: E1IXTvn-00005m-AF@stork.gentoo.org
1 chutzpah 07/09/18 03:39:23
2
3 Modified: ChangeLog
4 Added: ntfs3g-1.913.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.41 sys-fs/ntfs3g/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 28 Aug 2007 13:53:44 -0000 1.40
23 +++ ChangeLog 18 Sep 2007 03:39:22 -0000 1.41
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/ntfs3g
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.40 2007/08/28 13:53:44 chutzpah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.41 2007/09/18 03:39:22 chutzpah Exp $
29 +
30 +*ntfs3g-1.913 (18 Sep 2007)
31 +
32 + 18 Sep 2007; Patrick McLean <chutzpah@g.o> +ntfs3g-1.913.ebuild:
33 + Version bump.
34
35 *ntfs3g-1.826 (28 Aug 2007)
36
37
38
39
40 1.1 sys-fs/ntfs3g/ntfs3g-1.913.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.913.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.913.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ntfs3g-1.913.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.913.ebuild,v 1.1 2007/09/18 03:39:22 chutzpah Exp $
50
51 inherit multilib toolchain-funcs
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="suid"
64
65 RDEPEND=">=sys-fs/fuse-2.6.3"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_compile() {
72 econf --disable-ldconfig --libdir=/$(get_libdir)
73 emake || die "emake failed"
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "install failed"
78
79 dodir /usr/$(get_libdir)/
80 mv "${D}"/$(get_libdir)/*.{,l}a "${D}"/usr/$(get_libdir)/
81
82 dodoc AUTHORS ChangeLog CREDITS NEWS README
83
84 gen_usr_ldscript libntfs-3g.so
85
86 use suid && fperms u+s /bin/${MY_PN}
87 }
88
89 pkg_postinst() {
90 if use suid; then
91 ewarn
92 ewarn "You have chosen to install ${PN} with the binary setuid root. This"
93 ewarn "means that if there any undetected vulnerabilities in the binary,"
94 ewarn "then local users may be able to gain root access on your machine."
95 ewarn
96 fi
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list