diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2008-08-20 19:17:01 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2008-08-20 19:17:01 +0000 |
commit | a7e2d64396b2cfec34748734307b13a5fd03b3f9 (patch) | |
tree | 6fdf2fe87a08529db7c9f0aed8873b40c2d2221a /sys-fs/ntfs3g | |
parent | amd64/x86 stable, bug #235246 (diff) | |
download | gentoo-2-a7e2d64396b2cfec34748734307b13a5fd03b3f9.tar.gz gentoo-2-a7e2d64396b2cfec34748734307b13a5fd03b3f9.tar.bz2 gentoo-2-a7e2d64396b2cfec34748734307b13a5fd03b3f9.zip |
Version bump, clean up some older versions.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.2310.ebuild | 47 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.2412.ebuild | 47 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.2812.ebuild (renamed from sys-fs/ntfs3g/ntfs3g-1.2506.ebuild) | 14 |
4 files changed, 17 insertions, 99 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 437d6678e08d..f57fd0536195 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.71 2008/07/17 19:04:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.72 2008/08/20 19:17:01 chutzpah Exp $ + +*ntfs3g-1.2812 (20 Aug 2008) + + 20 Aug 2008; Patrick McLean <chutzpah@gentoo.org> -ntfs3g-1.2310.ebuild, + -ntfs3g-1.2412.ebuild, -ntfs3g-1.2506.ebuild, +ntfs3g-1.2812.ebuild: + Version bump, clean up some older versions. 17 Jul 2008; Markus Rothe <corsair@gentoo.org> ntfs3g-1.2531.ebuild: Stable on ppc64; bug #231422 diff --git a/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild b/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild deleted file mode 100644 index 3716221441e5..000000000000 --- a/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2310.ebuild,v 1.5 2008/04/17 18:17:53 nixnut 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 suid" - -RDEPEND="" -DEPEND="" - -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 NEWS - - use suid && fperms u+s "/bin/${MY_PN}" -} - -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-1.2412.ebuild b/sys-fs/ntfs3g/ntfs3g-1.2412.ebuild deleted file mode 100644 index 32f3596b64a8..000000000000 --- a/sys-fs/ntfs3g/ntfs3g-1.2412.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2412.ebuild,v 1.1 2008/04/16 02:33:21 chutzpah 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 suid" - -RDEPEND="" -DEPEND="" - -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 NEWS - - use suid && fperms u+s "/bin/${MY_PN}" -} - -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-1.2506.ebuild b/sys-fs/ntfs3g/ntfs3g-1.2812.ebuild index b200646a20f6..9cf8db438722 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.2506.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.2812.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2506.ebuild,v 1.1 2008/05/07 02:02:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2812.ebuild,v 1.1 2008/08/20 19:17:01 chutzpah Exp $ MY_PN="${PN/3g/-3g}" MY_P="${MY_PN}-${PV}" @@ -12,10 +12,10 @@ SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug suid" +IUSE="debug hal suid" -RDEPEND="" -DEPEND="" +RDEPEND="hal? ( sys-apps/hal )" +DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" @@ -30,10 +30,16 @@ src_compile() { 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/ + doins "${FILESDIR}/10-ntfs3g.fdi" + fi } pkg_postinst() { |