diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-10-30 02:19:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-10-30 02:19:32 +0000 |
commit | 2c763914b40c5e1335ec9ba3620d6d8bf69a6b82 (patch) | |
tree | 1ef13f01c8ceb62382b4562cfd4b35b14df67ea3 /sys-fs/linux-ntfs | |
parent | Added masked version bump (diff) | |
download | gentoo-2-2c763914b40c5e1335ec9ba3620d6d8bf69a6b82.tar.gz gentoo-2-2c763914b40c5e1335ec9ba3620d6d8bf69a6b82.tar.bz2 gentoo-2-2c763914b40c5e1335ec9ba3620d6d8bf69a6b82.zip |
description fix
Diffstat (limited to 'sys-fs/linux-ntfs')
-rw-r--r-- | sys-fs/linux-ntfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys-fs/linux-ntfs/ChangeLog b/sys-fs/linux-ntfs/ChangeLog index 81ee6ec8a10c..7c30b47d9f0d 100644 --- a/sys-fs/linux-ntfs/ChangeLog +++ b/sys-fs/linux-ntfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/linux-ntfs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.1 2003/09/15 17:46:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.2 2003/10/30 02:19:31 seemant Exp $ + + 29 Oct 2003; Seemant Kulleen <seemant@gentoo.org> linux-ntfs-1.6.0.ebuild: + DESCRIPTION fix, closing bug #31927 by Matt Keadle <mkeadle@mkeadle.org> *linux-ntfs-1.6.0 (15 Sep 2003) diff --git a/sys-fs/linux-ntfs/Manifest b/sys-fs/linux-ntfs/Manifest index 4c8f6454de06..61d674849e10 100644 --- a/sys-fs/linux-ntfs/Manifest +++ b/sys-fs/linux-ntfs/Manifest @@ -1,4 +1,4 @@ -MD5 f43c6ac6fd07063c20851e38e760d410 linux-ntfs-1.6.0.ebuild 1025 -MD5 390f06f79c39441d5afa194cc2841c30 ChangeLog 775 +MD5 b4b04ec480b01313f67bcf1d1af3d574 linux-ntfs-1.6.0.ebuild 1055 +MD5 530e952c8f94b29852a8f6b8007fca96 ChangeLog 928 MD5 9ba7db6e2242b6eec4de0d5f8d5d8eac files/digest-linux-ntfs-1.6.0 68 MD5 f2dc9e4ce99630231fc2247b68c4eee5 files/linux-ntfs-1.6.0-gcc3.2.patch 493 diff --git a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild index bfc07766d363..c4bc152f6ce8 100644 --- a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild +++ b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.1 2003/09/15 17:46:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.2 2003/10/30 02:19:31 seemant Exp $ -DESCRIPTION="Utilities and library for accessing NTFS filesystems" +inherit eutils + +DESCRIPTION="Old userland utilities for NTFS filesystems. Better to use +ntfsprogs instead" HOMEPAGE="http://linux-ntfs.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" @@ -14,7 +17,7 @@ KEYWORDS="x86 amd64" src_unpack() { unpack ${A} cd ${S} || die - patch -p0 <${FILESDIR}/${P}-gcc3.2.patch || die + epatch ${FILESDIR}/${P}-gcc3.2.patch } src_compile() { |