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