diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-03 17:58:12 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-03 17:58:12 +0000 |
commit | 5ac7cf690c2784e81ad68c8c786e5b87a7f59219 (patch) | |
tree | 919d47e87f51628283844737b914406cdebb7a2e /sys-apps/file | |
parent | corrected descript (diff) | |
download | historical-5ac7cf690c2784e81ad68c8c786e5b87a7f59219.tar.gz historical-5ac7cf690c2784e81ad68c8c786e5b87a7f59219.tar.bz2 historical-5ac7cf690c2784e81ad68c8c786e5b87a7f59219.zip |
minor fixes
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/file/file-3.39.ebuild | 14 | ||||
-rw-r--r-- | sys-apps/file/file-4.01.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/file/file-4.02.ebuild | 4 |
4 files changed, 14 insertions, 14 deletions
diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest index a0e3b7aa5868..411d56217a90 100644 --- a/sys-apps/file/Manifest +++ b/sys-apps/file/Manifest @@ -1,9 +1,9 @@ MD5 e7aa8fc29e19a910747ba7c190b28ed7 ChangeLog 2562 MD5 9199c0027f82ae3e018e2415de888492 file-3.37.ebuild 870 -MD5 0489e4ec24edc82bb4835f5f0101a192 file-3.39.ebuild 1034 +MD5 11c4331cb3a68b4bd5250959127e31c0 file-3.39.ebuild 1008 MD5 864d9d78ae48573d790cc598fcc4bc40 file-3.41.ebuild 1025 -MD5 7530c9f704120047896981d3d53a47eb file-4.01.ebuild 938 -MD5 b73bc887b8b38d7a8cbdbaf03db293aa file-4.02.ebuild 1092 +MD5 20dd962c51a7b039d867a7a99645fbb5 file-4.01.ebuild 936 +MD5 e593a4a7dea3146bb413dea1737d48b6 file-4.02.ebuild 1093 MD5 3a18c97dfcc727e6c1b701cc8c03af47 files/digest-file-3.37 267 MD5 950dd57055e8275bd852869557035f42 files/digest-file-3.39 268 MD5 eabc698678353b52ea7d9bfb724d4e1e files/digest-file-3.41 268 diff --git a/sys-apps/file/file-3.39.ebuild b/sys-apps/file/file-3.39.ebuild index 2ec2cc940e9d..421e6015386e 100644 --- a/sys-apps/file/file-3.39.ebuild +++ b/sys-apps/file/file-3.39.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/sys-apps/file/file-3.39.ebuild,v 1.11 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.39.ebuild,v 1.12 2003/09/03 17:58:07 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" @@ -15,13 +15,13 @@ LICENSE="as-is" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} + unpack ${A} - if [ "${ARCH}" = "mips" ] - then - cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die - fi + if [ "${ARCH}" = "mips" ] + then + cd ${S} + patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die + fi } src_compile() { diff --git a/sys-apps/file/file-4.01.ebuild b/sys-apps/file/file-4.01.ebuild index 97c07bebcced..35129c0f6410 100644 --- a/sys-apps/file/file-4.01.ebuild +++ b/sys-apps/file/file-4.01.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/sys-apps/file/file-4.01.ebuild,v 1.6 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.01.ebuild,v 1.7 2003/09/03 17:58:07 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" @@ -19,7 +19,7 @@ src_compile() { --mandir=/usr/share/man \ --datadir=/usr/share/misc \ --host=${CHOST} || die - + #unfortunately, parallel make doesn't work with 4.01 emake -j1 || die } diff --git a/sys-apps/file/file-4.02.ebuild b/sys-apps/file/file-4.02.ebuild index 97d28e9d8894..ce11ae661650 100644 --- a/sys-apps/file/file-4.02.ebuild +++ b/sys-apps/file/file-4.02.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/sys-apps/file/file-4.02.ebuild,v 1.7 2003/08/11 18:24:23 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.02.ebuild,v 1.8 2003/09/03 17:58:07 mholzer Exp $ inherit flag-o-matic @@ -25,7 +25,7 @@ src_compile() { --mandir=/usr/share/man \ --datadir=/usr/share/misc \ --host=${CHOST} || die - + #unfortunately, parallel make doesn't work with 4.01 emake -j1 || die } |