summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-16 03:13:02 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-16 03:13:02 +0000
commit28388223a8290de238277955a59cfc73e2351988 (patch)
treeeab46c4af639659191e8e5b72020b1bd35e7b7bd /sys-apps/linux-ntfs
parentupdate depends to show sys-fs (diff)
downloadhistorical-28388223a8290de238277955a59cfc73e2351988.tar.gz
historical-28388223a8290de238277955a59cfc73e2351988.tar.bz2
historical-28388223a8290de238277955a59cfc73e2351988.zip
moved fs packages to sys-fs
Diffstat (limited to 'sys-apps/linux-ntfs')
-rw-r--r--sys-apps/linux-ntfs/ChangeLog16
-rw-r--r--sys-apps/linux-ntfs/Manifest4
-rw-r--r--sys-apps/linux-ntfs/files/digest-linux-ntfs-1.6.01
-rw-r--r--sys-apps/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch13
-rw-r--r--sys-apps/linux-ntfs/linux-ntfs-1.6.0.ebuild38
5 files changed, 0 insertions, 72 deletions
diff --git a/sys-apps/linux-ntfs/ChangeLog b/sys-apps/linux-ntfs/ChangeLog
deleted file mode 100644
index f2db9d704e70..000000000000
--- a/sys-apps/linux-ntfs/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for sys-apps/linux-ntfs
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-ntfs/ChangeLog,v 1.5 2003/02/12 09:01:54 vapier Exp $
-
-*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-apps/linux-ntfs/Manifest b/sys-apps/linux-ntfs/Manifest
deleted file mode 100644
index 18982217d4ca..000000000000
--- a/sys-apps/linux-ntfs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 7334b698d350b5f5115eff3a4e06b263 ChangeLog 610
-MD5 37705f34be63fda613d49090cce9921d linux-ntfs-1.6.0.ebuild 1028
-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-apps/linux-ntfs/files/digest-linux-ntfs-1.6.0 b/sys-apps/linux-ntfs/files/digest-linux-ntfs-1.6.0
deleted file mode 100644
index ae1f99f736e7..000000000000
--- a/sys-apps/linux-ntfs/files/digest-linux-ntfs-1.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 414a63a29086963ce150bb214f972b8c linux-ntfs-1.6.0.tar.gz 318600
diff --git a/sys-apps/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch b/sys-apps/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
deleted file mode 100644
index 1fd14b969290..000000000000
--- a/sys-apps/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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-apps/linux-ntfs/linux-ntfs-1.6.0.ebuild b/sys-apps/linux-ntfs/linux-ntfs-1.6.0.ebuild
deleted file mode 100644
index ea61e3a062d1..000000000000
--- a/sys-apps/linux-ntfs/linux-ntfs-1.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.4 2003/06/21 21:19:40 drobbins 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
-}