summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2010-05-18 14:21:57 +0000
committerPatrick McLean <chutzpah@gentoo.org>2010-05-18 14:21:57 +0000
commit00e2883dd3c88da6df620cb8989a2426d1f11af6 (patch)
treeecdd68b052b3db13a2716a6eefab15f5e5e0d78e /sys-fs
parentUpdate src_test use to the same 1.7 slot as building the package. Fixes bug #... (diff)
downloadgentoo-2-00e2883dd3c88da6df620cb8989a2426d1f11af6.tar.gz
gentoo-2-00e2883dd3c88da6df620cb8989a2426d1f11af6.tar.bz2
gentoo-2-00e2883dd3c88da6df620cb8989a2426d1f11af6.zip
Version bump (bug #320195). Clean out old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ChangeLog9
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild53
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2009.4.4-r1.ebuild56
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2009.4.4.ebuild56
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild (renamed from sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild)29
5 files changed, 31 insertions, 172 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index f2989dd6c0b6..0f9ef6e31b8f 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.96 2010/05/05 02:36:40 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.97 2010/05/18 14:21:57 chutzpah Exp $
+
+*ntfs3g-2010.5.16 (18 May 2010)
+
+ 18 May 2010; Patrick McLean <chutzpah@gentoo.org> -ntfs3g-2009.3.8.ebuild,
+ -ntfs3g-2009.4.4.ebuild, -ntfs3g-2009.4.4-r1.ebuild,
+ -ntfs3g-2009.11.14.ebuild, +ntfs3g-2010.5.16.ebuild:
+ Version bump (bug #320195). Clean out old versions.
05 May 2010; Patrick McLean <chutzpah@gentoo.org> +files/99-ntfs3g.rules,
ntfs3g-2010.3.6.ebuild, metadata.xml:
diff --git a/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild
deleted file mode 100644
index a6019c4e7028..000000000000
--- a/sys-fs/ntfs3g/ntfs3g-2009.3.8.ebuild
+++ /dev/null
@@ -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.5 2009/09/26 13:21:02 ranger 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
-}
diff --git a/sys-fs/ntfs3g/ntfs3g-2009.4.4-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.4.4-r1.ebuild
deleted file mode 100644
index 328376dfdbe0..000000000000
--- a/sys-fs/ntfs3g/ntfs3g-2009.4.4-r1.ebuild
+++ /dev/null
@@ -1,56 +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.4.4-r1.ebuild,v 1.1 2009/10/28 22:32:19 eva Exp $
-
-EAPI=2
-
-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 +external-fuse"
-
-RDEPEND=">=sys-fs/fuse-2.6.0
- hal? ( sys-apps/hal )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --docdir="/usr/share/doc/${PF}" \
- --enable-ldscript \
- --disable-ldconfig \
- --with-fuse=$(use external-fuse && echo external || echo internal) \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- prepalldocs || die "prepalldocs failed"
- 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-r1" "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
-}
diff --git a/sys-fs/ntfs3g/ntfs3g-2009.4.4.ebuild b/sys-fs/ntfs3g/ntfs3g-2009.4.4.ebuild
deleted file mode 100644
index 25d05be4173f..000000000000
--- a/sys-fs/ntfs3g/ntfs3g-2009.4.4.ebuild
+++ /dev/null
@@ -1,56 +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.4.4.ebuild,v 1.3 2009/08/21 20:49:53 chutzpah Exp $
-
-EAPI=2
-
-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 +external-fuse"
-
-RDEPEND=">=sys-fs/fuse-2.6.0
- hal? ( sys-apps/hal )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --docdir="/usr/share/doc/${PF}" \
- --enable-ldscript \
- --disable-ldconfig \
- --with-fuse=$(use external-fuse && echo external || echo internal) \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- prepalldocs || die "prepalldocs failed"
- 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
-}
diff --git a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild
index 0e81f8d86862..ab58153a64bd 100644
--- a/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild
@@ -1,28 +1,40 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2009.11.14.ebuild,v 1.4 2010/02/10 03:48:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.5.16.ebuild,v 1.1 2010/05/18 14:21:57 chutzpah Exp $
EAPI=2
+inherit linux-info
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"
+HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/"
+SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE="acl debug hal suid +external-fuse"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acl debug hal suid udev +external-fuse"
-RDEPEND=">=sys-fs/fuse-2.6.0
+RDEPEND="external-fuse? ( >=sys-fs/fuse-2.6.0 )
hal? ( sys-apps/hal )"
DEPEND="${RDEPEND}
sys-apps/attr"
S="${WORKDIR}/${MY_P}"
+pkg_setup() {
+ if use external-fuse && use kernel_linux; then
+ if kernel_is lt 2 6 9; then
+ die "Your kernel is too old."
+ fi
+ CONFIG_CHECK="~FUSE_FS"
+ FUSE_FS_WARNING="You need to have FUSE module built to use ntfs-3g"
+ linux-info_pkg_setup
+ fi
+}
+
src_configure() {
econf \
--docdir="/usr/share/doc/${PF}" \
@@ -45,6 +57,11 @@ src_install() {
insinto /etc/hal/fdi/policy/
newins "${FILESDIR}/10-ntfs3g.fdi.2009-r1" "10-ntfs3g.fdi"
fi
+
+ if use udev; then
+ insinto /etc/udev/rules.d/
+ doins "${FILESDIR}/99-ntfs3g.rules"
+ fi
}
pkg_postinst() {