summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-28 21:43:27 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-28 21:43:27 +0000
commit1fc43cc9c9c0c718dd1e1254a7549e7bac90e799 (patch)
tree1cb63cf9def30f77d1d7d21080442f4b1b18c2c9 /sys-fs/ntfsprogs
parentmove inherit to above IUSE. (diff)
downloadhistorical-1fc43cc9c9c0c718dd1e1254a7549e7bac90e799.tar.gz
historical-1fc43cc9c9c0c718dd1e1254a7549e7bac90e799.tar.bz2
historical-1fc43cc9c9c0c718dd1e1254a7549e7bac90e799.zip
move to stable for qtparted
Diffstat (limited to 'sys-fs/ntfsprogs')
-rw-r--r--sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild15
-rw-r--r--sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild15
2 files changed, 16 insertions, 14 deletions
diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild
index 124562faaaf3..15f0810eca78 100644
--- a/sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild
+++ b/sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild,v 1.4 2004/07/17 09:27:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.9.1.ebuild,v 1.5 2004/07/28 21:43:27 vapier Exp $
-DESCRIPTION="User tools for NTFS filesystems -- includes: ntsresize, mkntfs,
-ntfsfix, ntfsdefrag"
+DESCRIPTION="User tools for NTFS filesystems"
HOMEPAGE="http://linux-ntfs.sourceforge.net/"
SRC_URI="mirror://sourceforge/linux-ntfs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc amd64"
IUSE="gnome"
+
DEPEND=">sys-devel/gcc-2.95
>=sys-apps/sed-4
gnome? ( >=dev-libs/glib-2.0
>=gnome-base/gnome-vfs-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64 ~ppc"
src_compile() {
sed -i 's:head -1:head -n 1:g' getgccver
@@ -28,7 +29,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "Install failed"
- dodoc AUTHORS COPYING CREDITS ChangeLog NEWS README TODO.* \
+ dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* \
doc/attribute_definitions doc/*.txt doc/tunable_settings
# A normal user cannot run ntfsfix; move it over to the right place
diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild
index 79f119414d8e..2e6c6bd78f81 100644
--- a/sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild
+++ b/sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild,v 1.1 2004/07/17 09:27:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.9.2.ebuild,v 1.2 2004/07/28 21:43:27 vapier Exp $
-DESCRIPTION="User tools for NTFS filesystems -- includes: ntsresize, mkntfs,
-ntfsfix, ntfsdefrag"
+DESCRIPTION="User tools for NTFS filesystems"
HOMEPAGE="http://linux-ntfs.sourceforge.net/"
SRC_URI="mirror://sourceforge/linux-ntfs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE="gnome"
+
DEPEND=">sys-devel/gcc-2.95
>=sys-apps/sed-4
gnome? ( >=dev-libs/glib-2.0
>=gnome-base/gnome-vfs-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc"
src_compile() {
sed -i 's:head -1:head -n 1:g' getgccver
@@ -28,7 +29,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "Install failed"
- dodoc AUTHORS COPYING CREDITS ChangeLog NEWS README TODO.* \
+ dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* \
doc/attribute_definitions doc/*.txt doc/tunable_settings
# A normal user cannot run ntfsfix; move it over to the right place