diff options
Diffstat (limited to 'sys-apps/sh-utils/ChangeLog')
-rw-r--r-- | sys-apps/sh-utils/ChangeLog | 118 |
1 files changed, 116 insertions, 2 deletions
diff --git a/sys-apps/sh-utils/ChangeLog b/sys-apps/sh-utils/ChangeLog index 24a872c7ccc5..91bc5c16c715 100644 --- a/sys-apps/sh-utils/ChangeLog +++ b/sys-apps/sh-utils/ChangeLog @@ -1,6 +1,120 @@ # ChangeLog for sys-apps/sh-utils -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp $ +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/ChangeLog,v 1.1.1.1 2005/11/30 09:56:26 chriswhite Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> sh-utils-2.0.15.ebuild: + QA - fix use invocation + + 19 Apr 2004; Michael McCabe <randy@gentoo.org> sh-utils-2.0.15-r1.ebuild: + Added s390 keywords + + 24 Jan 2004; <gustavoz@gentoo.org> sh-utils-2.0.15-r1.ebuild: + stable on sparc - less than -r1 can cause problems + + 28 Dec 2003; Joshua Kinard <kumba@gentoo.org> sh-utils-2.0.15-r1.ebuild: + Move to mips stable (~mips -> mips) + + 14 Dec 2003; Guy Martin <gmsoft@gentoo.org> sh-utils-2.0.15-r1.ebuild: + Marked stable on hppa. + + 01 Oct 2003; Aron Griffis <agriffis@gentoo.org> sh-utils-2.0.15-r1.ebuild: + Stable on alpha to handle the coreutils changeover (see bug 30032) + +*sh-utils-2.0.15-r1 (18 Jul 2003) + + 18 Jul 2003; Seemant Kulleen <seemant@gentoo.org> sh-utils-2.0.11-r4.ebuild, + sh-utils-2.0.11-r5.ebuild, sh-utils-2.0.15-r1.ebuild: + upgrade to coreutils + +*sh-utils-2.0.15 (24 Aug 2002) + + 23 Jun 2003; Joshua Kinard <kumba@gentoo.org> files/sh-utils-2.0.15-gentoo.diff: + Tweaked patch so 'uname -a' on MIPS systems accurately displays cpuinfo + It looked for "processor" when it should be looking for "cpu model" in /proc/cpuinfo + + 20 Feb 2003; Zach Welch <zwelch@gentoo.org> sh-utils-2.0.15.ebuild : + Not applying patch for arm because it breaks uname. + Added arm to keywords. + + 11 Feb 2003; Guy Martin <gmsoft@gentoo.org> sh-utils-2.0.15.ebuild : + Not applying patch for hppa because it breaks uname. + + 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> sh-utils-2.0.15.ebuild : + Added hppa to keywords. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + + 04 Sep 2002; Seemant Kulleen <seemant@gentoo.org> + files/sh-utils-2.0.15-gentoo.diff : + + upgraded the diff with Carlos's new version which he e-mailed to me today. + The second "unknown" is now gone. + + 27 Aug 2002; Seemant Kulleen <seemant@gentoo.org> + files/sh-utils-2.0.15-gentoo.diff : + + upgraded the diff to Carlos Georges' version. Still in beta, so more + updates to that patch expected. + + 24 Aug 2002; Joachim Blaabjerg <styx@gentoo.org> sh-utils-2.0.15.ebuild : + + Version bump, finally wrote a new uname.c patch. Even looks like it works. + Fixes bug #6579, masked for testing. + +*sh-utils-2.0.14 (14 Aug 2002) + + 14 Aug 2002; Seemant Kulleen <seemant@gentoo.org> sh-utils-2.0.14.ebuild : + + Version bump, as requested by: klebermass@limtec.de (Martin Klebermass) in + bug #6035. The uname function has undergone some changes, so while this + is masked for testing, I am waiting for a patch from Carlos for uname. + +*sh-utils-2.0.11-r5 (21 Jun 2002) + + 09 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + files/sh-utils-2.0.11-gentoo.patch : + + Added one line to the Carlos E Gorges <carlos@techlinux.com.br> patch to + show correct output for ppc as well. + + 21 Jun 2002; Martin Schlemmer <azarah@gentoo.org> : + Remove /usr/bin/hostname to install if "build" in USE, as it do not get + removed during "emerge system", and breaks some packages (gnome2 among + things). + + 06 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : updated the mtime of + src/uname.c in order to thwart a perl dependency (bad mtime was triggering + man page regeneration, creating a perl dep and breaking new build image + creation) + +*sh-utils-2.0.11-r4 (20 Mar 2002) + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> sh-utils-2.0.11-r4.ebuild : + Added LICENSE, KEYWORDS, SLOT. + + 20 Mar 2002; Seemant Kulleen <seemant@gentoo.org> sh-utils-2.0.11-r4.ebuild : + + Found an updated patch for processor name in uname output from digiwano in + #fluxbox and LKML. New patch in ${FILESDIR} combines this and the rant-patch. + Now this should compile cleanly with "-* build" as well as normally. + +*sh-utils-2.0.11-r3 (18 Mar 2002) + + 18 Mar 2002; Seemant Kulleen <seemant@gentoo.org> sh-utils-2.0.11-r3.ebuild : + + Patch in ${FILESDIR} removes RMS's rant about su and the wheel group and + fascism. + +*sh-utils-2.0.11-r2 (12 Mar 2002) + + 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> sh-utils-2.0.11-r2.ebuild : + + Added a patch to uname.c from the nuname package. This allows display in the + uname output of more kinds of processors (AuthenticAMD, Cyrix, and possibly + Alpha, even though Gentoo does not exist for Alphas yet :). *sh-utils-2.0.11-r1 (1 Feb 2002) |