diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 14:09:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 14:09:52 +0000 |
commit | 084c4b8bf03e1089e632c842ccdcf64979e9803c (patch) | |
tree | 7474d15f2d0cf366a4bf53cbacf6e4b6d9372f66 /app-arch | |
parent | fix postinst output #78081 (diff) | |
download | historical-084c4b8bf03e1089e632c842ccdcf64979e9803c.tar.gz historical-084c4b8bf03e1089e632c842ccdcf64979e9803c.tar.bz2 historical-084c4b8bf03e1089e632c842ccdcf64979e9803c.zip |
punt doman cruft
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cpio/Manifest | 4 | ||||
-rw-r--r-- | app-arch/cpio/cpio-2.6.ebuild | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-arch/cpio/Manifest b/app-arch/cpio/Manifest index 6fff8c94f1a1..d9939ee0b37c 100644 --- a/app-arch/cpio/Manifest +++ b/app-arch/cpio/Manifest @@ -1,8 +1,8 @@ MD5 a910ca639df3a148916738147c33a306 ChangeLog 3547 MD5 ca553fdcf418df4fac0aa9000c76b9d1 cpio-2.5.ebuild 797 -MD5 2162647d825c9f380cf4413c34172ac8 cpio-2.6.ebuild 1001 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 909a20c79ddcc8b2297480e5f9d8cd1a cpio-2.6.ebuild 962 MD5 a0838e9d5ff0463ecb8758db81652ff1 files/digest-cpio-2.5 60 -MD5 76f4688893a4a9b394442da68fbf0d5e files/2.6-rili-big-files.patch 2566 MD5 898f15e2e1a554916e69e9397f130e81 files/digest-cpio-2.6 61 MD5 b8e4b9cc188354bdbae9b43dfcc0ecfe files/2.6-isnumber.patch 709 +MD5 76f4688893a4a9b394442da68fbf0d5e files/2.6-rili-big-files.patch 2566 diff --git a/app-arch/cpio/cpio-2.6.ebuild b/app-arch/cpio/cpio-2.6.ebuild index c9bff5d02698..a36a674cad40 100644 --- a/app-arch/cpio/cpio-2.6.ebuild +++ b/app-arch/cpio/cpio-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.6.ebuild,v 1.2 2005/01/20 03:48:05 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.6.ebuild,v 1.3 2005/01/20 14:09:52 vapier Exp $ inherit eutils @@ -34,7 +34,6 @@ src_compile() { src_install() { make install DESTDIR="${D}" || die dodoc ChangeLog NEWS README INSTALL - doman ${D}/usr/share/man/man1/cpio.1 rm -f "${D}"/usr/share/man/man1/mt.1 rmdir "${D}"/usr/libexec } |