Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266909
Collapse All | Expand All

(-)ntfs3g-2009.3.8.ebuild (-4 / +11 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild,v 1.1 2009/03/30 17:18:08 chutzpah Exp $
3
# $Header:
4
4
5
MY_PN="${PN/3g/-3g}"
5
MY_PN="${PN/3g/-3g}"
6
MY_P="${MY_PN}-${PV}"
6
MY_P="${MY_PN}-${PV/_p/AR.}"
7
7
8
DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
8
DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
9
HOMEPAGE="http://www.ntfs-3g.org"
9
HOMEPAGE="http://www.ntfs-3g.org"
10
SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz"
10
SRC_URI="http://pagesperso-orange.fr/b.andre/${MY_P}.tgz"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
14
KEYWORDS=""
15
IUSE="debug hal suid"
15
IUSE="debug hal suid"
16
16
17
RDEPEND="hal? ( sys-apps/hal )"
17
RDEPEND="hal? ( sys-apps/hal )"
Lines 43-48 Link Here
43
}
43
}
44
44
45
pkg_postinst() {
45
pkg_postinst() {
46
	ewarn
47
	ewarn "This is an advanced features release of the ntfs-3g package. It"
48
	ewarn "passes standard tests on i386 and x86_64 CPUs but users should"
49
	ewarn "still backup their data.  More info at:"
50
	ewarn "http://pagesperso-orange.fr/b.andre/advanced-ntfs-3g.html"
51
	ewarn
52
	
46
	if use suid; then
53
	if use suid; then
47
		ewarn
54
		ewarn
48
		ewarn "You have chosen to install ${PN} with the binary setuid root. This"
55
		ewarn "You have chosen to install ${PN} with the binary setuid root. This"

Return to bug 266909