summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-27 03:15:05 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-27 03:15:05 +0000
commit3c3b707c96ebd9444ef8e469407c143004bce70c (patch)
tree06cd13c3fec4e8ff08e2e60faffa8c60bf6b72c6 /sys-fs/ntfsprogs
parentRemmove old ebuild. (diff)
downloadgentoo-2-3c3b707c96ebd9444ef8e469407c143004bce70c.tar.gz
gentoo-2-3c3b707c96ebd9444ef8e469407c143004bce70c.tar.bz2
gentoo-2-3c3b707c96ebd9444ef8e469407c143004bce70c.zip
stabilize and add a mkfs.ntfs symlink #102369 by Petteri Räty
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-fs/ntfsprogs')
-rw-r--r--sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild5
-rw-r--r--sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild
index 87133b6303e6..25343c067543 100644
--- a/sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild
+++ b/sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild,v 1.1 2005/07/29 00:24:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.11.1-r1.ebuild,v 1.2 2005/08/27 03:15:05 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/linux-ntfs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="gnome fuse debug"
DEPEND="fuse? ( >=sys-fs/fuse-2.3.0 )
@@ -37,6 +37,7 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "Install failed"
+ dosym mkntfs /usr/sbin/mkfs.ntfs
dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* \
doc/attribute_definitions doc/*.txt doc/tunable_settings
}
diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild
index 1763ba8c97fd..4505ad4a11c5 100644
--- a/sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild
+++ b/sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild,v 1.1 2005/08/16 03:38:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.11.2.ebuild,v 1.2 2005/08/27 03:15:05 vapier Exp $
DESCRIPTION="User tools for NTFS filesystems"
HOMEPAGE="http://linux-ntfs.sourceforge.net/"
@@ -29,6 +29,7 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "Install failed"
+ dosym mkntfs /usr/sbin/mkfs.ntfs
dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* \
doc/attribute_definitions doc/*.txt doc/tunable_settings
}