diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-27 03:07:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-27 03:07:39 +0000 |
commit | 3fbf9e58742b80472eabc3ec74e72ee5ab3323b5 (patch) | |
tree | ed6f1b32cc8a2e37ee668b804cc518932b1821be /sys-apps/file | |
parent | Stable on sparc. (diff) | |
download | historical-3fbf9e58742b80472eabc3ec74e72ee5ab3323b5.tar.gz historical-3fbf9e58742b80472eabc3ec74e72ee5ab3323b5.tar.bz2 historical-3fbf9e58742b80472eabc3ec74e72ee5ab3323b5.zip |
old
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/Manifest | 24 | ||||
-rw-r--r-- | sys-apps/file/file-4.08.ebuild | 52 | ||||
-rw-r--r-- | sys-apps/file/file-4.09.ebuild | 70 | ||||
-rw-r--r-- | sys-apps/file/files/digest-file-4.08 | 1 | ||||
-rw-r--r-- | sys-apps/file/files/digest-file-4.09 | 1 |
5 files changed, 5 insertions, 143 deletions
diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest index b71a60dfff71..62bb153316df 100644 --- a/sys-apps/file/Manifest +++ b/sys-apps/file/Manifest @@ -1,24 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7164ccd6e5dc2c32c0d7911178ea8bd0 file-4.10-r1.ebuild 1909 -MD5 e2d53ae79cd02fc5ddbad4dc8de3f656 file-4.09.ebuild 1903 -MD5 deefcaad96da75f331ac1ab9d9bc23f9 file-4.10.ebuild 1900 MD5 e13571ef0ab0f410202a81cfd8b8204e ChangeLog 9198 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 7038e6e8afa11a0d4e60593064fdd481 file-4.12.ebuild 1868 -MD5 061925f1389fb03c0e6a2e639eaaf9da file-4.08.ebuild 1425 -MD5 8cf0ba615168e0a01ddd576d39b19efe files/digest-file-4.10-r1 61 -MD5 d83caef7e9c2a9719022f57de134edae files/file-4.10-mconvert.patch 476 -MD5 9ab14ea35a2db2864bb6e92d1ca87f17 files/digest-file-4.08 61 -MD5 655e5c463709e244970b23b64aaf8bf7 files/digest-file-4.09 61 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 deefcaad96da75f331ac1ab9d9bc23f9 file-4.10.ebuild 1900 +MD5 7164ccd6e5dc2c32c0d7911178ea8bd0 file-4.10-r1.ebuild 1909 MD5 8cf0ba615168e0a01ddd576d39b19efe files/digest-file-4.10 61 +MD5 d83caef7e9c2a9719022f57de134edae files/file-4.10-mconvert.patch 476 MD5 d336b3490362624aec2e30679c44a198 files/digest-file-4.12 61 MD5 8f6cec8c0754678a2817139182637eac files/file-4.xx-mips-gentoo.diff 13035 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBpnfu94CCfB4KcwwRAjKAAKCT4gX+9FpswIJqPjEWB83eWulCyQCghItN -S7+Wu7GKpqYQTYLIf6dKF/U= -=v6g3 ------END PGP SIGNATURE----- +MD5 8cf0ba615168e0a01ddd576d39b19efe files/digest-file-4.10-r1 61 diff --git a/sys-apps/file/file-4.08.ebuild b/sys-apps/file/file-4.08.ebuild deleted file mode 100644 index bdde1a6ff7f0..000000000000 --- a/sys-apps/file/file-4.08.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.08.ebuild,v 1.16 2004/10/07 19:21:56 j4rg0n Exp $ - -inherit flag-o-matic gnuconfig eutils libtool - -DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" -HOMEPAGE="ftp://ftp.astron.com/pub/file/" -SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz - ftp://ftp.astron.com/pub/file/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ppc ~sparc ~mips ~alpha arm hppa ~amd64 ~ia64 ~ppc64 s390" -IUSE="build" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - - # (12 Oct 2003) <kumba@gentoo.org> - # This patch is for MIPS only. It slightly changes the 'file' output - # on MIPS machines to a specific format so that other programs can - # recognize things. - use mips && epatch ${FILESDIR}/${PN}-4.xx-mips-gentoo.diff - - # GNU updates - uclibctoolize - gnuconfig_update -} - -src_compile() { - # file command segfaults on hppa - reported by gustavo@zacarias.com.ar - [ ${ARCH} = "hppa" ] && filter-flags "-mschedule=8000" - - econf --datadir=/usr/share/misc || die - - # Buggy Makefiles. This fixes bug 31356 - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - - if ! use build ; then - dodoc ChangeLog MAINT README - else - rm -rf ${D}/usr/share/man ${D}/usr/lib/*.a - fi -} diff --git a/sys-apps/file/file-4.09.ebuild b/sys-apps/file/file-4.09.ebuild deleted file mode 100644 index f70dd5ef1380..000000000000 --- a/sys-apps/file/file-4.09.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.09.ebuild,v 1.14 2004/09/25 06:41:01 vapier Exp $ - -inherit flag-o-matic gnuconfig eutils distutils libtool - -DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" -HOMEPAGE="ftp://ftp.astron.com/pub/file/" -SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz - ftp://ftp.astron.com/pub/file/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ~ppc64 s390" -IUSE="python build" - -DEPEND="virtual/libc - !build? ( python? ( virtual/python ) )" - -src_unpack() { - unpack ${A} - cd ${S} - - # (12 Oct 2003) <kumba@gentoo.org> - # This patch is for MIPS only. It slightly changes the 'file' output - # on MIPS machines to a specific format so that other programs can - # recognize things. - use mips && epatch ${FILESDIR}/${PN}-4.xx-mips-gentoo.diff - - # GNU updates - uclibctoolize - gnuconfig_update - - # make sure python links against the current libmagic #54401 - sed -i "/library_dirs/s:'\.\./src':'../src/.libs':" python/setup.py - - # dont let python README kill main README #60043 - mv python/README{,.python} -} - -src_compile() { - # file command segfaults on hppa - reported by gustavo@zacarias.com.ar - [ ${ARCH} = "hppa" ] && filter-flags "-mschedule=8000" - - econf --datadir=/usr/share/misc || die - - # Buggy Makefiles. This fixes bug 31356 - emake -j1 || die "emake failed" - - use python && cd python && distutils_src_compile -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - - if ! use build ; then - dodoc ChangeLog MAINT README - use python && cd python && distutils_src_install - else - rm -rf ${D}/usr/share/man ${D}/usr/lib/*.a - fi -} - -pkg_postinst() { - use python && distutils_pkg_postinst -} - -pkg_postrm() { - use python && distutils_pkg_postrm -} diff --git a/sys-apps/file/files/digest-file-4.08 b/sys-apps/file/files/digest-file-4.08 deleted file mode 100644 index 9e83825951e7..000000000000 --- a/sys-apps/file/files/digest-file-4.08 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe7867fbdacee30b294cd8238008d92b file-4.08.tar.gz 365040 diff --git a/sys-apps/file/files/digest-file-4.09 b/sys-apps/file/files/digest-file-4.09 deleted file mode 100644 index 0e916fb8144d..000000000000 --- a/sys-apps/file/files/digest-file-4.09 +++ /dev/null @@ -1 +0,0 @@ -MD5 46209022d57dbca7bb3cc07aa63bd008 file-4.09.tar.gz 365226 |