diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-11-19 04:51:29 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-11-19 04:51:29 +0000 |
commit | e6dd87679421509892d7b0ef2a1b2b62b2a0f513 (patch) | |
tree | ee9a541558dd874f1d07b968e0e277c79d333780 /sys-apps/file | |
parent | Added clean hppa patches. Seems not to suffer of the -r8 problems (diff) | |
download | gentoo-2-e6dd87679421509892d7b0ef2a1b2b62b2a0f513.tar.gz gentoo-2-e6dd87679421509892d7b0ef2a1b2b62b2a0f513.tar.bz2 gentoo-2-e6dd87679421509892d7b0ef2a1b2b62b2a0f513.zip |
Marked stable on hppa. It resolv some segfault problems.
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/file/file-4.06.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index a6c9545b0c5a..07e054c5109e 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,6 @@ # 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.27 2003/11/15 02:21:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.28 2003/11/19 04:51:24 gmsoft Exp $ 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> file-4.06.ebuild: Stable on ia64 @@ -16,6 +16,9 @@ *file-4.06 (17 Oct 2003) + 19 Nov 2003; Guy Martin <gmsoft@gentoo.org> file-4.06.ebuild : + Marked stable on hppa. It resolv some segfault problems. + 20 Oct 2003; Joshua Kinard <kumba@gentoo.org> file-4.06.ebuild: Added gnuconfig support for mips64 diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest index c43278127b42..f66bfd9cf753 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 f59ebad72b3fef56db5e9b3dea77d6ea ChangeLog 4602 MD5 864d9d78ae48573d790cc598fcc4bc40 file-3.41.ebuild 1025 MD5 d016cfb89bfb6eec8ff142eea3a2306d file-4.02.ebuild 1027 -MD5 aff834708f034a4995abba4192e79583 files/file-3.39-gentoo.diff 4673 +MD5 57dde7a6967bd4d7164b314854ff2e30 file-4.06.ebuild 1557 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 8f6cec8c0754678a2817139182637eac files/file-4.xx-mips-gentoo.diff 13035 MD5 50700bf6bff49778fd8c6083466a0813 files/digest-file-4.06 61 +MD5 aff834708f034a4995abba4192e79583 files/file-3.39-gentoo.diff 4673 +MD5 aff834708f034a4995abba4192e79583 files/file-3.41-mips-gentoo.diff 4673 +MD5 8f6cec8c0754678a2817139182637eac files/file-4.xx-mips-gentoo.diff 13035 diff --git a/sys-apps/file/file-4.06.ebuild b/sys-apps/file/file-4.06.ebuild index 6e3e087d2f62..34eaa62fa9b0 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.6 2003/11/15 02:21:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.06.ebuild,v 1.7 2003/11/19 04:51:24 gmsoft 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" |