diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 03:04:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 03:04:25 +0000 |
commit | 59d9e1af7795ee53a0610280d329e54a39371ebb (patch) | |
tree | 7a5bfebbfd7d5cf5dc4be5bf5756a3e288f4e376 /sys-fs | |
parent | keyword ~ppc-macos; fixed directories as per bug #61542 (diff) | |
download | historical-59d9e1af7795ee53a0610280d329e54a39371ebb.tar.gz historical-59d9e1af7795ee53a0610280d329e54a39371ebb.tar.bz2 historical-59d9e1af7795ee53a0610280d329e54a39371ebb.zip |
use ntfsprogs
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/linux-ntfs/ChangeLog | 28 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/Manifest | 15 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/files/digest-linux-ntfs-1.6.0 | 1 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch | 13 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild | 42 | ||||
-rw-r--r-- | sys-fs/linux-ntfs/metadata.xml | 5 |
6 files changed, 0 insertions, 104 deletions
diff --git a/sys-fs/linux-ntfs/ChangeLog b/sys-fs/linux-ntfs/ChangeLog deleted file mode 100644 index bbeee68c219a..000000000000 --- a/sys-fs/linux-ntfs/ChangeLog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for sys-fs/linux-ntfs -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.4 2004/06/24 22:51:57 agriffis Exp $ - - 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> linux-ntfs-1.6.0.ebuild: - Add die following econf for bug 48950 - - 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) - - 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 deleted file mode 100644 index c5336b6e700c..000000000000 --- a/sys-fs/linux-ntfs/Manifest +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a5dc90ad7d56b8113a8ec2a0201f33f3 ChangeLog 1036 -MD5 98d8ac941b91e99e9806289318d6c042 linux-ntfs-1.6.0.ebuild 1077 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 9ba7db6e2242b6eec4de0d5f8d5d8eac files/digest-linux-ntfs-1.6.0 68 -MD5 f2dc9e4ce99630231fc2247b68c4eee5 files/linux-ntfs-1.6.0-gcc3.2.patch 493 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA4vRQHTu7gpaalycRAkBuAJ9jrOy7hHk5b76anSK9f5QqtdYoWQCeNSYQ -3a2G1a4udbIWusZJ6TppoWM= -=pbiR ------END PGP SIGNATURE----- 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 deleted file mode 100644 index ae1f99f736e7..000000000000 --- a/sys-fs/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-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 deleted file mode 100644 index 1fd14b969290..000000000000 --- a/sys-fs/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-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild deleted file mode 100644 index bddf09fb516d..000000000000 --- a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.5 2004/06/30 17:11:18 vapier Exp $ - -inherit eutils - -DESCRIPTION="Old userland utilities for NTFS filesystems (you should use ntfsprogs instead)" -HOMEPAGE="http://linux-ntfs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -DEPEND=">=sys-devel/gcc-2.95" - -src_unpack() { - unpack ${A} - cd ${S} || die - epatch ${FILESDIR}/${P}-gcc3.2.patch -} - -src_compile() { - econf || die "econf failed" - 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 -} diff --git a/sys-fs/linux-ntfs/metadata.xml b/sys-fs/linux-ntfs/metadata.xml deleted file mode 100644 index 96a2d586367d..000000000000 --- a/sys-fs/linux-ntfs/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>base-system</herd> -</pkgmetadata> |