diff options
author | 2000-12-11 19:03:38 +0000 | |
---|---|---|
committer | 2000-12-11 19:03:38 +0000 | |
commit | a9d434feec16b3433cf4a3a106e9b51db076f5d1 (patch) | |
tree | e234650e627b8949edb3fab100c633ac7e7a670b /sys-apps/file | |
parent | *** empty log message *** (diff) | |
download | historical-a9d434feec16b3433cf4a3a106e9b51db076f5d1.tar.gz historical-a9d434feec16b3433cf4a3a106e9b51db076f5d1.tar.bz2 historical-a9d434feec16b3433cf4a3a106e9b51db076f5d1.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-3.32.ebuild | 29 | ||||
-rw-r--r-- | sys-apps/file/files/digest-file-3.32 | 1 |
2 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/file/file-3.32.ebuild b/sys-apps/file/file-3.32.ebuild deleted file mode 100644 index c9c4c1321855..000000000000 --- a/sys-apps/file/file-3.32.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.32.ebuild,v 1.3 2000/10/09 16:02:50 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Program to identify a file's format by scanning binary data for patters" -#unfortunately, this ftp site doesn't support passive ftp -#maybe we can find an alternative for those behind firewalls, or mirror -#on cvs.gentoo.org -SRC_URI="ftp://ftp.astron.com/pub/file/${A}" - -src_compile() { - try ./configure --prefix=/usr --datadir=/etc --host=${CHOST} - try make -} - -src_install() { - into /usr - dobin file - doman file.1 magic.4 - insinto /etc - doins magic magic.mime - dodoc LEGAL.NOTICE MAINT README -} - - - diff --git a/sys-apps/file/files/digest-file-3.32 b/sys-apps/file/files/digest-file-3.32 deleted file mode 100644 index a9c4ebf3a363..000000000000 --- a/sys-apps/file/files/digest-file-3.32 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd32656c86565edbcc8510b2a59616cc file-3.32.tar.gz |