diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-12-14 04:02:07 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-12-14 04:02:07 +0000 |
commit | a54bd1f3b287739758b0c0f84c5d7c7d3b6dea29 (patch) | |
tree | d14dc72ea9dd424493f4b56611cb05d1cb8b546b | |
parent | changed compile behaviour in respect to hardened-gcc compiling raw_gcl with a... (diff) | |
download | gentoo-2-a54bd1f3b287739758b0c0f84c5d7c7d3b6dea29.tar.gz gentoo-2-a54bd1f3b287739758b0c0f84c5d7c7d3b6dea29.tar.bz2 gentoo-2-a54bd1f3b287739758b0c0f84c5d7c7d3b6dea29.zip |
Marked stable on hppa.
-rw-r--r-- | sys-apps/fileutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/fileutils/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/fileutils/fileutils-4.1.11-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/fileutils/ChangeLog b/sys-apps/fileutils/ChangeLog index 7067f27405d3..84f02ec43a9c 100644 --- a/sys-apps/fileutils/ChangeLog +++ b/sys-apps/fileutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/fileutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/ChangeLog,v 1.23 2003/10/01 15:55:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/ChangeLog,v 1.24 2003/12/14 04:02:05 gmsoft Exp $ + + 14 Dec 2003; Guy Martin <gmsoft@gentoo.org> fileutils-4.1.11-r2.ebuild: + Marked stable on hppa. 01 Oct 2003; Aron Griffis <agriffis@gentoo.org> fileutils-4.1.11-r2.ebuild: Stable on alpha to handle the coreutils changeover (see bug 30032) diff --git a/sys-apps/fileutils/Manifest b/sys-apps/fileutils/Manifest index bfae8f942317..633275a2f39a 100644 --- a/sys-apps/fileutils/Manifest +++ b/sys-apps/fileutils/Manifest @@ -1,6 +1,6 @@ -MD5 58f1317f92f0cccada2b5243314fb9ba ChangeLog 3738 +MD5 8ebddaecc372818d3b78702a506ab2e7 ChangeLog 3836 MD5 9cbcdffa66e7aaf42e1f76f95d7d687b fileutils-4.1.11-r1.ebuild 1726 -MD5 af119e6009d54e843accd9f817be9b2b fileutils-4.1.11-r2.ebuild 499 +MD5 8ca809a7d70e4ea36aa27b4a9d7ba720 fileutils-4.1.11-r2.ebuild 496 MD5 cfcd3f1449cae28e8a1d185403c0c83a fileutils-4.1.11.ebuild 1529 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 63624ac3762352823e34bb2556dae6c7 files/DIR_COLORS 2224 diff --git a/sys-apps/fileutils/fileutils-4.1.11-r2.ebuild b/sys-apps/fileutils/fileutils-4.1.11-r2.ebuild index cbba125281a5..4cd42061a194 100644 --- a/sys-apps/fileutils/fileutils-4.1.11-r2.ebuild +++ b/sys-apps/fileutils/fileutils-4.1.11-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11-r2.ebuild,v 1.4 2003/10/01 15:55:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11-r2.ebuild,v 1.5 2003/12/14 04:02:05 gmsoft Exp $ DESCRIPTION="textutils, sh-utils and fileutils are replaced by coreutils" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~arm ~mips amd64" +KEYWORDS="x86 ~ppc ~sparc alpha hppa ~arm ~mips amd64" RDEPEND=">=sys-apps/coreutils-5.0-r3" |