summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-10 08:27:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-10 08:27:46 +0000
commit554bc590c31aa4e3403d6d56f3c6b51ce5b782b8 (patch)
tree17369e417d42c1005c99b0bd8c3af723818bf17f /app-misc
parentremoved old ebuild files. (diff)
downloadhistorical-554bc590c31aa4e3403d6d56f3c6b51ce5b782b8.tar.gz
historical-554bc590c31aa4e3403d6d56f3c6b51ce5b782b8.tar.bz2
historical-554bc590c31aa4e3403d6d56f3c6b51ce5b782b8.zip
no fd.4 manpage
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/fdutils/ChangeLog5
-rw-r--r--app-misc/fdutils/Manifest5
-rw-r--r--app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild7
-rw-r--r--app-misc/fdutils/files/fdutils-no-fd.4-manpage.diff12
4 files changed, 25 insertions, 4 deletions
diff --git a/app-misc/fdutils/ChangeLog b/app-misc/fdutils/ChangeLog
index 85c624896b53..173686fe83fe 100644
--- a/app-misc/fdutils/ChangeLog
+++ b/app-misc/fdutils/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.4 2002/05/30 01:54:49 sandymac Exp
+ 10 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
+ fdutils-5.4.20020222-r1.ebuild:
+ no more installing the fd.4 manpage, since the man-pages package provides a
+ better version
+
16 Sep 2003; Seemant Kulleen <seemant@gentoo.org>
fdutils-5.4.20020222-r1.ebuild:
changed dependency to sys-fs/mtools instead of app-admin/mtools
diff --git a/app-misc/fdutils/Manifest b/app-misc/fdutils/Manifest
index 77168958f363..482f14826201 100644
--- a/app-misc/fdutils/Manifest
+++ b/app-misc/fdutils/Manifest
@@ -1,3 +1,4 @@
-MD5 7b45023901829f611761e51d06f3888a fdutils-5.4.20020222-r1.ebuild 967
-MD5 e404db471d4e3e2577ef6efb92c2eba2 ChangeLog 1201
+MD5 2f1f6d26af6eaec9cce2e7bfce170a2a fdutils-5.4.20020222-r1.ebuild 1079
+MD5 6a3d8ec88e8fcb53d591a55eb916880f ChangeLog 1383
+MD5 9ff6a26897281b34d5e67b3f80ab60f2 files/fdutils-no-fd.4-manpage.diff 434
MD5 c2ef222aaad9496533b756688db40543 files/digest-fdutils-5.4.20020222-r1 135
diff --git a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild
index 5346049ed1a3..0e748a65aedd 100644
--- a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild
+++ b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.9 2003/09/17 03:45:20 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.10 2003/12/10 08:27:44 seemant Exp $
inherit eutils
@@ -20,6 +20,10 @@ DEPEND=">=sys-fs/mtools-3
src_unpack() {
unpack ${A}
epatch ${WORKDIR}/${PN}-5.4-20020222.diff
+
+ # the man 4 fd manpage is better in the man-pages package, so stop it
+ # from installing
+ epatch ${FILESDIR}/${PN}-no-fd.4-manpage.diff
}
src_compile() {
@@ -36,7 +40,6 @@ src_compile() {
src_install() {
dodir /usr/bin
dodir /usr/share/man/man1
- dodir /usr/share/man/man4
einstall || die
diff --git a/app-misc/fdutils/files/fdutils-no-fd.4-manpage.diff b/app-misc/fdutils/files/fdutils-no-fd.4-manpage.diff
new file mode 100644
index 000000000000..909ecd971da9
--- /dev/null
+++ b/app-misc/fdutils/files/fdutils-no-fd.4-manpage.diff
@@ -0,0 +1,12 @@
+diff -urN fdutils-5.4.old/doc/Makefile.in fdutils-5.4/doc/Makefile.in
+--- fdutils-5.4.old/doc/Makefile.in 1999-07-02 15:03:25.000000000 -0700
++++ fdutils-5.4/doc/Makefile.in 2003-12-10 00:24:36.000000000 -0800
+@@ -22,7 +22,7 @@
+ floppycontrol.1 makefloppies.1 xdfcopy.1 fdmount.1 \
+ floppymeter.1 setfdprm.1
+
+-MANPAGES4 = fd.4
++MANPAGES4 =
+ MANPERM = 644
+ UID = root
+ GID = root