summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-10-30 02:19:32 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-10-30 02:19:32 +0000
commit0113ebff70a79e43f2e2a340acb1037fe9cc55a1 (patch)
tree5af809f2e1e1f45032df849a5e69b6d746b35130 /sys-fs
parentAdded masked version bump (diff)
downloadhistorical-0113ebff70a79e43f2e2a340acb1037fe9cc55a1.tar.gz
historical-0113ebff70a79e43f2e2a340acb1037fe9cc55a1.tar.bz2
historical-0113ebff70a79e43f2e2a340acb1037fe9cc55a1.zip
description fix
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/linux-ntfs/ChangeLog5
-rw-r--r--sys-fs/linux-ntfs/Manifest4
-rw-r--r--sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild9
-rw-r--r--sys-fs/ntfsprogs/ChangeLog5
-rw-r--r--sys-fs/ntfsprogs/Manifest6
-rw-r--r--sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild5
6 files changed, 22 insertions, 12 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() {
diff --git a/sys-fs/ntfsprogs/ChangeLog b/sys-fs/ntfsprogs/ChangeLog
index 93e86fd0c206..250487ba778b 100644
--- a/sys-fs/ntfsprogs/ChangeLog
+++ b/sys-fs/ntfsprogs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ntfsprogs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ChangeLog,v 1.2 2003/09/29 22:29:41 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ChangeLog,v 1.3 2003/10/30 02:16:40 seemant Exp $
+
+ 29 Oct 2003; Seemant Kulleen <seemant@gentoo.org> ntfsprogs-1.7.1.ebuild:
+ DESCRIPTION fix, closing bug #31927 by Matt Keadle <mkeadle@mkeadle.org>
30 Sep 2003; Martin Holzer <mholzer@gentoo.org> ntfsprogs-1.7.1.ebuild,
files/ntfsprogs-1.7.1-gcc3.patch:
diff --git a/sys-fs/ntfsprogs/Manifest b/sys-fs/ntfsprogs/Manifest
index 0af5a122746b..21f186bb59bd 100644
--- a/sys-fs/ntfsprogs/Manifest
+++ b/sys-fs/ntfsprogs/Manifest
@@ -1,4 +1,4 @@
-MD5 966ead79191a130866b7d850c7e1ddc3 ChangeLog 1239
-MD5 d1bd9f6618208a212662beabfed13930 ntfsprogs-1.7.1.ebuild 1172
-MD5 9c54070c93405b7ad66d548e7fa2e2a4 files/digest-ntfsprogs-1.7.1 67
+MD5 386afa943db4785107a03dd31c7f61d5 ChangeLog 1391
+MD5 117f411a92b07d36cd58e4cb19e206ff ntfsprogs-1.7.1.ebuild 1203
MD5 2954e3eda945cc153d217db1eb3a3a6e files/ntfsprogs-1.7.1-gcc3.patch 1983
+MD5 9c54070c93405b7ad66d548e7fa2e2a4 files/digest-ntfsprogs-1.7.1 67
diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild
index 9d1020926340..4042386f2c11 100644
--- a/sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild
+++ b/sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild,v 1.2 2003/09/29 22:29:41 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.7.1.ebuild,v 1.3 2003/10/30 02:16:40 seemant Exp $
-DESCRIPTION="Utilities and library for accessing NTFS filesystems"
+DESCRIPTION="User tools for NTFS filesystems -- includes: ntsresize, mkntfs,
+ntfsfix, ntfsdefrag"
HOMEPAGE="http://linux-ntfs.sourceforge.net/"
SRC_URI="mirror://sourceforge/linux-ntfs/${P}.tar.gz"