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.1104.ebuild ntfs3g-1.1004.ebuild
Date: Mon, 05 Nov 2007 02:57:11
Message-Id: E1Ios9C-0006SE-8g@stork.gentoo.org
1 chutzpah 07/11/05 02:57:06
2
3 Modified: ChangeLog
4 Added: ntfs3g-1.1104.ebuild
5 Removed: ntfs3g-1.1004.ebuild
6 Log:
7 Version bump, clean out older version.
8 (Portage version: 2.1.3.17)
9
10 Revision Changes Path
11 1.47 sys-fs/ntfs3g/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 1 Nov 2007 15:18:12 -0000 1.46
24 +++ ChangeLog 5 Nov 2007 02:57:05 -0000 1.47
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-fs/ntfs3g
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.46 2007/11/01 15:18:12 chutzpah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.47 2007/11/05 02:57:05 chutzpah Exp $
30 +
31 +*ntfs3g-1.1104 (05 Nov 2007)
32 +
33 + 05 Nov 2007; Patrick McLean <chutzpah@g.o> -ntfs3g-1.1004.ebuild,
34 + +ntfs3g-1.1104.ebuild:
35 + Version bump, clean out older version.
36
37 *ntfs3g-1.1030 (01 Nov 2007)
38
39
40
41
42 1.1 sys-fs/ntfs3g/ntfs3g-1.1104.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.1104.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.1104.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ntfs3g-1.1104.ebuild
48 ===================================================================
49 # Copyright 1999-2007 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.1104.ebuild,v 1.1 2007/11/05 02:57:05 chutzpah Exp $
52
53 inherit multilib toolchain-funcs
54
55 MY_PN="${PN/3g/-3g}"
56 MY_P="${MY_PN}-${PV}"
57
58 DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
59 HOMEPAGE="http://www.ntfs-3g.org"
60 SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="suid"
66
67 RDEPEND=">=sys-fs/fuse-2.6.3"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 S="${WORKDIR}/${MY_P}"
72
73 src_compile() {
74 econf --disable-ldconfig --libdir=/$(get_libdir)
75 emake || die "emake failed"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "install failed"
80
81 dodir /usr/$(get_libdir)/
82 mv "${D}"/$(get_libdir)/*.{,l}a "${D}"/usr/$(get_libdir)/
83
84 dodoc AUTHORS ChangeLog CREDITS NEWS README
85
86 gen_usr_ldscript libntfs-3g.so
87
88 use suid && fperms u+s /bin/${MY_PN}
89 }
90
91 pkg_postinst() {
92 if use suid; then
93 ewarn
94 ewarn "You have chosen to install ${PN} with the binary setuid root. This"
95 ewarn "means that if there any undetected vulnerabilities in the binary,"
96 ewarn "then local users may be able to gain root access on your machine."
97 ewarn
98 fi
99 }
100
101
102
103 --
104 gentoo-commits@g.o mailing list