Mercurial > hg > portage
changeset 155:143d9700af31
ntfs3g is up to date in portage
author | holger |
---|---|
date | Sat, 22 Aug 2009 01:10:14 +0200 |
parents | d53eadaf497f |
children | 11ab44c3209a |
files | sys-fs/ntfs3g/Manifest sys-fs/ntfs3g/files/10-ntfs3g.fdi sys-fs/ntfs3g/metadata.xml sys-fs/ntfs3g/ntfs3g-2009.4.4.ebuild |
diffstat | 4 files changed, 0 insertions(+), 83 deletions(-) [+] |
line wrap: on
line diff
--- a/sys-fs/ntfs3g/Manifest Mon Aug 17 13:25:08 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -AUX 10-ntfs3g.fdi 397 RMD160 a09440a0d239db40ce7c6cada0008e425a0a5dc7 SHA1 d26af4f1dcdfad6da384b0e706c79a629fa893dd SHA256 bceb8474647e9dd8a1740d3d3af559cbd9f5ad428f335606f44f87b17c712de7 -DIST ntfs-3g-2009.4.4.tgz 652496 RMD160 d11b452794dc454396019beacd5f98faa757211f SHA1 a8e54d38e8cae1cdd1178bbbb42a1e5670ae7089 SHA256 bcd39ebe90541f512e605b62911f14f6107239c4ff032d56d5da3dc3c05e0d0f -EBUILD ntfs3g-2009.4.4.ebuild 1297 RMD160 af3c7657045cb323c6530edef2a834d887ba80ad SHA1 8b503ca4f4cd65156bad1e921166f9f504b5640f SHA256 80aaf29d324c10e0ce311f295765efe504b296d13971820fbb6f354b5f7f38a8 -MISC metadata.xml 641 RMD160 361ae848a3012a236c512a5cfc71cc96026ba072 SHA1 9cc731cc7093ad04c8a3199948f24b2c5ff2cadb SHA256 bb0e59a4fde05b0fbad22547a263d7ef98bb5809fd00bf14c0d4d2c89cab05ed
--- a/sys-fs/ntfs3g/files/10-ntfs3g.fdi Mon Aug 17 13:25:08 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<deviceinfo version="0.2"> - <device> - <match key="volume.fstype" string="ntfs"> - <merge key="volume.fstype" type="string">ntfs-3g</merge> - <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge> - <append key="volume.mount.valid_options" type="strlist">locale=</append> - </match> - </device> -</deviceinfo>
--- a/sys-fs/ntfs3g/metadata.xml Mon Aug 17 13:25:08 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <longdescription lang="en"> -The ntfs-3g driver is an open source, GPL licensed, third generation Linux -NTFS driver for 32-bit, little-endian architectures which was implemented -by the Linux-NTFS project. It provides full read-write access to NTFS, -excluding access to encrypted files, writing compressed files, changing -file ownership, access right. - </longdescription> -</pkgmetadata>
--- a/sys-fs/ntfs3g/ntfs3g-2009.4.4.ebuild Mon Aug 17 13:25:08 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ -# 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.4 2009/08/02 13:29:02 maekke Exp $ - -MY_PN="${PN/3g/-3g}" -MY_P="${MY_PN}-${PV}" - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" -IUSE="debug hal suid" - -RDEPEND="hal? ( sys-apps/hal )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf \ - --docdir="/usr/share/doc/${PF}" \ - --enable-ldscript \ - --disable-ldconfig \ - $(use_enable debug) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - - prepalldocs - dodoc AUTHORS ChangeLog CREDITS - - use suid && fperms u+s "/bin/${MY_PN}" - - if use hal; then - insinto /etc/hal/fdi/policy/ - newins "${FILESDIR}/10-ntfs3g.fdi.2009" "10-ntfs3g.fdi" - fi -} - -pkg_postinst() { - if use suid; then - ewarn - ewarn "You have chosen to install ${PN} with the binary setuid root. This" - ewarn "means that if there any undetected vulnerabilities in the binary," - ewarn "then local users may be able to gain root access on your machine." - ewarn - fi -}