diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-09-25 12:47:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-09-25 12:47:17 +0000 |
commit | 2619ebadf532e4ece526e4e81ac42a18c9000113 (patch) | |
tree | 17b20a0473bb239135b8028062d26f5f03ff4b0a /sys-apps | |
parent | version update (diff) | |
download | historical-2619ebadf532e4ece526e4e81ac42a18c9000113.tar.gz historical-2619ebadf532e4ece526e4e81ac42a18c9000113.tar.bz2 historical-2619ebadf532e4ece526e4e81ac42a18c9000113.zip |
new version
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/file/file-3.39.ebuild | 37 | ||||
-rw-r--r-- | sys-apps/file/files/digest-file-3.39 | 1 |
3 files changed, 44 insertions, 1 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 900d767e221a..8b2f3735e4b6 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/file # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.2 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.3 2002/09/25 12:47:17 azarah Exp $ + +*file-3.39 (25 Sep 2002) + + 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org> : + Update version. *file-3.33-r3.ebuild (14 July 2002) diff --git a/sys-apps/file/file-3.39.ebuild b/sys-apps/file/file-3.39.ebuild new file mode 100644 index 000000000000..4604ee7105cb --- /dev/null +++ b/sys-apps/file/file-3.39.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.39.ebuild,v 1.1 2002/09/25 12:47:17 azarah Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" +SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz + ftp://ftp.astron.com/pub/file/${P}.tar.gz" +HOMEPAGE="ftp://ftp.astron.com/pub/file/" + +KEYWORDS="x86 ppc sparc sparc64 alpha" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/glibc" + +src_compile() { + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --datadir=/usr/share/misc \ + --host=${CHOST} || die + + emake || die +} + +src_install() { + + make DESTDIR=${D} install || die + + if [ -z "`use build`" ] ; then + dodoc LEGAL.NOTICE MAINT README + else + rm -rf ${D}/usr/share/man + fi +} + diff --git a/sys-apps/file/files/digest-file-3.39 b/sys-apps/file/files/digest-file-3.39 new file mode 100644 index 000000000000..2bb5c8cc1b58 --- /dev/null +++ b/sys-apps/file/files/digest-file-3.39 @@ -0,0 +1 @@ +MD5 9d5cf1fda3daf54ea9c5f7df113ebf6b file-3.39.tar.gz 180696 |