diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-23 07:00:08 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-23 07:00:08 +0000 |
commit | b00f6378198d9141b58f09aa759f96297755ac24 (patch) | |
tree | 5570eee4a52a30129879c5caf4037962926d92b5 /sys-apps/file | |
parent | fixed at url, updated bzip2, fixed linux r5 name (diff) | |
download | gentoo-2-b00f6378198d9141b58f09aa759f96297755ac24.tar.gz gentoo-2-b00f6378198d9141b58f09aa759f96297755ac24.tar.bz2 gentoo-2-b00f6378198d9141b58f09aa759f96297755ac24.zip |
moved xchat to new category and modified ebuild (`uses gnome`)
fixed rpm (bzip2 archive name had typo)
man pages not fixed yet
tcsh working
disabled gnome by default in make.conf
fixed a gcc mirror URI
updated file to 3.32
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-3.32.ebuild (renamed from sys-apps/file/file-3.31-r1.ebuild) | 8 | ||||
-rw-r--r-- | sys-apps/file/files/digest-file-3.32 | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/file-3.31-r1.ebuild b/sys-apps/file/file-3.32.ebuild index 21f83b423f12..d27f1ffe1abe 100644 --- a/sys-apps/file/file-3.31-r1.ebuild +++ b/sys-apps/file/file-3.32.ebuild @@ -1,13 +1,15 @@ # 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.31-r1.ebuild,v 1.2 2000/08/16 04:38:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.32.ebuild,v 1.1 2000/08/23 07:00:07 drobbins Exp $ -P=file-3.31 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patters" -SRC_URI="ftp://ftp.astron.com/pub/file/file-3.31.tar.gz" +#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() { ./configure --prefix=/usr --host=${CHOST} diff --git a/sys-apps/file/files/digest-file-3.32 b/sys-apps/file/files/digest-file-3.32 new file mode 100644 index 000000000000..a9c4ebf3a363 --- /dev/null +++ b/sys-apps/file/files/digest-file-3.32 @@ -0,0 +1 @@ +MD5 bd32656c86565edbcc8510b2a59616cc file-3.32.tar.gz |