diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 02:21:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 02:21:39 +0000 |
commit | e1a560d0893b34a58092d67b6d0c3d4a539eeec4 (patch) | |
tree | 32bd7a42ba8a39c212c916cce82c0c1545094b7a /sys-apps/file | |
parent | adding metadata (diff) | |
download | historical-e1a560d0893b34a58092d67b6d0c3d4a539eeec4.tar.gz historical-e1a560d0893b34a58092d67b6d0c3d4a539eeec4.tar.bz2 historical-e1a560d0893b34a58092d67b6d0c3d4a539eeec4.zip |
stable on ia64
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/file/file-4.06.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 1f0df4b27c5b..a6c9545b0c5a 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.26 2003/11/02 07:21:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.27 2003/11/15 02:21:03 agriffis Exp $ + + 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> file-4.06.ebuild: + Stable on ia64 *file-4.03 (01 Nov 2003) diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest index a07f020ebd13..c43278127b42 100644 --- a/sys-apps/file/Manifest +++ b/sys-apps/file/Manifest @@ -1,10 +1,10 @@ +MD5 b683d47c868c35a4475d193dbb61c29e ChangeLog 4479 +MD5 a4de01d712e418e92925722c040df038 file-4.06.ebuild 1560 MD5 864d9d78ae48573d790cc598fcc4bc40 file-3.41.ebuild 1025 MD5 d016cfb89bfb6eec8ff142eea3a2306d file-4.02.ebuild 1027 -MD5 961b3412d9d9c9fc0a15ef6c8fe97881 file-4.06.ebuild 1558 -MD5 1f7b3834edfe50d0320e69cf17e9e2ab ChangeLog 4392 MD5 aff834708f034a4995abba4192e79583 files/file-3.39-gentoo.diff 4673 -MD5 aff834708f034a4995abba4192e79583 files/file-3.41-mips-gentoo.diff 4673 MD5 eabc698678353b52ea7d9bfb724d4e1e files/digest-file-3.41 268 +MD5 aff834708f034a4995abba4192e79583 files/file-3.41-mips-gentoo.diff 4673 MD5 fd38ae2f761ce496f7caedf3226166ae files/digest-file-4.02 61 -MD5 50700bf6bff49778fd8c6083466a0813 files/digest-file-4.06 61 MD5 8f6cec8c0754678a2817139182637eac files/file-4.xx-mips-gentoo.diff 13035 +MD5 50700bf6bff49778fd8c6083466a0813 files/digest-file-4.06 61 diff --git a/sys-apps/file/file-4.06.ebuild b/sys-apps/file/file-4.06.ebuild index 1bd8e8605075..6e3e087d2f62 100644 --- a/sys-apps/file/file-4.06.ebuild +++ b/sys-apps/file/file-4.06.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.06.ebuild,v 1.5 2003/10/20 06:08:26 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.06.ebuild,v 1.6 2003/11/15 02:21:03 agriffis Exp $ inherit flag-o-matic gnuconfig @@ -9,7 +9,7 @@ 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 ~amd64 ~ppc ~sparc ~arm ~alpha ~hppa ~mips ~ia64" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~arm ~alpha ~hppa ~mips ia64" SLOT="0" LICENSE="as-is" |