summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-15 17:46:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-15 17:46:26 +0000
commitac473605b2a5b4138218869a7f6140686c664e1c (patch)
treeaeabad1544e1c315445e0d3361afa57a8e40b715 /sys-fs/linux-ntfs
parentadded filesystem related apps to sys-fs from sys-apps (diff)
downloadgentoo-2-ac473605b2a5b4138218869a7f6140686c664e1c.tar.gz
gentoo-2-ac473605b2a5b4138218869a7f6140686c664e1c.tar.bz2
gentoo-2-ac473605b2a5b4138218869a7f6140686c664e1c.zip
added filesystem related apps to sys-fs from sys-apps
Diffstat (limited to 'sys-fs/linux-ntfs')
-rw-r--r--sys-fs/linux-ntfs/ChangeLog22
-rw-r--r--sys-fs/linux-ntfs/Manifest4
-rw-r--r--sys-fs/linux-ntfs/files/digest-linux-ntfs-1.6.01
-rw-r--r--sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch13
-rw-r--r--sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild38
5 files changed, 76 insertions, 2 deletions
diff --git a/sys-fs/linux-ntfs/ChangeLog b/sys-fs/linux-ntfs/ChangeLog
new file mode 100644
index 000000000000..81ee6ec8a10c
--- /dev/null
+++ b/sys-fs/linux-ntfs/ChangeLog
@@ -0,0 +1,22 @@
+# 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 $
+
+*linux-ntfs-1.6.0 (15 Sep 2003)
+
+ 15 Sep 2003; Seemant Kulleen <seemant@gentoo.org> linux-ntfs-1.6.0.ebuild,
+ files/linux-ntfs-1.6.0-gcc3.2.patch:
+ moved to sys-fs
+
+*linux-ntfs-1.6.0 (02 Nov 2002)
+
+ 02 Nov 2002; Donny Davies <woodchip@gentoo.org> :
+ Compile the project ourselves, thanks to cory@visi.name; #9810.
+
+*linux-ntfs-1.5.0-r1 (1 Feb 2002)
+
+ 21 Jul 2002; Mark Guertin <gerk@gentoo.org> :
+ updated keywords (-ppc -sparc -sparc64) - this is a binary pkg for x86.
+
+ 14 Jul 2002; phoen][x <phoenix@gentoo.org> :
+ Added LICENSE, KEYWORDS, SLOT.
diff --git a/sys-fs/linux-ntfs/Manifest b/sys-fs/linux-ntfs/Manifest
index 18982217d4ca..4c8f6454de06 100644
--- a/sys-fs/linux-ntfs/Manifest
+++ b/sys-fs/linux-ntfs/Manifest
@@ -1,4 +1,4 @@
-MD5 7334b698d350b5f5115eff3a4e06b263 ChangeLog 610
-MD5 37705f34be63fda613d49090cce9921d linux-ntfs-1.6.0.ebuild 1028
+MD5 f43c6ac6fd07063c20851e38e760d410 linux-ntfs-1.6.0.ebuild 1025
+MD5 390f06f79c39441d5afa194cc2841c30 ChangeLog 775
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/files/digest-linux-ntfs-1.6.0 b/sys-fs/linux-ntfs/files/digest-linux-ntfs-1.6.0
new file mode 100644
index 000000000000..ae1f99f736e7
--- /dev/null
+++ b/sys-fs/linux-ntfs/files/digest-linux-ntfs-1.6.0
@@ -0,0 +1 @@
+MD5 414a63a29086963ce150bb214f972b8c linux-ntfs-1.6.0.tar.gz 318600
diff --git a/sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch b/sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
new file mode 100644
index 000000000000..1fd14b969290
--- /dev/null
+++ b/sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
@@ -0,0 +1,13 @@
+--- include/types.h.orig 2002-10-15 12:22:55.000000000 -0400
++++ include/types.h 2002-10-15 12:23:29.000000000 -0400
+@@ -55,8 +55,8 @@
+ * structure.
+ */
+ typedef union {
+- __u8; /* Unnamed __u8 to serve as default when just using
+- a_val without specifying any of the below. */
++ __u8 _default; /* Unnamed __u8 to serve as default when just using
++ a_val without specifying any of the below. */
+ STANDARD_INFORMATION std_inf;
+ ATTR_LIST_ENTRY al_entry;
+ FILE_NAME_ATTR filename;
diff --git a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild
new file mode 100644
index 000000000000..bfc07766d363
--- /dev/null
+++ b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild
@@ -0,0 +1,38 @@
+# 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 $
+
+DESCRIPTION="Utilities and library for accessing NTFS filesystems"
+HOMEPAGE="http://linux-ntfs.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz"
+
+DEPEND=">=sys-devel/gcc-2.95"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 amd64"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S} || die
+ patch -p0 <${FILESDIR}/${P}-gcc3.2.patch || die
+}
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ # lot's of docs (a good thing :)
+ dodoc CREDITS ChangeLog NEWS README TODO.include TODO.mkntfs TODO.ntfsfix \
+ doc/attribute_definitions doc/attributes.txt doc/compression.txt \
+ doc/system_files.txt doc/system_security_descriptors.txt \
+ doc/tunable_settings
+
+ # a normal user cannot run ntfsfix
+ cd ${D}
+ mv usr/bin/ntfsfix usr/sbin
+ rm -rf usr/bin
+}